Suggestions Thread - 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: Suggestions Thread (
/showthread.php?tid=405830)
Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
Re: Suggestions Thread -
Basssiiie - 29.01.2013
Quote:
Originally Posted by sanya_gnoy
add native GetVehicleExtra(vehicleid); and native SetVehicleExtra(vehicleid, extraid); (example barracs tent or mesa roof)
|
You mean this?:
Source: Vehicle variations, Sanny Builder Help files.
A problem is that this function has to be called before the actual vehicle is created, as it changes the model. But so does numberplates: the number plate function in SCM also has to be called before the actual vehicle is created. As it seems, Kye got past this problem when adding SetVehicleNumberPlate. Maybe he can do something similar with vehicle variations?
Re: Suggestions Thread -
sanya_gnoy - 29.01.2013
Quote:
Originally Posted by Basssiiie
You mean this?:
|
yes, i mean this.
Re: Suggestions Thread -
iPLEOMAX - 29.01.2013
GetClientResolution(playerid);
GetPlayerFOV(playerid, Float:fov); //Field-of-view
TextDrawRotate(Text:textid, Float:angle);
Will be appreciated if added.