View Single Post
  #6  
Old 07-09-2011, 05:09 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
Quote:
Originally Posted by Gunderak View Post
ah so u define the commands on server side bit and clientside uses them
This isn't how it works, serverside and clientside code is completely separate with the exception of a few built in commands and variables that are automatically synchronised from serverside to clientside (such as dontblock, x, y etc), triggeraction is simply being used to communicate between your client and the server.
Reply With Quote