[Include] pcounter - count all players online
#1

ok, this is a suuuuuper simple "include" that i made in about 5 minutes. I am only releasing it because im a noob. Anyway, here it is:

PCounter
Functions:
CountPlayersOnline();
Example:
pawn Код:
#include <a_samp>
#include <pcounter>

main()
{
    print("\n----------------------------------");
    print(" testcrap");
    print("----------------------------------\n");
}

public OnFilterScriptInit()
{
    SetTimer("count", 7500, true);
}

forward count();
public count()
{
    new num = CountPlayersOnline();
    printf("players online: %i", num);
}
Download: http://solidfiles.com/d/05305/
Pastebin: http://pastebin.com/ZHS54UTr
THANKZ!
Reply


Messages In This Thread
pcounter - count all players online - by sciman001 - 19.03.2011, 15:53
Re: pcounter - count all players online - by [ProX]BlueFire - 19.03.2011, 15:59
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 15:59
Re: pcounter - count all players online - by DeathOnaStick - 19.03.2011, 15:59
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:00
Re: pcounter - count all players online - by Venice - 19.03.2011, 16:05
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:06
Re: pcounter - count all players online - by [ProX]BlueFire - 19.03.2011, 16:07
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:08
Re: pcounter - count all players online - by XFlawless - 19.03.2011, 16:09
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:10
Re: pcounter - count all players online - by ricardo178 - 19.03.2011, 16:10
Re: pcounter - count all players online - by [ProX]BlueFire - 19.03.2011, 16:10
Re: pcounter - count all players online - by [ProX]BlueFire - 19.03.2011, 16:11
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:12
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:14
Re: pcounter - count all players online - by Kwarde - 19.03.2011, 16:14
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:15
Re: pcounter - count all players online - by [ProX]BlueFire - 19.03.2011, 16:15
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:16
Re: pcounter - count all players online - by Medal Of Honor team - 19.03.2011, 16:31
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 16:44
Re: pcounter - count all players online - by Jochemd - 19.03.2011, 16:47
Re: pcounter - count all players online - by sciman001 - 19.03.2011, 18:23
Re: pcounter - count all players online - by Calgon - 19.03.2011, 18:28

Forum Jump:


Users browsing this thread: 3 Guest(s)