[Tutorial] SetTimer
#9

Quote:
Originally Posted by BlueX
Посмотреть сообщение
Vocк chama de paramкtros e eu chamo de variбveis, porque ambas as coisas estгo certas, ou seja.

pawn Код:
new valor[MAX_PLAYERS];

//OnPlayerConnect

Valor[playerid] = 10;
SetTimerEx("Avalor",5000,0,"dd",playerid,valor);

//fim do gm

forward Avalor(playerid);
public Avalor(playerid)
{
    if(valor[playerid] == 10)
        return SendClientMessage(playerid,-1,"Valooor!");
}
O que aconteceu aqui? Ele transferiu a variavel valor para a forward Avalor, ou seja, como disse transferir parametros e variaveis й a mesma coisa.
Pelo menos й o q eu acho, posso estar errado, mas se um parametro tem o valor de uma variavel vгo ser iguais nгo acha. Diagamos q o parametro й um connectador entre a variavel e a sua funзгo.
Ai sim vocк tem que usar o SetTimerEx, pois vocк usou paramкtros na public.
Reply


Messages In This Thread
SetTimer - by Jorge_Braz - 20.12.2011, 22:04
Re: SetTimer - by Kuddy - 20.12.2011, 22:05
Re: SetTimer - by Jorge_Braz - 20.12.2011, 22:14
Re: SetTimer - by Lуs - 20.12.2011, 22:45
Re: SetTimer - by Cristhian - 20.12.2011, 23:13
Re: SetTimer - by RebeloX - 21.12.2011, 12:24
Re: SetTimer - by Lуs - 21.12.2011, 12:33
Re: SetTimer - by RebeloX - 21.12.2011, 15:02
Re: SetTimer - by Lуs - 21.12.2011, 16:13
Re: SetTimer - by SlashPT - 25.12.2011, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)