SA-MP Forums Archive
Loading colors from files. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Loading colors from files. (/showthread.php?tid=66056)



Loading colors from files. - bigcomfycouch - 19.02.2009

Howdy there.
I'm working on a script to load colors from a file. I need a function that preferably can load decimal colors, but hex would work too.
Thanks in advance.


Re: Loading colors from files. - [HiC]TheKiller - 19.02.2009

Why not just something like:

pawn Код:
new Colour1=dini_Get(..)
Or something.