Faq/NewServer
From VC-MP Wiki
Contents |
Server Configuration
-- Todo (using/editing config file)
Squirrel Scripts
- Can I reload my Squirrel scripts without restarting the server?
- Yes, type 'reload_scripts' without the ' ' to the server console.
- My script does not work! What did I do wrong??
- Read the wiki examples carefully. Also check out the example scripts here for some tips.
- Easiest way to learn scripting is to grab a finished script and try editing / adding commands, functions etc. to it.
Remote Console / mIRC Scripts
- I can't connect my server. What's wrong?
- Check that your connect parameters (IP, port, password...) are correct.
- Notice, that the new server connect parameters include Admin name. Without this, your script won't connect.
- The new dll requires that you have $dllcall( $qt( $scriptdirvcmp.dll ), vcmp.listen, Listen, $1 ) under where connect is called (Where $1 is the server ID). Check to see if this exists.
- Try connecting with one of the scripts provided here. They are usually tested and will connect without problems. If they don't, you most likely have a problem with your connection/server connection.
- Check that your script has no bugs, such as brace mismatches.
Misc
- Where can i download the new server?
- I found a bug in the server / mIRC dll / something else. Where can I report it?
- You can post on Liberty Unleashed forums or try to contact the developers via IRC (GTANet network, #gta-LU)
