Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
Hey, for some reason.. When I am downloading the Linux/Windows server pack to use for my server, it's not downloading with the plugins etc, and even when I update pawn and includes + samp server.exe, announce, samp npc etc, it still continues to say "connection rejected: incorrect version" I've also recompiled the script, but I still can't find out how to update it, it just won't seem to work. It's the latest linux server but im testing it on windows first (using windows for windows, linux files for host). But still won't seem to update.
Virus protection is off, so it's not blocking the plugins folder, the server files just dont seem to have a plugin folder at all.
Posts: 23
Threads: 1
Joined: Jan 2014
The default server package does not contain all the plugins and includes that your need to run your server. If you have already managed to successfully re-compile your gamemode and all other filterscripts with the latest server files and plugins, make sure your client and server host versions are the same. You can download the latest client and server files from here:
https://sa-mp.com/download.php
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
The problem is in your Client . You need to update that too. And one more thing, you need to take same samp03svr as the Client need. Like, If you have 0.3.7 Client, You need 0.3.7 version's Server.
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
Thanks man.. Fixed it on the host
Only problem I'm getting on my Windows test server is
undefined symbol : OnPlayerEnterRaceCheckpoint and
OnPlayerLeaveRaceCheckpoint
Got the MSVCR120.dll is missing error because of this problem.
Guessing it's streamer?
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
First of all, Update your Streamer plugin . then Install Virtual 2005-2013 . Thats it
Posts: 23
Threads: 1
Joined: Jan 2014
Quote:
Originally Posted by Josh_Main
undefined symbol : OnPlayerEnterRaceCheckpoint and
OnPlayerLeaveRaceCheckpoint
|
Seems like you have a server gamemode script compilation error. You will need to sort that out before starting your server.
Quote:
Originally Posted by Josh_Main
Got the MSVCR120.dll is missing error because of this problem.
Guessing it's streamer?
|
Not sure if this is a client or server issue, but you can try downloading those *.dll files manually from a trusted website, and paste them in necessary folders. If it's a client issue, try pasting those files to your SAMP root directory or GTA San Andreas root directory. If it's a server issue, try pasting those files to your server plugins folder. You can search and download missing *.dll files from here:
http://www.dll-files.com/
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
Yeah was using old streamer and was working perfectly.. Soon as I added new streamer it said I had that file missing an left me with those errors in my game mode. Gonna try downloading streamer again an downloading installing virtual.. Then I'll try what Hazh said. Thanks again!
EDIT: Says I've already got the newest version of C++ visual studio and .NET Framework
2nd edit: Tried what you said Hazh, still doesn't seem to work..
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
You need to update all FS , Gamemode with new includes of the plugin. then all error gone
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
I replaced the streamer plugin, and include in pawno/includes but still not working man.
Scripting is getting this error, it had no errors before I replaced with new streamer
undefined symbol : OnPlayerEnterRaceCheckpoint
and
undefined symbol : OnPlayerLeaveRaceCheckpoint
Posts: 879
Threads: 63
Joined: May 2015
Reputation:
0
Hmm. I see. did you make forward OnPlayerLeaveRaceCheckpoint? something like that?
Posts: 446
Threads: 125
Joined: Mar 2012
Reputation:
0
nah man i didnt, am i supposed too?