20.07.2011, 11:14
You would need to add a check under the command:
Not to mention, the coding practices in that code is horrendous. I suggest you read some guides by ******:
https://sampforum.blast.hk/showthread.php?tid=55261
https://sampforum.blast.hk/showthread.php?tid=166680
pawn Код:
if( PlayerInfo[ playerid ][ pMember ] != 1 || PlayerInfo[ playerid ][ pLeader ] != 1 )
return SendClientMessage( playerid, 0xFF0000FF, "You cannot use this command!" );
https://sampforum.blast.hk/showthread.php?tid=55261
https://sampforum.blast.hk/showthread.php?tid=166680