Quote:
Originally Posted by [PERG
prolol ]
Quote:
Originally Posted by Norn
I'm trying to load colours from file, i've tried loading it as a string but it doesn't work, when i set the colour it just goes pure black.
Loading from file works, i'm just not sure what attribute to load it with, string etc..
(0xFF6347AA)
How would i load it?
|
you could do it like me i'll put all colors in 1 include
and then i do
|
I'm loading the colour from file and storing it as Color[playerid]; then SetPlayerColor(playerid,Color[playerid]);
I'm confused how your method would solve this issue?