Quote:
Originally Posted by Gunderak
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.