[DUV]Ajuda Por favor
#4

ora bem primeiro va na pasta scriptfiles e cria um ficheiro TXT com o nome:

Код:
CoordsSP
pawn Код:
if (strcmp(cmd, "/savecar", true) == 0)
{
    new tmpz8[256];
    new stringz[256];
    new comment[256];
    new Float:Xz,Float:Yz,Float:Zz,Float:Anglez;
    tmpz8 = strtok(cmdtext,idx);
    if(!strlen(tmpz8))
    {
        SendClientMessage(playerid,0xF97804FF,"Uso: /savecar [Comentario]");
    }
    else
    {
      comment = strtok(cmdtext,idx);
      GetPlayerPos(playerid,Xz,Yz,Zz);
      new vehicleid = GetPlayerVehicleID(playerid);
      GetVehicleZAngle(vehicleid,Anglez);
        new model = GetVehicleModel(GetPlayerVehicleID(playerid));
        format(stringz,sizeof(stringz),"CreateVehicle(%d,%0.2f,%0.2f,%0.2f,%0.2f,-1,-1,-1); // %s\r\n",model,Xz,Yz,Zz,Anglez,comment);
        new File: save = fopen("CoordsSP.txt",io_append);
        fwrite(save, stringz);
        fclose(save);
        SendClientMessage(playerid,0x38FF06FF,stringz);
    }
    return 1;
}
e o ke tens de fazer й simplesmente conduzir o carro ate um sitio e depois metes esse comando vais ao arkivo txt e esta la
Reply


Messages In This Thread
[DUV]Ajuda Por favor - by irffri1234 - 06.03.2010, 04:13
Re: [DUV]Ajuda Por favor - by SlashPT - 06.03.2010, 08:49
Re: [DUV]Ajuda Por favor - by irffri1234 - 06.03.2010, 11:05
Re: [DUV]Ajuda Por favor - by SlashPT - 06.03.2010, 11:25
Re: [DUV]Ajuda Por favor - by irffri1234 - 06.03.2010, 13:57
Re: [DUV]Ajuda Por favor - by SlashPT - 07.03.2010, 10:11
Re: [DUV]Ajuda Por favor - by irffri1234 - 07.03.2010, 13:53
Re: [DUV]Ajuda Por favor - by SlashPT - 07.03.2010, 14:15

Forum Jump:


Users browsing this thread: 1 Guest(s)