17.04.2010, 18:58
Quote:
Originally Posted by karmancho
not best way
find in your script public OnPlayerCommandText(playerid, cmdtext[]) and put this under it if(strcmp(cmd, "/teleport", true) == 0) { SetPlayerPos(playerid,1520.9598,-1011.1766,24.6362); return 1; } than in game type /teleport |