07.01.2012, 19:25
I don't know how you code but the way i avoid the float problem is:
pawn Код:
float MyFloat;
...
GetPlayerPos(params[1],&MyFloat,&...);