View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-24-2008 , 09:30   Re: Entity Remover by Exolent
Reply With Quote #17

X-olent : Some suggestions.


- What about to add an option to `remove` an entity by rendering it invisible and not solid. So, a deletion could be undone later.

- This : copy(g_ent_class[plr], 63, ""); ; without using a native, you can do : g_ent_class[plr][0] = '^0'; . Same for the 3 others too.

- new message[256]; ; '192' is enough since you erase after.

- Array size. For model/classname, 32 is enough.

- Adding ML ?
__________________
Arkshine is offline