SetVehicleNumberPlate problem
#1

Hi!

I'm updating my script to 0.3 but there is a problem:
A player can get a car in my script with /taxi and his name is then on the numberplate.
In 0.3 he only gets a random numberplate
Could anyone help me?

Here's my script:
Код:
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
new taxi=CreateVehicle(420,x+1,y,z,0,7,0,999999);
new name[20];
GetPlayerName(playerid,name,20);
SetVehicleNumberPlate(taxi, name);
SetVehicleToRespawn(taxi);
Thanks for help!
adihash
Reply


Messages In This Thread
SetVehicleNumberPlate problem - by adihash - 23.10.2009, 15:17
Re: SetVehicleNumberPlate problem - by Hiddos - 23.10.2009, 18:46
Re: SetVehicleNumberPlate problem - by Sergei - 23.10.2009, 18:51
Re: SetVehicleNumberPlate problem - by MenaceX^ - 23.10.2009, 19:00
Re: SetVehicleNumberPlate problem - by KevKo95 - 23.10.2009, 19:01
Re: SetVehicleNumberPlate problem - by Joe Staff - 23.10.2009, 19:10
Re: SetVehicleNumberPlate problem - by SoeH - 23.10.2009, 19:37
Re: SetVehicleNumberPlate problem - by MenaceX^ - 23.10.2009, 19:40
Re: SetVehicleNumberPlate problem - by Sergei - 23.10.2009, 19:48
Re: SetVehicleNumberPlate problem - by samp03c - 01.02.2011, 15:01

Forum Jump:


Users browsing this thread: 1 Guest(s)