15.10.2013, 01:31
You didn't have to replace the whole script... Only the part that you had
Repeated at in a command etc.
Or alternatively you could have tried removing the variables if they're called globally, as if you used the same variable name, then chances are it is for the same thing, so it's already being called.
Код:
new b1; new b2; new b3;
Or alternatively you could have tried removing the variables if they're called globally, as if you used the same variable name, then chances are it is for the same thing, so it's already being called.