Hey, i have an rp-faction uninvite problem
#2

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


Messages In This Thread
Hey, i have an rp-faction uninvite problem - by sbulletin - 30.10.2010, 17:34
Re: Hey, i have an rp-faction uninvite problem - by Mike_Peterson - 30.10.2010, 18:45
Re: Hey, i have an rp-faction uninvite problem - by sbulletin - 30.10.2010, 23:35

Forum Jump:


Users browsing this thread: 1 Guest(s)