[AJUDA]Contator de Players.
#3

pawn Код:
//topo do Gm
new CountPlayers = -1;
new stringpls[37];

//OnPlayerConnect ou login
CountPlayers++;
format(stringpls, 37,"O servidor tem %d jogadores Online!", CountPlayers);
TextDrawSetString(COLOQUE O TEXT DRAW AQUI, stringpls);

//OnPlayerDisconnect
CountPlayers--;
format(stringpls, 37,"O servidor tem %d jogadores Online!", CountPlayers);
TextDrawSetString(COLOQUE O TEXT DRAW AQUI, stringpls);
Reply


Messages In This Thread
[AJUDA]Contator de Players. - by .CrazZy._.[De] - 11.10.2011, 20:03
Re: [AJUDA]Contator de Players. - by [O.z]Caroline - 11.10.2011, 20:10
Re: [AJUDA]Contator de Players. - by Pharrel - 11.10.2011, 20:14
Re: [AJUDA]Contator de Players. - by .CrazZy._.[De] - 11.10.2011, 20:25
Re: [AJUDA]Contator de Players. - by Lipe_Stronda - 11.10.2011, 23:24
Re: [AJUDA]Contator de Players. - by Pharrel - 12.10.2011, 05:24
Re: [AJUDA]Contator de Players. - by Lipe_Stronda - 12.10.2011, 11:54
Re: [AJUDA]Contator de Players. - by Josma_cmd - 12.10.2011, 11:59
Respuesta: [AJUDA]Contator de Players. - by [Red]Maninho - 12.10.2011, 12:02
Re: [AJUDA]Contator de Players. - by Kratos_xD - 14.06.2012, 16:45

Forum Jump:


Users browsing this thread: 1 Guest(s)