[Ajuda] Save Matricula
#4

Tendo a include KveH: https://sampforum.blast.hk/showthread.php?tid=228434


Troque todos os seus SetVehicleNumberPlate por SetVehiclePlate e coloque:


pawn Код:
//No OnGameModeExit:

for(new x = 0; x < MAX_VEHICLES; x++)
{
    new SlotNoArquivo[20];
        format(SlotNoArquivo,20,"PlacaID%i", x);
    dini_Set("ArquivoPlaca", SlotNoArquivo, GetVehiclePlate[x]);//Troque "ArquivoPlaca" pelo nome do arquivo.      
}



//No OnGameModeInit:
for(new y = 0; y < MAX_VEHICLES; y++)
{
    new SlotNoArquivo[20];
        format(SlotNoArquivo,20,"PlacaID%i", y);
        SetVehiclePlate(y, dini_Get("ArquivoPlaca", SlotNoArquivo));//Troque "ArquivoPlaca" pelo nome do arquivo.  
}

Espero ter ajudado
Reply


Messages In This Thread
[Ajuda] Save Matricula - by Swat007forever - 20.02.2011, 10:03
Re: [Ajuda] Save Matricula - by brunogysin - 20.02.2011, 10:23
Re: [Ajuda] Save Matricula - by Swat007forever - 20.02.2011, 10:28
Re: [Ajuda] Save Matricula - by rjjj - 20.02.2011, 11:19
Re: [Ajuda] Save Matricula - by Swat007forever - 20.02.2011, 11:42
Re: [Ajuda] Save Matricula - by [Ips]Guh - 20.02.2011, 11:46
Re: [Ajuda] Save Matricula - by rjjj - 20.02.2011, 12:05
Re: [Ajuda] Save Matricula - by Swat007forever - 20.02.2011, 17:38
Re: [Ajuda] Save Matricula - by rjjj - 20.02.2011, 18:01
Re: [Ajuda] Save Matricula - by Swat007forever - 20.02.2011, 18:04

Forum Jump:


Users browsing this thread: 2 Guest(s)