View Single Post
  #5  
Old 07-04-2009, 08:13 AM
[email protected] jamerson61894@yahoo.com is offline
Banned
Join Date: Jul 2008
Posts: 83
jamerson61894@yahoo.com is an unknown quantity at this point
so is this right?


function onPlayerchats()
{
if (player.chat == "/open account")
{
if (player.weapons.index(findweapon("-Bank/Account")) > 0)
{
say2("You already have a bank account");
}
else
say2("You have opened a bank account!");
player.addWeapon("-Bank/Account");
}
}
Reply With Quote