Quote:
Originally Posted by HY
At the top of script:
Where do you have register system add:
Then you can check how many players registered.
pawn Код:
CMD:registered(playerid, params[]) { new string[3]; format(string, sizeof(string), "%d", Registered); SendClientMessage(playerid, -1, string); return 1; }
Of course, you can optimize it by savin' this in a file, etc.
|
You're also going to need to define Registered with what you have in the file.
Because doing it like you did will just reset after the server restarts.