SA-MP Forums Archive
[AJUDA] Settime - 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] Settime (/showthread.php?tid=278128)



[AJUDA] Settime - You_Tube - 20.08.2011

Ola Pessoal Gostaria de Saber uma Coisa que nгo COnssiguir Achar no ****** Seguinte Toda Vez que eu Min Teleporto para o /Drop no Meu Server o Boneco fica Caindo e os carros tambem eu queria saber como ue eu crio um Settime Pra O Player Congelar no Tele e em 5 Segundos ele Descongelar Alguem Pode Ajuda?
Reputatio Awe


Re: [AJUDA] Settime - [GuN]Erick[M] - 20.08.2011

Tenta usar ToglePlayerControllable e coloca um timer,sу q num sei se dб certo '-'


Re: [AJUDA] Settime - Dolby - 20.08.2011

Coloca no Comando de Tele:
pawn Код:
TogglePlayerControllable(playerid,0);
SetTimer("descongela", 5000, false);
e depois
pawn Код:
forward descongela();
public descongela()
{
TogglePlayerControllable(playerid,1);
return 1;
}



Re: [AJUDA] Settime - MaGnO_357 - 20.08.2011

isso ai й bug do drop ou a placa de video nгo aguenta carregar os objectos


Re: [AJUDA] Settime - You_Tube - 20.08.2011

Gustavo E Depois aonde? Esse aki:
pawn Код:
forward descongela();
public descongela()
{
TogglePlayerControllable(playerid,1);
return 1;
}
??


Re: [AJUDA] Settime - MaGnO_357 - 20.08.2011

no final do GM


Re: [AJUDA] Settime - You_Tube - 20.08.2011

Deu erro:
Quote:

error 017: undefined symbol "playerid"

Linha:
Quote:

TogglePlayerControllable(playerid,1);

...


Re: [AJUDA] Settime - Dolby - 20.08.2011

tenta assim(nao e certeza se da certo,caso esteja errado min corrijam)
pawn Код:
forward descongela(playerid);
public descongela(playerid)
{
TogglePlayerControllable(playerid,1);
return 1;
}



Re: [AJUDA] Settime - MaGnO_357 - 20.08.2011

agora ta certo eu tbm nem prestei atenзгo nisso ai '-'


Re: [AJUDA] Settime - You_Tube - 20.08.2011

De Boa Nгo Deu Erro COmpilo Certo... Mais Nгo Funfo o PLayer Nгo Congela e Continua caindo iai?...