View Single Post
  #1  
Old 02-07-2004, 06:19 AM
Gman4pwnu Gman4pwnu is offline
Banned
Join Date: Jan 2004
Posts: 434
Gman4pwnu is on a distinguished road
Send a message via AIM to Gman4pwnu
So im working on a jailed script

For making sure they dont do unstick me i do so:

if (playerchats && strequals(#c,Unstick Me)){
setplayerprop #c, Disabled;
}

But it seems the unstick me comes out before it says disabled, and the player can unstick themself. =\

So how can i just purely cancel the text from comin out of their mouth?
Reply With Quote