25.05.2010, 22:39
Basic TP Command, Should work with any script :
if(strcmp(cmdtext, "/gotols") == 0)
{
SetPlayerPos(playerid, Coords here);
return 1;
}
if(strcmp(cmdtext, "/gotols") == 0)
{
SetPlayerPos(playerid, Coords here);
return 1;
}