Count question.
#7

If I understood you,you need something like this:

PHP код:
new RegisterCounter// on top of your script
// Put this on your finish registration part
RegisterCounter++;
// Part of the tutorial that tells us how many players have registered on the server
new message[128];
format(message,sizeof(message),"INFO: There are %d players registered on our server.",RegisterCounter);
SendClientMessage(playerid,-1,poruka); 
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)