20.10.2012, 01:07
REP ME IF I HELPED YOU..........
https://sampforum.blast.hk/showthread.php?tid=273088 // use this to see where i get the information below from
eg
https://sampforum.blast.hk/showthread.php?tid=273088 // use this to see where i get the information below from
eg
PHP код:
CMD:neon(playerid, params[])
{
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid,-1,"Admins Only");
ShowMenuForPlayer(neonmenu,playerid);
return 1;
}