I Need Help With License Plate
#1

I need some help with puting license plates on my server the person who does it will get a awesome surprise i also need help with a mdc but if you will help you will get a surprise
Reply
#2

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

Anyway in 0.3
Quote:

- SetVehicleNumberPlate does not work. This function can't work due to SA's internal coding which only assigns 1 numplate per vehicle model. The function itself will be left in for future use if it can be made to work.

Reply
#3

ummm i have a link to a software but i cant figure out to use it but i will be giving a awesome surprise

Quote:

Use this little app i made to put custom number plates onto the cars.

LePlates - http://forum.sa-mp.com/index.php?topic=116406
Reply
#4

Open your gamemode/filterscript

Top of the script after #define's add
pawn Код:
new mycar;
Add this under OnGameModeInit();
pawn Код:
mycar = AddStaticVehicle(vehicleid, X, Y,Z, Angle, Color1, Color2)

SetVehicleNumberPlate(mycar, "LEET");
SetVehicleToRespawn(mycar);
Add this under OnVehicleDeath(vehicleid, killerid)
pawn Код:
OnVehicleDeath(vehicleid, killerid)
{
  if (vehicleid == mycar)
  {
    SetVehicleNumberPlate(LemoXcar, "LEET");
    SetVehicleToRespawn(LemoXcar);
  }
}

// GENERATED BY LePlates!
Vehicle id's = https://sampwiki.blast.hk/wiki/Vehicle_Model_ID_List
Reply
#5

you will get a prize if you do it because i cant
Reply
#6

If you are connected at samp irc query me, my nick is mmrk there otherwise pm me at forums
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)