Author Topic: /cancelsavefileupload does not work!?  (Read 1211 times)

servercmdfunctionnamehere(stuffs);
Server sided.
instead of commandtoserver('functionnamehere', stuffs);?
Client sided.

oh, but you can still use the commandtoserver when the host or the servercmd, but on a dedi you would only use servercmd?

If you are typing in the server console, you use servercmdfunctionnamehere(stuffs);

If you are typing in a client's console that is connected to a server, you use commandtoserver('functionnamehere', stuffs);

If the server is non dedicated and you are the host you can use either one.


servercmdfunctionnamehere(stuffs);
Server sided.
commandtoserver('functionnamehere', stuffs);?
Client sided.

Don't you mean serverCmdFunctionNameHere(%client, stuffs); ? Make sure he understands that.

When my saves go wrong, I manualy kill the window with Mission Editor

I tried a different function, ServerLoadSaveFile_End() and apparently it ends all save file loading :O

Locking