[PEDIDO]Programa para pegar cordenadas no samp
#1

Eu queria q alguem me passase o link de um programa para pegar cordenadas para meu servidor
Reply
#2

uai,voce simplesmente pode ir ate o local e dar /save
Reply
#3

veja meu tutorial
https://sampforum.blast.hk/showthread.php?tid=150809
Reply
#4

pawn Код:
if(strcmp("/coordenadas", cmdtext, true, 10) == 0)
    {
        new Float:X, Float:Y, Float:Z, Float:Angulo, string[60];
        #define Branco 0xFFFFFFFF
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, Angulo);
        format(string, sizeof(string), "%f, %f, %f Angulo: %f", X, Y, Z, Angulo);
        SendClientMessage(playerid, Branco, string);
        return 1;
    }
Reply
#5

Use /save ou /rs

Ou... https://sampwiki.blast.hk/wiki/Debug_Guide
Reply
#6

existe um programa muito bom
esqueci o nome
mais й /save
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)