how to add interior coord?
#1

How to add interior coordinates?

(294,2195.1614,-1203.7998,1049.0234,69.8020,0,0,0,0,0,0);

Wat Parts I Use After PickUp For Tele/x/y/z

Interior id 6
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)