31.07.2017, 13:06
script:
error:
pawn Код:
top:
enum pdat
{
Float:pPos[3]
}
cache_get_value_index_float(0, "posx", pInfo[playerid][pPos][0]);
cache_get_value_index_float(0, "posy", pInfo[playerid][pPos][1]);
cache_get_value_index_float(0, "posz", pInfo[playerid][pPos][2]);