30.10.2010, 18:45
i see you got the dini's turned around:
must be:
and this:
must be:
and try using sscanf..
Код:
dini_Set(pfile1, "LFaction", PlayerInfo[strval(playa)][pLRank]); dini_Set(pfile1, "Rank", PlayerInfo[strval(playa)][pLFaction]);
Код:
dini_Set(pfile1, "Rank", PlayerInfo[strval(playa)][pLRank]); dini_Set(pfile1, "LFaction", PlayerInfo[strval(playa)][pLFaction]);
Код:
playa = strtokk(cmdtext, idx);
Код:
playa = strtok(cmdtext, idx);