View Single Post
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 01-28-2013 , 11:06   Re: [ANY]Simple Suicide plugin
Reply With Quote #2

You said it requires sdkhooks and colors, but it doesn't...

Also, your code has a few errors... You have if(IsValidClient(1) and IsPlayerAlive(1) when it should be (client) (line 40)

And you over used {}'s where they aren't needed.

Also, is your public IsValidClient(client) correct (line 24)? I don't use that style so I don't know. I just use if (client <= 0 || client > MaxClients)

And a word correction... your already dead should be you're already dead but that's because I'm an ass
__________________
View my Plugins | Donate

Last edited by TnTSCS; 01-28-2013 at 11:08.
TnTSCS is offline