View Single Post
  #6  
Old 10-10-2012, 05:53 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
I would guess the difference is between doing:

PHP Code:
player.triggerclient("gui""weaponname"param1param2param3); 
and

PHP Code:
player.triggerclient("gui""weaponname", {param1param2param3}); 
I recently tested putting all parameters within one array as an optimisation but ran into problems when using multi-dimensional arrays.
Reply With Quote