View Single Post
  #13  
Old 01-30-2012, 07:17 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
If you change:

findweapon("-Player/Shop").bringInSell(temp.wep);

to:

findweapon("-Player/Shop").trigger("TestSellItem", temp.wep);

and add:

PHP Code:
// To the bottom of -Player/Shop
function onTestSellItem(temp.selling) {
  echo(
temp.selling);

does the weapon name show up in F2?
__________________
Quote:
Reply With Quote