SA-MP Forums Archive
Y_ini doesn't write values [REP] - 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: Y_ini doesn't write values [REP] (/showthread.php?tid=293557)



Y_ini doesn't write values [REP] - Generation-X - 29.10.2011

lol


Re: Y_ini doesn't write values [REP] - [MG]Dimi - 29.10.2011

pawn Код:
for(new g; g < TOTAL_GANGS; g++)
    {
        if(GangInfo[i][IsCreated] == true)
for new g; if i


About ID thing I would do I would count gangs and then give ID like that. Ex. Set variable to 0, then when gang is created do [your variable]++; and assigned value to an gangid variable and so on


Re: Y_ini doesn't write values [REP] - Generation-X - 29.10.2011

But can someone explain why that didn't work?