SA-MP Forums Archive
lspd car's - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: lspd car's (/showthread.php?tid=592345)



lspd car's - Rafaeloo - 23.10.2015

hello guys

can i make a lspd car to show a car number on back of the car?
like LSRP ??

Any script for this ?


Re: lspd car's - J0sh... - 23.10.2015

https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: lspd car's - Rafaeloo - 23.10.2015

how to make to show number on car ??
not just one number


Re: lspd car's - J0sh... - 23.10.2015

Click on the links son.


Re: lspd car's - Rafaeloo - 23.10.2015

but on this script is just , to write the text you like
not number


sorry for english bro


Re: lspd car's - Rafaeloo - 23.10.2015

Quote:

error 001: expected token: ",", but found "."
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : warning 215: expression has no effect
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : error 001: expected token: ";", but found ")"
C:\Documents and Settings\Administrator\Desktop\egrp.pwn(49990) : fatal error 107: too many error messages on one line

Quote:

new Text3D:vehicle3Dtext[MAX_VEHICLES],vehicle_id;
vehicle_id = CreateVehicle( 596, 0.0. 0.0, 15.0, 5, 0, 120 );
vehicle3Dtext[ vehicle_id ] = Create3DTextLabel( "LSPD CAR", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );
//Creating the Vehicle
//Attaching Text Label To Vehicle
Attach3DTextLabelToVehicle( vehicle3Dtext[ vehicle_id ] , vehicle_id, 0.0, 0.0, 2.0);
}




so many arrors :;/


Re: lspd car's - J0sh... - 23.10.2015

vehicle_id = CreateVehicle(596, 0.0, 0.0, 15.0, 5, 0, 120);
You had a . instead of a ,


Re: lspd car's - Rafaeloo - 23.10.2015

can u make me with text LSPD CAr idof car 596 please.

+rep if u make me bro