Help me pls - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help me pls (
/showthread.php?tid=612058)
Help me pls -
kevi11 - 13.07.2016
I guys i want to play Gta san andreas on samp with my friend i try to open the samp server and them crash pls help me.
SERVER LOG:
PHP код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[20:17:46] filterscripts = "" (string)
[20:17:46] announce = 1 (bool)
[20:17:46]
[20:17:46] Server Plugins
[20:17:46] --------------
[20:17:46] Loading plugin: mysql
[20:17:46] >> plugin.mysql: R39-5 successfully loaded.
[20:17:46] Loaded.
[20:17:46] Loading plugin: streamer
[20:17:46]
*** Streamer Plugin v2.7.7 by Incognito loaded ***
[20:17:46] Loaded.
[20:17:46] Loaded 2 plugins.
[20:17:46] I couldn't load any gamemode scripts. Please verify your server.cfg
[20:17:46] It needs a gamemode0 line at the very least.
this is gamemode:
PHP код:
https://github.com/Larceny-/samp-missions
He said to create a database, but I do not know what to do and how, help me.
Re: Help me pls - WhiteGhost - 13.07.2016
U need to put of gamemode at gamemode line.
let me see your server.cfg
Re: Help me pls -
Mencent - 13.07.2016
Hello!
Can you show us your server.cfg file, please? We only need the line with "gamemode".
Did your script has errors when you compile it?
Re: Help me pls -
kevi11 - 13.07.2016
PHP код:
echo Executing Server Config...
lanmode 0
rcon_password 123
maxplayers 2
port 7777
hostname GTA SinglePlayer Missioni
gamemode0 main 1
filterscripts
plugins mysql streamer
announce
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 500
logtimeformat [%H:%M:%S]
language Italian
Yes, when i compile said this error:
PHP код:
C:\Users\Kevin11\Desktop\SinglePlayer samp\gamemodes\main.pwn(46) : fatal error 100: cannot read from file: "progress2"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
I have this file in include
Re: Help me pls - WhiteGhost - 13.07.2016
Quote:
Originally Posted by kevi11
PHP код:
echo Executing Server Config...
lanmode 1
rcon_password 123
maxplayers 2
port 7777
hostname GTA SinglePlayer Missioni
gamemode0 main 1
filterscripts
plugins mysql streamer
announce 1
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 500
logtimeformat [%H:%M:%S]
language Italian
Yes, when i compile said this error:
PHP код:
C:\Users\Kevin11\Desktop\SinglePlayer samp\gamemodes\main.pwn(46) : fatal error 100: cannot read from file: "progress2"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
|
You need the include.
https://sampforum.blast.hk/showthread.php?tid=537468
Re: Help me pls -
kevi11 - 13.07.2016
Don't go i try.
Re: Help me pls -
Mencent - 13.07.2016
Do you put this include (progress2.inc) in the folder /pawno/include? Do you include this in your script? (#include <progress2>)?
Be sure.
Re: Help me pls -
kevi11 - 13.07.2016
Yes i have progress2.inc in the folder and is include in the gamemode.
Re: Help me pls -
Mencent - 13.07.2016
Be sure that you open your gamemode like this:
" /pawno/pawno.exe/Open/your_gamemode "
Re: Help me pls -
kevi11 - 13.07.2016
Yes man.