19.06.2009, 21:24
I was wondering where I could get an application, or a map or something, of the cord locations? Because, I have a bunch of cords, and I don't know where the locations are, thanks, I hope you can help.
![Cheesy](images/smilies/biggrin.png)
if(!strcmp(cmdtext,"/tp1",true,4))
{
SetPlayerPos(playerid, 1278.1628,-36.6077,1001.0156); //change coordinates
SendClientMessage(playerid,COLOR_KHAKI,"This is teleport 1");
return 1;
}
if(!strcmp(cmdtext,"/tp2",true,4))
{
SetPlayerPos(playerid, 1278.1628,-36.6077,1001.0156); //change coordinates
SendClientMessage(playerid,COLOR_KHAKI,"This is teleport 2");
return 1;
}
Originally Posted by Vetle
use /save ingame
the position is saved to savedpositions.txt in gta sa directory |