02.09.2012, 15:19
hey guys im making my own roleplay script and since i added
the .amx cannot be found can you tell me why .ps the script has compiled with-out warning or errors
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");
}
}