Quote:
Originally Posted by RyderX
For example;
PHP код:
CMD:abase(playerid,params[])
{
if(playerData[playerid][playerLevel] > 1)
{
SetPlayerPos(playerid, .........);
}
else
{
SendClientMessage(playerid,-1,"Only VIP level 1 Can use this command!");
}
}
hope you understood what i meant to tell
|
where to put it? is it in the main filterscript?, in the admin filterscript? or in the gamemode?