View Single Post
XunTric
BANNED
Join Date: Jan 2005
Location: Norway/Norge
Old 09-14-2005 , 09:25  
Reply With Quote #6

Thanks ill try that

Now all I need is to remove the user from the stats list and I got a kick ass plugin.
(If thats possible)

-----------------

Hmmm why aint this working?
Code:
public remove_deathmsg(id) {     if(g_Spectator[id] == true) {                 return PLUGIN_HANDLED     }     return PLUGIN_CONTINUE }
XunTric is offline