04.03.2013, 02:52
Quote:
|
What exactly is this being used for? It's not possible to create dynamic arrays in PAWN (but IS in plugins). The only way to use dynamic memory in PAWN is PVars which aren't really suitable for what you need.
I'd look in to plugins if you have some C++ experience. Sounds like a good idea for a plugin to me. |
My idea is to store dynamic created objets, sorted by tables (RP case: houses, cars, stats of factions, businesses stuff; DM/freeroam case: Clan stats, events stats, car info)


