28.09.2016, 11:48
Hey guys i've a little problem i'm trying to send messages to all connect players at random time i've for example
It doesn't seem to send,i just custom gametime + Gamedate in my script i don't use the setplayertime from the wiki,could someone tell me what i must do?
Код:
new hour, minutes,string[128]; for(new i; i<MAX_PLAYERS; i++){ GetPlayerTime(i, hour, minutes); if(hour == 1 && minutes == 00) { (....)