how to get positions for enter exit
#1

hello, my question is that how can i get all positions of default samp enter/exit all locations of pickups
Reply
#2

go to a postion and type /save after this go to "GTA San Andreas User Files" after "Samp" and then click on the file savedpostions, you will find the postion there.
Reply
#3

You can also use smth like that:
pawn Code:
else if (strcmp(cmd, "/getint", true) == 0)
    {
        //if(PINFO[playerid][pAdmin] == 0) return SendMe(playerid, CGRADD, YouCanNot);
        new Float:X, Float:Y, Float:Z, Float:Angle;
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, Angle);
        SendMes(playerid, CBLUEE, "Int: %i | Virt World: %i | Pos: [%.2f, %.2f, %.2f] | FacingAngle: %0.2f",GetPlayerInterior(playerid),GetPlayerVirtualWorld(playerid),X,Y,Z,Angle);
        return 1;
    }
Reply
#4

Using the /save method would be easier, so he can copy and paste the coords.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)