02.10.2010, 13:23
Everytime you execute that command a new object is created.
Maybe, define a global variable, create an object at gamemodeinit and assign it's id to the global variable.
Then just remove the object creation within your command.
Maybe, define a global variable, create an object at gamemodeinit and assign it's id to the global variable.
Then just remove the object creation within your command.