Number plate bug
#1

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    new rand = random(3000); rand += 1500;
    new string[32];
    format(string, sizeof(string), "{D20000}SC-{FFFFFF}%d", rand);
    SetVehicleNumberPlate(vehicleid, string);
    return 1;
}
Does anyone know what's wrong here? because it won't change the number plates from default
Reply


Messages In This Thread
Number plate bug - by Dripac - 16.03.2012, 19:54
Re: Number plate bug - by admantis - 16.03.2012, 19:57
Re: Number plate bug - by AndreT - 16.03.2012, 20:12
Respuesta: Re: Number plate bug - by admantis - 17.03.2012, 00:41

Forum Jump:


Users browsing this thread: 5 Guest(s)