31.08.2011, 23:38
Aw .. Another case of someone thinking that colors are strings. All colors used within sa:mp scripting are numbers, they're just represented in hex most of the time for easier reading.
You can just save the colors as numbers and read them as numbers. You'll have something like this in the file: 16711935 (which is green, written in decimal notation). This means you'll have to use dini_Int and dini_IntSet instead of dini_Get and dini_Set.
You can just save the colors as numbers and read them as numbers. You'll have something like this in the file: 16711935 (which is green, written in decimal notation). This means you'll have to use dini_Int and dini_IntSet instead of dini_Get and dini_Set.