14.09.2012, 18:04
Hey, i'm trying to make a turf system, but i'm stuck with some issues which i can't fix.
I hope that any of you is able to help me.
This is my current code:
I want to make the color to the one that is in the Turf1.txt (turfcolor=)
When compiling i get this error:
Someone knows how to fix this?
Thanks in advance.
I hope that any of you is able to help me.
This is my current code:
Код:
new TCOLOR[256],nomefile[60]; format(nomefile,sizeof(nomefile),"turfs/Turf1.txt"); TCOLOR = dini_Get(nomefile,"turfcolor"); GangZoneShowForPlayer(playerid, gangzone1, TCOLOR);
When compiling i get this error:
Код:
(11466) : error 035: argument type mismatch (argument 3)
Thanks in advance.