[Ajuda] Player spawn e n anda - 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] Player spawn e n anda (
/showthread.php?tid=522346)
Player spawn e n anda -
CaioMors - 27.06.2014
meu gm ta com um bug de quando o player spawna, ele n consegue se locomove tipo ele fica congelado
Re: Player spawn e n anda -
Schocc - 27.06.2014
Procure por
TogglePlayerControllable, em OnPlayerSpawn.
@edit Na minha opiniгo,
reputaзгo se ganha por respeito e nгo se pede...
Re: Player spawn e n anda -
RodrigoBsC - 27.06.2014
Quote:
Originally Posted by Schocc
|
Me aceita no skype ai fazendo favor
Re: Player spawn e n anda -
CaioMors - 27.06.2014
Nada disso em OnPlayerSpawn.
Re: Player spawn e n anda -
Schocc - 27.06.2014
Quote:
Originally Posted by CaioMors
Nada disso em OnPlayerSpawn.
|
Procure em funзхes que sгo chamaras no mesmo momento em que o player congela.
Quais includes vocк usa em seu gamemode? e quais filterscripts? Coloque mais informaзгo...
O que deixa o jogador congelado foi a funзгo que falei la no primeiro post.
Re: Player spawn e n anda -
UPsamp - 27.06.2014
Coloque no fim do
OnPlayerSpawn
PHP код:
TogglePlayerControllable(playerid, 1);
Re: Player spawn e n anda -
CaioMors - 27.06.2014
Galera consegui, era som colocar em SetPlayerSpawn.
Obrigado vcs.
Re: Player spawn e n anda -
zuero - 27.06.2014
procura nas publics onplayerspawn ou onplayerconnect isso :
TogglePlayerControllable(playerid, 0);
e no lugar do 0 coloque 1 no caso verdadeiro ou seja o jogador vai se movimentar caso 0 seria ele vai ficar congelado