25.02.2011, 12:33
(
Последний раз редактировалось bn102; 26.02.2011 в 23:47.
Причина: typo in title :)
)
EDIT: Problem SOLVED
I have my users saved in .ini files. For example: Mine is Ben_Jarvis.ini and here is a section of the contents of that file:
So, if I have all of these users saved, how can I make it so that, when they next connect, it adds a value to the end.
What I am hoping to do is that a user can type /spawn 1, 2 or 3. And when they do that, it sets the value in their userfile. Wen they connect next, it will read the value, and they will spawn in the appropriate place.
Thank you,
Ben.
I have my users saved in .ini files. For example: Mine is Ben_Jarvis.ini and here is a section of the contents of that file:
Код:
Key=password Level=1 AdminLevel=1338 HelperLevel=0 DonateRank=0 UpgradePoints=0 ConnectedTime=2 Registered=1 Sex=1 Age=20
What I am hoping to do is that a user can type /spawn 1, 2 or 3. And when they do that, it sets the value in their userfile. Wen they connect next, it will read the value, and they will spawn in the appropriate place.
Thank you,
Ben.