10.07.2010, 03:39
Visit Tutorials: http://forum.sa-mp.com/showthread.ph...ar+Coordenadas
This is easy:
This is easy:
pawn Код:
if(strcmp(cmd, "/COMMAND_HERE", true) )
{
SetPlayerPos(playerid,2195.1614,-1203.7998,1049.0234);
SetPlayerInterior(playerid,6);
return 1;
}