Hi I got code:
PHP Code:
new Float:g_PlayerPoints[33];
Somewhere in the plugin:
ReadResult(Query, 1, g_PlayerPoints[id])
where 1 is the column with 'points' which is a float value in SQL Base. The problem is when I set in base value on 55.5 and connect to server it loads 55 instead of 55.5. What am I doing wrong ?