Question? (+1 rep for you :))
#4

remove the new string[128];
theres already one

don't forget to

pawn Код:
//OnPlayerConnect

player++;

//OnPlayerDisconnect

player--;
Quote:
Originally Posted by ProdrifterX
Посмотреть сообщение
pawn Код:
new sPlay[64];
    format(sPlay, sizeof(sPlay), "*** There are curently players %i/%i online", player_count, GetMaxPlayers());
    SendClientMessageToAll(COLOR_GREY, sPlay);
U can add this on player connect,spawn,disconnect.. etc.
Rep Nao :P
Quote:
Originally Posted by ProdrifterX
Посмотреть сообщение
and add this on player connect
pawn Код:
player_count++;
And this on playerdisconnect
pawn Код:
player_count--;
REEEP!
Stop double posting there is edit button
Reply


Messages In This Thread
Question? (+1 rep for you :)) - by Andrew97 - 16.04.2012, 10:10
Re: Question? (+1 rep for you :)) - by ProdrifterX - 16.04.2012, 10:12
Re: Question? (+1 rep for you :)) - by ProdrifterX - 16.04.2012, 10:15
Re: Question? (+1 rep for you :)) - by RollTi - 16.04.2012, 10:16
Re: Question? (+1 rep for you :)) - by doreto - 16.04.2012, 10:17
Re: Question? (+1 rep for you :)) - by ProdrifterX - 16.04.2012, 10:20
Re: Question? (+1 rep for you :)) - by Andrew97 - 16.04.2012, 10:24

Forum Jump:


Users browsing this thread: 1 Guest(s)