View Single Post
  #14  
Old 08-21-2012, 07:42 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
PHP Code:
triggerserver("weapon"this"AP"AP_Slider.value); 
While using 'this' works, it is incorrect as it's a reference to the weapon object rather than the name of the weapon, it should be 'this.name'.
Reply With Quote