07.01.2013, 07:49
Hello friends!
I saw a filterscript in forum called last man standing or something like that, but link was dead, so i decided to create someting like that for my server. So i will get to the point. How can i count players who are in that event like if player joins event
It counts +1
When someone leaves
it counts -1 and updates in textdraw, i tried in way that doesnt worked for me like when someone joins its counts + and its shows for him in textdraw that its 1/20 but when leaves there still stays 1/20 i hope someone understands me
Thank ya all for answers.
I saw a filterscript in forum called last man standing or something like that, but link was dead, so i decided to create someting like that for my server. So i will get to the point. How can i count players who are in that event like if player joins event
pawn Код:
PlayerInfo[playerid][InLM] = 1;
When someone leaves
pawn Код:
PlayerInfo[playerid][InLM] = 0;
Thank ya all for answers.