29.05.2017, 17:12
Quote:
1. I highly doubt your second will fetch anything because in case destination is an enum you have to specify its length.
For integers you use destination = cache_get_field_content_int(0, "ID"); Could you please specify which ones are lines 693-695. |
Код:
cache_get_field_content(0, "pos_x", pInfo[playerid][Pos_x]); cache_get_field_content(0, "pos_y", pInfo[playerid][Pos_y]); cache_get_field_content(0, "pos_z", pInfo[playerid][Pos_z]);