Thread: Global Heads
View Single Post
  #36  
Old 10-30-2003, 12:53 AM
Deek2 Deek2 is offline
Registered User
Join Date: May 2002
Location: Springfield, Missouri
Posts: 1,578
Deek2 is on a distinguished road
Quote:
Originally posted by Thought
Why should I have to use a script to block something that needs to be removed globally anyway?
The latter most likely isn't gong to be executed as efficiently as you might want to think. Though I could be wrong. It mostly depends on the GGT (and if you haven't already known, they aren't something that you should really depend on anymore.)
Quote:
//#CLIENTSIDE
if (playerchats) {
if (strequals(#c,sethead head893.gif)) setplayerprop #c,That head is not allowed;
}

Possibly replace that with a strcontains command (if it exists).
Reply With Quote