19.12.2015, 08:21
Код:
new Float:X,Float:Y,Float:Z; cache_get_row(0, 4, id_string); X = floatstr(id_string); SetPVarFloat(playerid, "X", X); cache_get_row(0, 5, id_string); Y = floatstr(id_string); SetPVarFloat(playerid, "Y", Y); cache_get_row(0, 6, id_string); Z = floatstr(id_string); SetPVarFloat(playerid, "Z", Z); cache_get_row(0, 7, id_string); SetPVarInt(playerid, "FacingAngle", floatstr(id_string));