10.12.2010, 23:36
I Have Seen a Fair Bit about Dini Ect.
But I Havent come up with a Way to Store Info for a Single Variable.
Heres What I Want to Store:
This is the Code Where its Set To a Higher Number.
So its Set to Stage 2, Now. When the Person Leaves and the Server can be Restarted. This Data is Restored when the person connect to my server with that Name,
I Do Not want a Register or Login command, Dont call me a Fool. But I Dont.
Anyway, is there any Methods Avaliable That could Allow me to Save This Data?
But I Havent come up with a Way to Store Info for a Single Variable.
Heres What I Want to Store:
Код:
new PassPort[MAX_PLAYERS];
Код:
if (strcmp("/upgradepass", cmdtext, true) == 0) { SendClientMessage(playerid, 0xFFFF00AA,"Set To Passport Stage 2"); PassPort[playerid] = 2; return 1; }
I Do Not want a Register or Login command, Dont call me a Fool. But I Dont.
Anyway, is there any Methods Avaliable That could Allow me to Save This Data?