Thread
:
hasweapon() not working correctly?
View Single Post
#
6
06-25-2011, 08:22 PM
ffcmike
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
Yeah hasweapon definitely seems to be depreciated now both with and without "player.", I think you have to use:
PHP Code:
if(
player
.
findweapon
(
"name"
) !=
NULL
){}
With the "player." removed when Clientside.
ffcmike
View Public Profile
View GraalOnline Profile
Find all posts by ffcmike