24.04.2014, 20:44
I have this weird bug when player try to use admin skin it works perfectly but
when he press shift lotsnlots of messages appear why? it must be just one message as all servers
pawn Код:
if(ServerInfo[AdminOnlySkins] == 1) {
if( (GetPlayerSkin(playerid) == ServerInfo[AdminSkin]) ) {
if(PlayerInfo[playerid][Level] >= 1)
SetPlayerHealth(playerid, 100);
else {
if(PlayerInfo[playerid][Level] >= 0)
SendClientMessage(playerid, red, "You are not an admin to use this skin");
return 0;}}}