how to count players
#2

All you need is a variable. First, create the variable :
pawn Код:
new var = 0;
Then, in the cmd for joining the event, simply change it's value :
pawn Код:
var++;
And then you can check if the player is at the event by checking the variable like that :
pawn Код:
if(var==1)
I think you know what to do from here. If you don't, just post what you don't know.
Reply


Messages In This Thread
how to count players - by bleedis - 07.01.2013, 07:49
Re: how to count players - by DiGiTaL_AnGeL - 07.01.2013, 08:24
Re: how to count players - by park4bmx - 07.01.2013, 08:24
Re: how to count players - by JaKe Elite - 07.01.2013, 08:27
Re: how to count players - by park4bmx - 07.01.2013, 08:29
Re: how to count players - by Sinner - 07.01.2013, 08:52
Re: how to count players - by bleedis - 07.01.2013, 15:08

Forum Jump:


Users browsing this thread: 2 Guest(s)