Some reason server wont start
#1

Hey, so when I go to start my server, it never works with the following in server_log

Код:
SA-MP Dedicated Server
----------------------
v0.3e-R2, ©2005-2012 SA-MP Team

[21:14:56] filterscripts = ""  (string)
[21:14:56] 
[21:14:56] Server Plugins
[21:14:56] --------------
[21:14:56]  Loaded 0 plugins.

[21:14:56] I couldn't load any gamemode scripts. Please verify your server.cfg
[21:14:56] It needs a gamemode0 line at the very least.
I have the exact name of the gamemode in the gamemode line

Код:
gamemode0 tdrpserv 1
I'm not sure whats wrong, the only difference is that this mode doesn't have an amx like the other base ones do.
Reply
#2

Make sure you push the Compile and Run button. It is the blue arrow at the top. Shortcut F6
Reply
#3

Right.

Did that, went through a lordy of errors, fixed them. Down to a final set that I cant seem to figure.

Код:
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(393) : error 021: symbol already defined: "YSI_gSPlayer"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(397) : error 021: symbol already defined: "YSI_gSBot"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(719) : error 021: symbol already defined: "Itter_ShowArray"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(755) : error 021: symbol already defined: "Itter_RandomInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(797) : error 021: symbol already defined: "Itter_FreeInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(839) : error 021: symbol already defined: "Itter_AddInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(892) : error 021: symbol already defined: "Itter_RemoveInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(935) : error 021: symbol already defined: "Itter_ClearInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\foreach.inc(968) : error 021: symbol already defined: "Itter_InitInternal"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\pawno\include\erpPickupStreamer.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2075) : error 017: undefined symbol "GetVehicleParameters"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2081) : error 017: undefined symbol "SendDebugMessage"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2088) : error 017: undefined symbol "SendDebugMessage"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2089) : error 017: undefined symbol "SetVehicleEngineOff"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2108) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2116) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2120) : error 017: undefined symbol "IsACopCar"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2124) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2132) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2135) : error 017: undefined symbol "IsAnFbiCar"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2139) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2147) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2150) : error 017: undefined symbol "IsAGovCar"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2154) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2162) : error 017: undefined symbol "ApplyAnimationEx"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2165) : error 017: undefined symbol "IsAnAmbulance"
C:\Users\Will\Documents\San Andreas Shit\Server\samp03e_svr_R2_win32\gamemodes\tdrpserv.pwn(2169) : error 017: undefined symbol "ApplyAnimationEx"
Reply
#4

Quote:

I'm not sure whats wrong, the only difference is that this mode doesn't have an amx like the other base ones do.

there is your problem right there. you need a .amx but not a .pwn

hope this helps
Reply
#5

maybe you have problems with the script
Reply
#6

coz, where is your plugins, you dont even have them, thsts why gamemode dont work
Reply
#7

Sometimes errors also can be the cause for the server not to work.

Re-download foreach and erpPickupStreamer and place it in your includes file. Also, did you define those words?
Reply
#8

put in the plugins, and open gamemode and include them, newest ones, then should work
Reply
#9

Quote:
Originally Posted by ******
Посмотреть сообщение
I'm not sure what you've done there, but you seem to have managed to include everything twice.
Include everything twice? Like,

pawn Код:
#include <foreach>
#include <foreach>
?
Reply
#10

If you notice better, you'll see that custom functions are seemed to be undefined symbols and you're probably missing a closed bracket. Use this tool (BracketFix - Find missing brackets!) to make sure that it's not a missing bracket.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)