Count question.
#8

Quote:
Originally Posted by Eth
Посмотреть сообщение
well, I haven't used INI before so I can't tell you how to do the saving system for counting, but I can give you some tips.

1. Make a new variable called RegisteredAccounts and put it in the top of the script (after the includes of course)

pawn Код:
new RegisteredAccounts;
now when a player register do:
pawn Код:
RegisteredAccounts ++;
//then tell him We have %d accounts recorded
now ongamemodeinit:
pawn Код:
//here make a check if the file exists or not, if it exists then set RegisteredAccounts = saved else then make a new file
can you make me an example please?
Reply


Messages In This Thread
Count question. - by radiobizza - 15.01.2016, 19:02
Re: Count question. - by NoDi522 - 15.01.2016, 19:54
Re: Count question. - by radiobizza - 15.01.2016, 20:12
Re: Count question. - by Eth - 15.01.2016, 20:15
Re: Count question. - by radiobizza - 15.01.2016, 20:17
Re: Count question. - by Eth - 15.01.2016, 20:22
Re: Count question. - by NoDi522 - 15.01.2016, 20:31
Re: Count question. - by radiobizza - 15.01.2016, 20:36
Re: Count question. - by radiobizza - 16.01.2016, 07:44

Forum Jump:


Users browsing this thread: 1 Guest(s)