08.05.2016, 18:54
Now I get it, thank you ! I was also wondering why the weaponid field is 0 ?
Why not userid 0, weapon 1, ammo 2 etc ?
PHP Code:
weaponid = cache_get_row_int(i, 0, mysql);
ammo = cache_get_row_int(i, 1, mysql);