Help: gettickcount
#1

i tried to make this.. but dosent work... what is wrong ?

pawn Код:
new
    TimeTickCount[MAX_PLAYERS];
// ...

if(variable[playerid] != 0)
{
    // Functions here

    TimeTickCount[playerid] = GetTickCount();

    if(GetTickCount() - TimeTickCount[playerid] == 4)
    {
        // Functions here

        return 1;
    }

    return 1;
}
Reply


Messages In This Thread
Help: gettickcount - by NewbieScripter - 22.08.2012, 08:15
Re: Help: gettickcount - by AndreT - 22.08.2012, 08:19
Re: Help: gettickcount - by NewbieScripter - 22.08.2012, 08:21
Re: Help: gettickcount - by Babul - 22.08.2012, 09:19
Re: Help: gettickcount - by NewbieScripter - 22.08.2012, 10:10
Re: Help: gettickcount - by Babul - 22.08.2012, 11:02

Forum Jump:


Users browsing this thread: 1 Guest(s)