17.04.2010, 19:13
if(strcmp(cmd, "/teleport", true) == 0)
{
if (PlayerInfo[playerid][pAdmin] >= 5)
{
SetPlayerPos(playerid,1520.9598,-1011.1766,24.6362);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command!");
}
return 1;
}
{
if (PlayerInfo[playerid][pAdmin] >= 5)
{
SetPlayerPos(playerid,1520.9598,-1011.1766,24.6362);
}
else
{
SendClientMessage(playerid, COLOR_GRAD1, " You are not authorized to use that command!");
}
return 1;
}