SA-MP Forums Archive
Script Help - 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: Script Help (/showthread.php?tid=374321)



Script Help - zT KiNgKoNg - 02.09.2012

hey guys im making my own roleplay script and since i added
pawn Код:
CMD:ah(playerid,params[])
{
if(PlayerInfo[playerid][pAdmin] > 1 + 2 + 3 + 4 + 5)
{
SendClientMessage(playerid, 0xCB28EEFF, "Welcome to my server!");
}
else
{
SendClientMessage(playerid, 0xCB28EEFF, "Your Not An Administrative Member");
}
}
the .amx cannot be found can you tell me why .ps the script has compiled with-out warning or errors


Re: Script Help - Smokkr - 02.09.2012

EDITED: Sorry, then I can't help you :/


Re: Script Help - zT KiNgKoNg - 02.09.2012

that fucks my stocks up it works with out the command its only when i add the CMDwhatever) it cannot read it


Re: Script Help - zT KiNgKoNg - 02.09.2012

Sorry its only when i add ZCMD