Timer problem / question
#1

I have following timer:

pawn Код:
forward Timer(playerid);
pawn Код:
SetTimer("Timer",1800000,false);
pawn Код:
public Timer(playerid)
{
    SendClientMessage(playerid, COLOR_YELLOW, "xD");
    GivePlayerMoney(playerid, 15000);
    KillTimer(Timer(playerid));
   
}
How to make it it comes only ONCE, when "xD" has appeared it doesn't repeat, Killtimer didn't take effect. Please help me
Reply


Messages In This Thread
Timer problem / question - by Jakku - 24.07.2009, 13:21
Re: Timer problem / question - by refshal - 24.07.2009, 13:35
Re: Timer problem / question - by Jakku - 24.07.2009, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)