[Ajuda] Definir placas (plate) padrхes...
#1

Boa tarde.

Gostaria de saber se existe alguma forma, na qual eu defina uma placa RANDOM, para todos veiculos adicionados no meu GM...

Exemplo: ABC 1234 (sу iria variar o numero)

PHP код:
LastVehicleID Vehicle_AddStatic(VehicleDFT30,... 
Obrigado pessoal.
Reply
#2

https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate
Reply
#3

PHP код:
    new plate[8];
    for(new 
th 0th MAX_VEHICLESth++)
    {
        
format(platesizeof(plate), "XXX %d"th);
        
SetVehicleNumberPlate(thplate);
    } 
Fiz assim, deu certo... valeu
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)