03.05.2011, 08:42
try
pawn Код:
if(strcmp("/jet", cmdtext, true, 10) == 0)
{
if(IsPlayerVipMember(playerid))
if(IsPlayerVipType(playerid,1))
SetPlayerSpecialAction(playerid,2);
else return SendClientMessage(playerid, 0xFFFFF, "{F81414}ERROR: You are not donator to use this command!");
return 1;
}