22.08.2012, 08:15
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;
}