[AJUDA] Settimer
#10

pawn Код:
#define COLOR_VIADO 0xF0400A
pawn Код:
forward JFS1(playerid);
pawn Код:
if(strcmp("/abrirportao", cmd, true) == 0)
{
 MoveObject(//Funзгo); Aqui serб quando o portгo estiver aberto
 SetTimer("JFS1", 10000, true); //JFS1 й o nome da public que serб executada | 10000ms = 10s
 return 1;
}
pawn Код:
public JFS1(playerid)
{
 SendClientMessage(playerid, COLOR_VIADO,"Vocк Estб Vendo Essa Mensagem Pуis Jб Passou 10 Segundos!");
 MoveObject(//Funзгo); // Aqui serб quando o portгo estiver fechado
 return 1;
}
Reply


Messages In This Thread
[AJUDA] Settimer - by [AF]Junior - 14.03.2011, 20:03
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 20:08
Re: [AJUDA] Settimer - by [Ips]Guh - 14.03.2011, 20:33
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 20:38
Re: [AJUDA] Settimer - by Carl_Thuse - 14.03.2011, 21:03
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 21:12
Re: [AJUDA] Settimer - by [AF]Junior - 14.03.2011, 21:45
Re: [AJUDA] Settimer - by Falcon. - 14.03.2011, 22:36
Re: [AJUDA] Settimer - by JonathanFeitosa - 14.03.2011, 23:19
Re: [AJUDA] Settimer - by Macintosh - 15.03.2011, 10:36

Forum Jump:


Users browsing this thread: 4 Guest(s)