[Ajuda] Alguйm sabe como tirar ? - 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] Alguйm sabe como tirar ? (
/showthread.php?tid=568047)
Alguйm sabe como tirar ? -
pedrinhosz11 - 18.03.2015
Por favor alguйm sabe como tira essas pickup que jб vem ativado com o GameMode ?
Pra quem me ajudar jб vou deixando o meu muito obrigado!
Re: Alguйm sabe como tirar ? -
ProKillerpa - 18.03.2015
PHP код:
DisableInteriorEnterExits();
Em OnGameModeInit.
Re: Alguйm sabe como tirar ? -
ipsLuan - 18.03.2015
Isso sгo entradas de interiores padrхes do SA:MP, vocк pode desativar com o seguinte cуdigo.
PHP код:
public OnGameModeInit() {
DisableInteriorEnterExits();
return 1;
}
Abraзos,
Re: Alguйm sabe como tirar ? -
pedrinhosz11 - 18.03.2015
Quote:
Originally Posted by ProKillerpa
PHP код:
DisableInteriorEnterExits();
Em OnGameModeInit.
|
Obrigadooooo!!!
Re: Alguйm sabe como tirar ? -
pedrinhosz11 - 18.03.2015
Quote:
Originally Posted by Luan Argolo
Isso sгo entradas de interiores padrхes do SA:MP, vocк pode desativar com o seguinte cуdigo.
PHP код:
public OnGameModeInit() {
DisableInteriorEnterExits();
return 1;
}
Abraзos,
|
Obrigado!