View Single Post
  #1  
Old 02-09-2008, 06:45 AM
pokeSMOT pokeSMOT is offline
Registered User
Join Date: Jun 2006
Posts: 35
pokeSMOT is on a distinguished road
Adding Weapons to All Accounts?



function onCreated()
{
addweapon weapon1;
addweapon weapon2;
//etc...
}

Would something like this work for if I wanted to add a set number of "weapon" scripts to all accounts when they first log on? Or is there a better, more efficient way of doing this?
Reply With Quote