[Ajuda] Objetos Piscando
#8

Quote:
Originally Posted by ApolloRJ
Посмотреть сообщение
cara vo te dar uma dica... depois de ler... sobre streamer descobr 2 funcхes que melhora nos objetos.. tente por isso no seu GM.....

pawn Код:
public OnGameModeInit()
{
Streamer_TickRate(50);
Streamer_Update(50);
mexe com forme suas necessidades... espero ter ajudado..

By ApolloRJ
melhor nao mecher nas configuraзхes,pode bugar os outros objetos.

Pegue a cordenada e bote +2 no final:
pawn Код:
// No Comando:
SetPlayerPos(playerid, X,Y,Z + 2);
TogglePlayerControllable(pid,0);
SetTimerEx("BackingTele",3000,false,"i",pid);

//final do gm.
forward BackingTele(playerid);
public BackingTele(playerid)
{
    TogglePlayerControllable(playerid,1);
    return 1;
}
/\ uso em meu gm para teleportes que demoram para aparecer os objetos.
Reply


Messages In This Thread
[Ajuda] Objetos Piscando - by yuryroque - 29.06.2011, 20:28
Re: [Ajuda] Objetos Piscando - by TheGarfield - 29.06.2011, 21:08
Re: [Ajuda] Objetos Piscando - by ApolloRJ - 29.06.2011, 21:53
Re: [Ajuda] Objetos Piscando - by TheGarfield - 29.06.2011, 23:30
Respuesta: [Ajuda] Objetos Piscando - by yuryroque - 30.06.2011, 03:17
Respuesta: [Ajuda] Objetos Piscando - by yuryroque - 30.06.2011, 03:44
Re: [Ajuda] Objetos Piscando - by ApolloRJ - 30.06.2011, 13:37
Re: [Ajuda] Objetos Piscando - by TheGarfield - 30.06.2011, 17:17
Re: [Ajuda] Objetos Piscando - by ApolloRJ - 30.06.2011, 17:31
Re: [Ajuda] Objetos Piscando - by TheGarfield - 30.06.2011, 17:43

Forum Jump:


Users browsing this thread: 4 Guest(s)