26.08.2012, 01:28
Tenta usar:
pawn Code:
OnGamemodeInit()
{
SetTimer("UpdateWeapons", 5000, true);
return 1;
}
forward UpdateWeapons();
public UpdateWeapons()
return for(new x = 0; x < MAX_PLAYERS; x ++) SaveWeapons(x);