ok so here is my problem i have a code (as shown below) but when i use that command its just syays unknow command and dose nothing
Код:
if(PlayerInfo[playerid][Admin] >=5)
{
SetPlayerPos(playerid,3691.2345,1134.5243,91.9087);
SendClientMessage(playerid, 0xFFFFFFAA, "Welcome To The Admin Hide Out");
}
else
{
SendClientMessage(playerid, 0xFFFFFFAA, "You Are Not Admin Go AWAY!");
}