Help with this timer
#4

forward the timers
PHP код:
forward HealthArmourCheat(playerid);
forward HealthArmourCheat2(playerid); 
at gamemodeint

PHP код:
SetTimer("HealthArmourCheat"100true);
SetTimer("HealthArmourCheat2"101true); 
PHP код:
public HealthArmourCheat(playerid)
{
    
GetPlayerArmour(playerid,armour);
    return 
1;
}
public 
HealthArmourCheat2(playerid)
{
    new 
Float:newarmour;
    if(
GetPlayerArmour(playerid,newarmour))
    {
         if (
newarmour armour)
                   {
                      
Kick(playerid);
         }
        return 
1;
    }
    return 
1;

Reply


Messages In This Thread
Help with this timer - by Face9000 - 30.12.2011, 10:30
AW: Help with this timer - by jack3 - 30.12.2011, 11:08
Re: Help with this timer - by Face9000 - 30.12.2011, 11:10
Re: Help with this timer - by Al3xutZzZzZu - 30.12.2011, 11:11
Re: Help with this timer - by Face9000 - 30.12.2011, 12:29
Re: Help with this timer - by Al3xutZzZzZu - 30.12.2011, 19:53

Forum Jump:


Users browsing this thread: 3 Guest(s)