Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by DracoBlue
Quote:
Originally Posted by MenaceX^
Do permission by their names.
if(!strcmp(playername,"Name",true)) return SendClientMessage(playerid,color,"Not Authorized.");
|
Remove the !
if(strcmp(playername,"Name",true)) return SendClientMessage(playerid,color,"Not Authorized.");
- Draco
|
Yeah my bad, I'm used to write ! on strcmp since I write alot of commands, and I usualy use strcmp for commands only.
|
Just wanted to be sure, it's right
- Draco
PS: GZ to 2999 posts.