Everyone gets the same textures on april fools, so its still fair
On my Polish windows i don't get it on first of april (at least few times ago if i recall correctly) as it's coded wrongly, and in Poland we don't call this month "April", oops!
And screenshot you see hasn't been taken on first of april, oops 2x!
Yeah i have hacked version of ref_pball that gives this every single time... And no, jitspoe protection doesn't give a excrement about this...
Sounds like a problem to me.
EDIT: And what if let's say i by accident change my time to first of april? Oh, everyone you say? I don't think so.
EDIT2: As this forum lack some real paintball code, here is relevant part of ref_pbgl assembler code (nice names added). You can clearly see that comparsion is done on strings, and i don't think we call this month "April" everywhere, do we?
push offset aApr01 ; "Apr 01"
mov edx, [ebp+Date]
push edx
call strcmp
add esp, 8
mov IsAprilFools, eax
cmp IsAprilFools, 0
jz short Skip_Banana