16.07.2010, 21:12
I have a slight problem here.
When I input 'level' as being 5, it rounds to 2 and not to 3 which is supposed to be.
Or am I missing something here?
pawn Code:
SetPlayerWantedLevel(playerid, floatround(level/2, floatround_ceil));
Or am I missing something here?