28.11.2013, 15:47
I guess you want that you cannot use this command to VIPs?
By the way, check if the player is valid player first because a runtime error will be caused if the id you typed is invalid.
By the way, check if the player is valid player first because a runtime error will be caused if the id you typed is invalid.
pawn Код:
if(!IsPlayerConnected(id)) return SendClientMessage(playerid,RED,"* Ћaidėjas neprisijungęs!");
if(playerDB[id][vip]) return SendClientMessage(playerid,RED,"* Ћaidėjas nėra V.I.P narys!");