14.11.2010, 18:29
Dude, on my code above, the "playername" is the victim name I'll set the level of. I can't save with a dini, because had to be so:
And I cannot use: [When I use that underneath, give me this error under this code underneath
Код:
dini_IntSet(file, "level",PlayerInfo[playerid][Level]);
Код:
dini_IntSet(file, "level",PlayerInfo[playername][Level]);
Код:
Error: C:\DOCUME~1\FeLiPe\Desktop\SERVER~1\FILTER~1\adminx.pwn(286) : error 033: array must be indexed (variable "playername")