[Ajuda] Matriculas nos Carros
#3

PHP код:
new bool:car[MAX_VEHICLES];
public 
OnGameModeInit()
{
    for(new 
1GetVehicleModel(i); ++)
    {
        new 
sStr[10];
        
format(sStr10"%s%s-%d%d-%d"random(25)+65random(25)+65random(10), random(10), i);
        
SetVehicleNumberPlate(isStr);
        
car[i] = true;
    }
    return 
1;
}
public 
OnVehicleSpawn(vehicleid)
{
    if(!
car[vehicleid])
    {
        new 
sStr[10];
        
format(sStr10"%s%s-%d%d-%d"random(25)+65random(25)+65random(10), random(10), vehicleid);
        
SetVehicleNumberPlate(vehicleidsStr);
        
car[vehicleid] = true;
    }
    return 
1;

Reply


Messages In This Thread
[Ajuda] Matriculas nos Carros - by SlinghShoot - 26.08.2011, 13:33
Re: [Ajuda] Matriculas nos Carros - by ViniBorn - 26.08.2011, 13:50
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 27.08.2011, 10:29
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 27.08.2011, 11:00
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 27.08.2011, 22:12
Re: [Ajuda] Matriculas nos Carros - by Bruno Pereira - 27.08.2011, 23:03
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 28.08.2011, 10:13
Re: [Ajuda] Matriculas nos Carros - by Shadoww5 - 28.08.2011, 11:28
Re: [Ajuda] Matriculas nos Carros - by SlinghShoot - 28.08.2011, 20:19

Forum Jump:


Users browsing this thread: 2 Guest(s)