View Single Post
  #18  
Old 01-15-2006, 11:36 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by JkWhoSaysNi
I do that too. It seems logical that if you're running a script serverside it shouldn't be able to know tha value of #a since it's not running on the client. How would you know who called the serverside function? Although i've since realised you can use #a serverside... but i don't understand why.
No, that doesn't seem logical at all.

Anyway, don't trust the client to send the right parameters like that (unless you really want trainer users to be able to trigger that action for any player).
Reply With Quote