help please - 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 please (
/showthread.php?tid=378759)
help please -
Tuntun - 19.09.2012
Hello
im try to use Ppc Trucking gamemode and i will do it to 0.3e.
so i don't have pawno error's but my SA-MP dedicated server not open...
Here is server log:
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team
[13:32:18]
[13:32:18] Server Plugins
[13:32:18] --------------
[13:32:18] Loading plugin: sscanf
[13:32:18]
[13:32:18] ===============================
[13:32:18] sscanf plugin loaded.
[13:32:18] © 2009 Alex "******" Cole
[13:32:18] ===============================
[13:32:18] Loaded.
[13:32:18] Loading plugin: streamer
[13:32:18]
*** Streamer Plugin v2.5.2 by Incognito loaded ***
[13:32:18] Loaded.
[13:32:18] Loaded 2 plugins.
[13:32:18] I couldn't load any gamemode scripts. Please verify your server.cfg
[13:32:18] It needs a gamemode0 line at the very least.
Re: help please - Glint - 19.09.2012
Quote:
I couldn't load any gamemode scripts. Please verify your server.cfg
|
Are you sure you compiled your Gamemode to .amx ?
Is the name correct on server.cfg does it match with your .amx ?
Re: help please -
Tuntun - 19.09.2012
yes i cut the Ppc Trucking .Amx file and i save the .amx file in samp 0.3e gamemode fle and i don't get error's
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Re: help please -
Qu3esL - 19.09.2012
damn he is saying that have you placed the proper name of the gamemode in server.cfg
NOTE: dont place / put .amx or .pwn in server.cfg within gamemode0 line
Re: help please - Glint - 19.09.2012
Quote:
yes i cut the Ppc Trucking .Amx file and i save the .amx file in samp 0.3e
|
What did you cut and why did you cut it ?
Re: help please -
Tuntun - 19.09.2012
ah im new scripter so i don't know what to do... i cut it for do 0.3e
Re: help please -
clarencecuzz - 19.09.2012
This is what your server.cfg should look like:
Код:
echo Executing Server Config...
rcon_password YOURPASSWORDHERE
gamemode0 PPCTrucking //You are missing this line!!
// etc. etc.
You NEED the gamemode0 line with the name of your script, without .pwn or .amx or any file extensions.