Help with command - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with command (
/showthread.php?tid=575979)
Help with command -
itachi - 31.05.2015
Hello.
I want help with command
/rcontest
this command for admin lvl 5 and if admin send command /rcontest so sendclientmesseage. rcon password..
Re: Help with command -
amirm3hdi - 31.05.2015
Explain better plz
Re: Help with command -
PepsiCola23 - 31.05.2015
PHP код:
if(PlayerInfo[playerid][pAdmin] >= 5)
{
.....
Re: Help with command -
fuckingcruse - 31.05.2015
Код:
/*You cmd processor.. */
if(PlayerInfo[playerid][pAdmin] >= 5)
{
SendClientMessage(playerid,-1,"/* MSG*/");
}