View Single Post
  #4  
Old 04-20-2009, 09:27 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by GULTHEX View Post
error: unexpected symbol "" at line 35: function onActionClientSide("",weaps,imgs)

okay i tried making it
("",weaps,imgs)

so i think the problem is that actionclientside isint a real function
I think the problem is in the error message.

Clearly just do:
PHP Code:
function onActionClientSide(unused,weaps,imgs)
{
  if (
params[0] == "openinv"OpenInventory(weapsimgs);

Chompy, I'm astonished that you're avoiding the problem rather than fixing it. The problem is clearly in the error message.
__________________
Reply With Quote