Thread: Tilesets
View Single Post
  #3  
Old 03-02-2009, 07:02 PM
Deas_Voice Deas_Voice is offline
Deas
Deas_Voice's Avatar
Join Date: Jun 2007
Location: Sweden
Posts: 2,264
Deas_Voice is a jewel in the roughDeas_Voice is a jewel in the rough
Send a message via AIM to Deas_Voice Send a message via MSN to Deas_Voice Send a message via Yahoo to Deas_Voice
Quote:
Originally Posted by xfazex View Post
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.weaponsaddWeapon(temp.loopweps); 
or use Codein's
__________________
.
WTF is real life, and where do I Download it?
There is no Real Life, just AFK!
since 2003~
I Support~
ღAeonღ | ღTestbedღ | ღDelteriaღ

if you are going to rep me, don't be an idiot, leave your name!
I got nothing but love for you
Reply With Quote