14.02.2017, 13:53
For example;
hope you understood what i meant to tell
PHP код:
CMD:abase(playerid,params[])
{
if(playerData[playerid][playerLevel] > 1)
{
SetPlayerPos(playerid, .........);
}
else
{
SendClientMessage(playerid,-1,"Only VIP level 1 Can use this command!");
}
}