Quote:
|
Originally Posted by Velox Cruentus
v4 access has already too many people
|
So kick out some of the dead weight
Quote:
PHP Code:
function onCreated()
{
for (o: weapons)
o.trigger("WeaponLoaded",this.name);
}
|
Not exactly the most elegant solution, is it? For the Q-menu thing, you'd need to add that code to
every weapon.