Just an other Simple Error || Rep+
#4

Are you sure about the "timer1" ? Have you given a function to it ? I mean something like

pawn Код:
public OnGameModeInit()
{
    timer1 = SetTimer("", 1000, true); // 1000 miliseconds = 1 second . Do your calculations . Add this "OnGameModeInIt"
}
//Add this code at your script where you want to use it .
new Float:health;
    GetPlayerHealth(playerid,health);
    if (health < 0)
    {
        KillTimer(timer1);
    }
I mean , have you defined "timer1" or not ?
Reply


Messages In This Thread
Just an other Simple Error || Rep+ - by Mr.Faqahat - 18.01.2013, 16:31
Re: Rep + || Just an other Simple Error || - by Private200 - 18.01.2013, 16:33
Re: Rep + || Just an other Simple Error || - by Mr.Faqahat - 18.01.2013, 16:36
Re: Just an other Simple Error || Rep+ - by Private200 - 18.01.2013, 17:13
Re: Just an other Simple Error || Rep+ - by Mr.Faqahat - 18.01.2013, 17:26
Re: Just an other Simple Error || Rep+ - by Private200 - 18.01.2013, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)