View Single Post
  #28  
Old 04-29-2007, 05:41 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by Chompy View Post
You're right typo
should be addWeapon(item); in ShopFunctions
Hmm, I always do it like this and it works fine.

PHP Code:
public function addShopItem(item)
{
  
addWeapon(temp.item);  // I put the 'temp.' here

Reply With Quote