This tone of gold - 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: This tone of gold (
/showthread.php?tid=653546)
This tone of gold -
weex - 06.05.2018
There was a server i played they gave you the option to "tune" your weapon, make it gold-plated...
I trying to make like, but i never can set a good tone like was there, like you guys can see on img:
https://i.imgur.com/BU1Gtkq.png
I never can got a good gold-plated color.
Someone could help me and another other one in forum who want to use a gold-plated here?
The more closer i did was:
PHP Code:
Код:
#define WPCOLOR_GOLD 0xFFFFAF33
Код:
SetPlayerAttachedObject(playerid, 2, GetWeaponModel(wp2), 8, -0.079999, -0.039999, 0.109999, -90.100006, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000,WPCOLOR_GOLD,WPCOLOR_GOLD);
Re: This tone of gold -
Gammix - 06.05.2018
Well use a color picker and get the desired gold color you need.
And i usually make the attachment a little bigger than actual weapon so the annoying object/texture overlapping doesn't occur.
Re: This tone of gold -
weex - 10.05.2018
I've already tried a lot of tones using 0xFFhexcolor, but i always get a light gold or a orange e never could take a GOLD like this:
https://imgur.com/BU1Gtkq
Did u know or everyone else, how to take a gold like this to
Код:
SetPlayerAttachedObject(playerid, 2, GetWeaponModel(wp2), 8, -0.079999, -0.039999, 0.109999, -90.100006, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000,WPCOLOR_GOLD,WPCOLOR_GOLD);
Re: This tone of gold -
CrystalGamer - 10.05.2018
colour picker here,
Click me
Edit: didnot knew somebody else already replied
Re: This tone of gold -
weex - 14.05.2018
Quote:
Originally Posted by weex
I've already tried a lot of tones using 0xFFhexcolor, but i always get a light gold or a orange e never could take a GOLD like this:
https://imgur.com/BU1Gtkq
Did u know or everyone else, how to take a gold like this to
Код:
SetPlayerAttachedObject(playerid, 2, GetWeaponModel(wp2), 8, -0.079999, -0.039999, 0.109999, -90.100006, 0.000000, 0.000000, 1.000000, 1.000000, 1.000000,WPCOLOR_GOLD,WPCOLOR_GOLD);
|
bump