26.02.2013, 07:35
hi guys in new r7 plungin blueg is a new funcktion cache_get_row so how correctly know where and which row is getting server to player? example:
in my mysql database x.y,z pos is X - 6, Y -7, Z -8 but still nothing i get any ideas what can be wrong?
Код:
cache_get_row(0, 6, temp), sscanf(temp, "f", zpos[0]), cache_get_row(0, 7, temp), sscanf(temp, "f", zpos[1]), cache_get_row(0, 8, temp), sscanf(temp, "f", zpos[2]),