Quote:
Originally Posted by xfazex
I assume this will work?
PHP Code:
function onActionPlayerOnline() { player.addWeapon("-System/Emotions","-System/Tiles");
|
nope, if you want a array of weapons u better do a
for() loop
like this:
PHP Code:
temp.weapons = {"wep1","wep2","ect"};
for (loopweps : temp.weapons) addWeapon(temp.loopweps);
or use Codein's
