[Ajuda] Territуrio - 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] Territуrio (
/showthread.php?tid=466535)
Territуrio -
Wendell - 28.09.2013
Quero fazer com que quando mate alguйm dentro de territуrio nгo ganhe /su .
coloquei isto na public OnPlayerDeath mais nгo resolveu .
PHP код:
if(!IsPlayerInFavela(killerid) || !IsPlayerInSkate(killerid) || !IsPlayerInPark(killerid) || !IsPlayerInEstacao(killerid) || !IsPlayerInMata(killerid) || !IsPlayerInCasarao(killerid))
{
SetPlayerCriminal(killerid, 255, "Assasinato em primeiro grau");
PlayerInfo[killerid][pKills] += 1;
}
Re: Territуrio -
Juniiro3 - 28.09.2013
Remove os ! da frente, pois eles negam digamos assim, entгo seu code diz basicamente "Se ele nгo estiver na favela ou se ele nгo estiver no Skate...Ou Se ele nгo esitver na mata adicione um crime."
Re: Territуrio -
[O.z]Caroline - 28.09.2013
Й sу trocar o || (or) por && (and).
Ou seja, para ele ganhar nivel de procurado ele NГO deve estar em TODOS esses locais
Re: Territуrio -
RuanRider - 28.09.2013
Colocar ! (interrogaзгo) antes й dizer: Faзa o diferente disso. Acho que vocк entendeu
Re: Territуrio -
Wendell - 28.09.2013
Quote:
Originally Posted by [O.z]Caroline
Й sу trocar o || (or) por && (and).
Ou seja, para ele ganhar nivel de procurado ele NГO deve estar em TODOS esses locais
|
Resolvido , obrigado .
+Rep pra vocкs .