[DUV]Sobre SetVehicleNumberPlate
#1

Sei que na versгo 0.3c, as placas voltaram. Tambйm sei adicionб-las. Mas tenho uma pequena dъvida... Hб algum cуdigo que gere valores aleatуrios de placas para todos os veнculos criados? para que eu nгo tenha que ficar digitando 1 por 1??
Reply
#2

https://sampwiki.blast.hk/wiki/Random

pawn Код:
stock CreateVehicleNumberPlate(vehicleid)
{
    PlatePoint:
    new
        nPlate = Ramdom(99999),
        sPlate[22]
    ;
    if(Plate < 10000)
        goto PlatePoint;
    format(sPlate,22,"Plate: %d",nPlate);
    SetVehicleNumberPlate(vehicleid,sPlate);
    return SetVehicleToRespawn(vehicleid)
}
Reply
#3

Valeu Drakins, nгo testei ainda, mas logo quando eu terminar os comandos de meu TDM, irei testar ^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)