13.02.2014, 16:19
Same problem.
pawn Код:
static tick[MAX_PLAYERS]; //global var
//onplayerupdate
if((GetTickCount() - tick[playerid]) > 5000)
{
tick[playerid] = GetTickCount();
//
}
else
{
SendClientMessage(playerid, -1, "wait");
}