19.03.2013, 12:14
Well they told me to use gettime for that command....
hmm lets see i have this global timer, example for timestamp? XD
hmm lets see i have this global timer, example for timestamp? XD
Код:
SetTimer("SaveAccounts",Min(10),true);
Код:
forward SaveAccounts(); public SaveAccounts() { foreach (Player, i) { SaveAccount(i); }