View Single Post
  #6  
Old 06-25-2011, 08:22 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
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.
Reply With Quote