Thread
:
Classes with guis
View Single Post
#
28
04-29-2007, 05:41 PM
Rapidwolve
Registered User
Join Date: Jul 2006
Posts: 1,241
Quote:
Originally Posted by
Chompy
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
}
Rapidwolve
View Public Profile
View GraalOnline Profile
Find all posts by Rapidwolve