17.04.2010, 19:04
If i do this command, would it work?:
Code:
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; }