[Ajuda] SetPlayerTeam - 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] SetPlayerTeam (
/showthread.php?tid=661771)
SetPlayerTeam -
Paulthaz - 14.12.2018
Olб! Eu estou com um problema em um sistema, eu preciso setar o SetPlayerTeam de todos do servidor para o mesmo valor, mas quando eu faзo isso, os jogadores nгo tomam danos de explosхes de veнculos ou de bazooka, existe algo que eu possa fazer para que isso seja resolvido sem tirar o SetPlayerTeam? Porquк eu preciso dele.
Re: SetPlayerTeam -
InsaneBR - 14.12.2018
PHP код:
for(new i; i <= GetPlayerPoolSize(); i ++)
SetPlayerTeam(i, NO_TEAM);
Edit:
Tente:
1. Setar o valor da funзгo para -1.
2. Fazer uma condicional em OnPlayerGiveDamage verificando se os jogadores sгo do mesmo time e retornar dano.
Nгo sei se irб resolver, pois essa funзгo existe exatamente para evitar team kill.
Re: SetPlayerTeam -
Paulthaz - 14.12.2018
Quote:
Originally Posted by InsaneBR
PHP код:
for(new i; i <= GetPlayerPoolSize(); i ++)
SetPlayerTeam(i, NO_TEAM);
|
Fazendo isso eu tiraria o time de todo mundo, preciso dele.