[FilterScript] Player online count+record of players
#1

Online player count+Record system
A simple system that has a record of players ever connected+it can detect how many players are online.
The record is saved in record.txt file.
Online players are seen with

Code:
PlayerCount
A little command that tells you how many players are online.
Code:
	if (strcmp("/online", cmdtext, true, 10) == 0)
	{
	format(str,sizeof(str),"Online players: [%d]",PlayerCount);
	SendClientMessage(playerid,-1,str);
		return 1;
	}
Download:
Pastenbin.com
Reply


Messages In This Thread
Player online count+record of players - by Kruno88 - 22.02.2015, 19:19
Re: Player online count+record of players - by Glossy42O - 22.02.2015, 19:34
Re: Player online count+record of players - by Kruno88 - 22.02.2015, 19:45
Re: Player online count+record of players - by DRIFT_HUNTER - 22.02.2015, 19:49
Re: Player online count+record of players - by MohanedZzZ - 22.02.2015, 20:08
Re: Player online count+record of players - by Steel_ - 22.02.2015, 20:13
Re: Player online count+record of players - by Schneider - 22.02.2015, 20:28
Re: Player online count+record of players - by Kruno88 - 22.02.2015, 20:53
Re: Player online count+record of players - by Schneider - 22.02.2015, 21:06
Re: Player online count+record of players - by Kruno88 - 22.02.2015, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)