Quote:
Код:
gettime() - GameMasterDuty[playerid];
|
Does this not give a warning about "expression has no effect"? Because this literally does nothing. The result never gets saved anywhere. Don't ignore warnings. They're there to tell you that you've written code that will compile but that is most likely still wrong in the logical sense.