15.07.2012, 19:40
stocks can only be called from the script they're in (unless they're included via an include).
Change the keyword of your stock function to public and forward it and you'll be able to call it from filterscripts and other remote scripts, using CallRemoteFunction.
Change the keyword of your stock function to public and forward it and you'll be able to call it from filterscripts and other remote scripts, using CallRemoteFunction.