How can i create a plate system global?
#5

pawn Код:
public OnVehicleSpawn(vehicleid)
{
    new plate[32];
    format(plate, sizeof(plate), "LS-%04d", vehicleid);
    SetVehicleNumberPlate(vehicleid, plate); // before calling this, make sure vehicle has a plate as the Wiki states
    SetVehicleToRespawn(vehicleid);
    return 1;
}
Simples.
Reply


Messages In This Thread
How can i create a plate system global? - by Metharon - 23.11.2014, 10:48
Re: How can i create a plate system global? - by HY - 23.11.2014, 11:11
Re: How can i create a plate system global? - by Metharon - 23.11.2014, 12:10
Re: How can i create a plate system global? - by Arithmetic - 23.11.2014, 12:53
Re: How can i create a plate system global? - by Virtual1ty - 23.11.2014, 13:01
Re: How can i create a plate system global? - by Metharon - 23.11.2014, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)