Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

My own sub


Warconn
 Share

Recommended Posts

Hey i have just created my own sub, its for elevation, but i want to make it a sad script code like call elevation(Index,2)

here is the top

Sub Elevation(ByVal height As Integer)

and in the sab script i use,
  Call Elevation(Index,2)

i have this client side in the modgame logic.

Do i have it in the right spot, or does it need to go server side aswell.

Thank im still trying to figure out the mirage source.
Link to comment
Share on other sites

I have done tons of edits… and so far all have really remaind in the handledata and game logic mods...

i beleive the client code is just interactive code...

I had another topic about this, EE seems to be, keep everything on the server and avoid hackers since the overhead is low, rather than, do everything client side and keep the overdead down.
Link to comment
Share on other sites

@FS:CG :

> link=topic=33865.msg311379#msg311379 date=1226731385]
> I have done tons of edits… and so far all have really remaind in the handledata and game logic mods...
>
> i beleive the client code is just interactive code...
>
> I had another topic about this, EE seems to be, keep everything on the server and avoid hackers since the overhead is low, rather than, do everything client side and keep the overdead down.

Lololol. If only ;D

Eclipse is so easy to crash right now because of the amount of stuff it _doesn't_ do serverside.
Link to comment
Share on other sites

well yeah, we arent 100% either way.. but for the most part we are serverside… but to stay on topic...

you should be able to throw that pretty much anywhere in server side...
try making your own mod for custom stuff like that...

if you do that though, put the word public before sub...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...