script:
error:
Code:
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]);
error: