17.04.2010, 20:09
Quote:
|
Originally Posted by karmancho
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 your posting that to fix indentation, The forum messes it up when pasted

