18.06.2015, 14:09
(
Последний раз редактировалось kalanerik99; 19.06.2015 в 14:33.
)
Hello
I have been surfing around sa-mp wiki and found one function
How can I use that at my saving played time on server
I use playtime in hours(ex:PTScore:1(Hours)).
How to make that every hour it will add player PTScore +1 (or can I reset the time?)
(or do I have to do like:
No timers PLEASE
I have been surfing around sa-mp wiki and found one function
PHP код:
NetStats_GetConnectedTime
I use playtime in hours(ex:PTScore:1(Hours)).
How to make that every hour it will add player PTScore +1 (or can I reset the time?)
(or do I have to do like:
PHP код:
new time = NetStats_GetConnectedTime / 1000;
If(time == 3600000 || 7200000....)