What do I need to do for strings?Because they're strings, not numbers.
#define BITIS "22:50"
new bitirsene[64];
get_time("%H:%M", bitirsene, 63);
new a = parse_time(bitirsene,"%H:M",-1);
new b = parse_time(BITIS,"%H:M",-1);
if ( b >= a ){
client_print(0,print_chat,"a : %s || b : %s",a,b)
}
I don't understand you can parse_time?ANAFOR, why do you put "%s"? parse_time() doesn't return a string.