Custom Plates
#2

pawn Код:
public OnVehicleSpawn(vehicleid)
{
   new rand = random(3000); rand += 1500;
   new string[32];
   format(string, sizeof(string), "{D20000}YOURPLATE", rand);
   SetVehicleNumberPlate(vehicleid, string);
}
Reply


Messages In This Thread
Custom Plates - by berz - 31.05.2011, 17:07
Re: Custom Plates - by ColdIce - 31.05.2011, 17:13
Re: Custom Plates - by berz - 31.05.2011, 17:16
Re: Custom Plates - by Sasino97 - 31.05.2011, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)