02.12.2018, 19:52
Quote:
Code:
int RemovedBuilduing[1000]; int CountRemove; void Remove(int objectid) { RemovedBuilduing[CountRemove]=objectid; CountRemove++; } it's how Kalcor did this function |
I don't think this is even possible to fix in a fixes.inc fashion.