how can i set the tickcount 1 time, and other things multiple times?
#2

pawn Код:
if(PlayerInfo[playerid][TickCount] != 0 && (GetTickCount() - PlayerInfo[playerid][TickCount]) < YourTimeMS)
{
        // It won't read anything after this statement.
        return true;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)