08.01.2015, 14:35
Hello, my problem is that I get a warning when I try to get floats from database.
I don't know where's the problem. Works fine with getting integers.
PosX is decleared as Float:PosX
Warning:
I don't know where's the problem. Works fine with getting integers.
PosX is decleared as Float:PosX
Код:
pInfo[Money][playerid] = cache_get_field_content_int(0, "MONEY"); pInfo[PosX][playerid] = cache_get_field_content_float(0, "POSX");
Код:
... .pwn(301) : warning 213: tag mismatch