[DUVIDA] Codigo SetTimer para Carregar Objetos
#1

Pessoal , tenho uma dъvida sobre o SetTimer para Carregamento de Objetos,

Tenho este Code :


pawn Code:
// Forward
forward CObjetos(playerid)

//SetTimer em OnGameModeInit

SetTimerEx("CObjetos", 3000, true);

//Aqui a Public Utilizada

public CObjetos(playerid)
{
    GameTextForPlayer(playerid, "Carregando Objetos... Streamer", 5000, 5);
    TogglePlayerControllable(playerid, 1);
    return 1;
}
~

Agora a Dъvida , Como Utilizo Isto dentro de Algum Teleporte , Para Quando ele Teleportar , Congelar o Player , e ao Final do SetTimer , Descongela-lo para ele Poder se Mover.

Se Alguem Puder Ajudar ,Dou +Rep
Reply
#2

Nos Comando Adicione:
pawn Code:
TogglePlayerControllable(playerid, 0); // Congela o player
SetTimerEx("CObjetos",3000, false,"i",playerid);  // Chama A Public CObjetos.
E Acho que nao e Necessario no Ongamemodenit, pois La Ira Chamar A Public sem Digitar o Comando.

@OFF
To com fome e nao pensei direito (:
Reply
#3



Sу nгo Intendi porque ficou aparecendo a mensagem mesmo quando loga , sem ir a nenhum teleporte , Sabe o que pode ser ?
Reply
#4

Tira o Set Timer do OngameModeInit (:
Reply
#5

Quote:
Originally Posted by [ODS]Break
View Post
Tira o Set Timer do OngameModeInit (:
Vlw Break ^^ , +Rep pra vocк xD...

Sу me tira mais uma duvida se puder , sabe quando Teleporta ? queria que aparecesse tipo , Carregando Objetos...
e Depois que descongelasse , aparecesse Objetos Carregados , ou seja , 2 GameTexts.
Reply
#6

pawn Code:
GameTextForPlayer(playerid, "Objetos Carregados", 3000, 5);
Coloque na Public CObjetos (:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)