[Ajuda] Limite de Jogadores. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Limite de Jogadores. (
/showthread.php?tid=225974)
[Ajuda] Limite de Jogadores. -
L.S.T - 14.02.2011
Qual й Mesmo o codigo de limita de jogadores a entrar em um tele?
Re: [Ajuda] Limite de Jogadores. -
zSuYaNw - 14.02.2011
pawn Код:
new Gato=0;
if(!strcmp(cmdtext,"/lol', true))
{
if(Gato == 2) return SendClientMessage(...);
Gato++;
return 1;
}
if(!strcmp(cmdtet,/Sair, true)) return Gato--;
Re: [Ajuda] Limite de Jogadores. -
L.S.T - 14.02.2011
vlw!!