Why this timer aint wrking
#10

Kako radi copy + paste....
pawn Код:
//U fs ili gm init
SetTimer("Nitrolimiter",1000,1);
//Bilo gde u scripti samo da nije u nekoj funkciji
forward NitroLimiter();
public NitroLimiter()
{
    new string[56],component;
    for (new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            component = GetVehicleComponentInSlot(GetPlayerVehicleID(i), CARMODTYPE_NITRO);
            if (IsPlayerInAnyVehicle(i) && (component == 1008 || component == 1009 || component == 1010))
            {
                if (Nlimit[i] > 20) Nlimit[i] = 20;
                if (Usingnitro[i] == 0) Nlimit[i]++,SendClientMessage(i,-1,"Nlimit goes more");
                else Nlimit[i]--;
                format(string,sizeof(string),"Nlimit is: %d",Nlimit[i]);
                SendClientMessage(i ,-1,string);
            }
        }
    }
}
E da ovo za boju -1 neznam oce li da radi
Reply


Messages In This Thread
Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 06:53
Re: Why this timer aint wrking - by Twisted_Insane - 02.03.2012, 07:01
Re: Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 07:14
Re: Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 09:58
Re: Why this timer aint wrking - by Gamer_Z - 02.03.2012, 12:58
Re: Why this timer aint wrking - by 2KY - 02.03.2012, 14:27
Re: Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 16:47
Re: Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 16:53
Re: Why this timer aint wrking - by aco_SRBIJA - 02.03.2012, 19:08
Re: Why this timer aint wrking - by DRIFT_HUNTER - 02.03.2012, 19:35

Forum Jump:


Users browsing this thread: 10 Guest(s)