Combine 2 defines?
- 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: Combine 2 defines? (
/showthread.php?tid=628451
)
Combine 2 defines? -
danielpalade
- 10.02.2017
-- DELETED --
Re: Combine 2 defines? -
AbyssMorgan
- 10.02.2017
This include is deprecated in 6 years.
Use this for SAMP 0.3.7:
https://sampforum.blast.hk/showthread.php?pid=3727224#pid3727224
PHP код:
GetVehicleColor
(
vehicleid
,&
color1
,&
color2
);
Re: Combine 2 defines? -
danielpalade
- 10.02.2017
Quote:
Originally Posted by
AbyssMorgan
This include is deprecated in 6 years.
Use this for SAMP 0.3.7:
https://sampforum.blast.hk/showthread.php?pid=3727224#pid3727224
PHP код:
GetVehicleColor
(
vehicleid
,&
color1
,&
color2
);
Thanks man!