how to add interior coord?
#2

Visit Tutorials: http://forum.sa-mp.com/showthread.ph...ar+Coordenadas

This is easy:

pawn Код:
if(strcmp(cmd, "/COMMAND_HERE", true) )
{
SetPlayerPos(playerid,2195.1614,-1203.7998,1049.0234);
SetPlayerInterior(playerid,6);
return 1;
}
Reply


Messages In This Thread
how to add interior coord? - by [Weponz] - 10.07.2010, 03:09
Re: how to add interior coord? - by zSuYaNw - 10.07.2010, 03:39

Forum Jump:


Users browsing this thread: 1 Guest(s)