01.02.2012, 18:47
this is my only command at the moment yes.
Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/islandairport", cmdtext, true, 14) == 0) { SetPlayerPos(playerid, 3484.4885,-751.6512,4.4455);// @ teleport islandairport SendClientMessage(playerid,COLOR_RED,"You have been teleported to islandairport"); //deze command teleport je naar islandairport return 1; } return 0; }