How do I get coords quick?
#1

Hey guys,

I'm kinda a scripting beginner, and I need help getting coords. I wonder how some get them soooooo quick, while when I want some I have to do it a more complicated way. Is there a simple way to get coords?

Thanks in advance
Reply
#2

/save "somestringtodescribethelocation" Gets saved in \Documents\GTA San Andreas User Files\SAMP
Reply
#3

pawn Код:
if(strcmp(cmd, "/poz", true) == 0)
    {
        new string1[128];
        new Float:X,Float:Y,Float:Z;
        GetPlayerPos(playerid,X,Y,Z);
        format(string1,sizeof(string1),"Pozicija = X: %.0f , Y: %.0f , Z: %.0f",X,Y,Z);
        SendClientMessage(playerid,COLOR_GREEN,string1);
        return 1;
    }
It display position in game.
Reply
#4

ty

The message you have entered is too short. Please lengthen your message to at least 8 characters.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)