27.10.2007, 04:35
here is a simple command to get there (i used /save to get co-ordinates)
you can change the command by changing /stuntzone to anything you want.
Code:
public OnPlayerCommandText(playerid, cmdtext[]) { if (!strcmp(cmdtext,"/stuntzone",true)) return SetPlayerPos(playerid,1990.8560,-80.5062,1.4658); return 0; }