SA-MP Forums Archive
Help with Samp_Server exe. - 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 with Samp_Server exe. (/showthread.php?tid=334002)



Help with Samp_Server exe. - Auris_Chiller - 13.04.2012

Hello im having trouble with my GM(real life)
Suddenly when i connected map jobs begone,and then i want to test it not to host,just in my computer,have this problem.
And i do what i need gamemode0 in server.cfg.
Код:
Here the code.
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 40
port 7777
hostname SONT.US.LT 0.3d||Tvarkomas
filterscripts RealLife
//More
plugins streamer
gamemode0
Waiting help.Thank you



Re: Help with Samp_Server exe. - doreto - 13.04.2012

omg dude you havent load any gamemode - to load servar,servar load your gamemode but you havent put in servar.txt file and cant start servar

at your line

gamemode0 yourgamemode




Re: Help with Samp_Server exe. - Faisal_khan - 13.04.2012

What is your name of the pwn file of you gamemode
add it after gamemode0 (your pwn file name)


Re: Help with Samp_Server exe. - Sasino97 - 13.04.2012

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
What is your name of the pwn file of you gamemode
add it after gamemode0 (your pwn file name)
Wrong, it's the name of the .AMX file (That is usually the same as the pwn file, but not in every case)


Re: Help with Samp_Server exe. - Auris_Chiller - 13.04.2012

Quote:
Originally Posted by Faisal_khan
Посмотреть сообщение
What is your name of the pwn file of you gamemode
add it after gamemode0 (your pwn file name)
Server name SONT.PWN
Sorry im just newbie Scripter,and my firend specialist leaved me with lot of Real Life GM bugs and i fixing very hard...
And this bug is very big shit..


Re: Help with Samp_Server exe. - Auris_Chiller - 13.04.2012

I did what you mean this gamemode and next shit but nothing happened...


Re: Help with Samp_Server exe. - sjvt - 13.04.2012

Код:
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 40
port 7777
hostname SONT.US.LT 0.3d||Tvarkomas
filterscripts RealLife
plugins streamer.dll
gamemode0 SONT



Re: Help with Samp_Server exe. - Sasino97 - 13.04.2012

Код:
echo Executing Server Config...
hostname SONT.US.LT 0.3d||Tvarkomas
rcon_password ****
gamemode0 SONT 1
lanmode 0
maxplayers 40
port 7777
filterscripts RealLife
plugins streamer



Re: Help with Samp_Server exe. - Auris_Chiller - 13.04.2012

Very thanx for help it helped.


Re: Help with Samp_Server exe. - Faisal_khan - 13.04.2012

Quote:
Originally Posted by [GF]Sasino97
Посмотреть сообщение
Wrong, it's the name of the .AMX file (That is usually the same as the pwn file, but not in every case)
bro i said him .pwn coz he is new and he may dont know what is amx first i was going to write amx then thought of thi and wrote .pwn. Anyway thanks for your response.