Duda de /save pos
#2

Si tienes GTA R.I.P no te funcionara. Igual puedes usar esto:

pawn Код:
CMD:savepos(playerid)
{
    new Float:Pos[3];
    new string[144];

    GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
    format(string, sizeof(string), "SetPlayerPos(playerid, %f, %f, %f);\r\n", Pos[0], Pos[1], Pos[2]);
   
    new File:INI = fopen("Posiciones.txt", io_append);
    fwrite(INI, string);
    fclose(INI);
    return 1;
}
Reply


Messages In This Thread
Duda de /save pos - by Matyaas - 12.07.2014, 22:35
Respuesta: Duda de /save pos - by Swedky - 12.07.2014, 23:00
Respuesta: Duda de /save pos - by Matyaas - 12.07.2014, 23:50
Respuesta: Duda de /save pos - by Scope25 - 13.07.2014, 00:00
Respuesta: Duda de /save pos - by Matyaas - 13.07.2014, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)