Describe the bug
You can create a blip with size over 25, which is what the limit is server-side. Code is inconsistent.
To reproduce
createBlip( 0, 0, 3, 0, 500 ) -> workscreateBlipAttachedTo( localPlayer, 0, 500 ) -> workssetBlipSize( blip, 500 ) -> worksExpected behavior
Clamped between 0 and 25.
Screenshots

MTA Client & Server:
Additional context
What do you think about also throwing a warning if the size exceeds the limits?
That sounds like a fair enough addition, but that should be added only client-side, as that is the only part affected.
fixed in #279