SA-MP Forums Archive
Server Unknown Gamemode ( right section ) - 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: Server Unknown Gamemode ( right section ) (/showthread.php?tid=515266)



Server Unknown Gamemode ( right section ) - Acres - 25.05.2014

i dont know why but its giving me unknown gamemode

Script warn:
Код:
pawno\include\YSI\y_ini.inc(1050) : warning 202: number of arguments does not match definition
Last Line:

Код:
CMD:updates(playerid, params[])
{
	ShowPlayerDialog(playerid, 22, DIALOG_STYLE_MSGBOX, "Server updates", "Server Updates v0.2:\n+10 Server Commands\nAdmin System\nChatting System\nServer is Going over from Dialogs to Textdraws!","","Close");
	return 1;
( 701 last line )}



Re: Server Unknown Gamemode ( right section ) - BroZeus - 25.05.2014

if u see the warning is from include Y_ini
open your y_ini include and see its 1050 line


Re: Server Unknown Gamemode ( right section ) - Acres - 25.05.2014

this line??

Код:
						Bit_Set(read, start, true, INI_BUFFER_SIZE);



Re: Server Unknown Gamemode ( right section ) - BroZeus - 25.05.2014

re download the include and replace it


Re: Server Unknown Gamemode ( right section ) - Acres - 25.05.2014

well i dont have any errors or anyproblems also from server.log it starts perfectly but it shows unknown still...


Re: Server Unknown Gamemode ( right section ) - Copfan5 - 25.05.2014

Show us your config file please.


Re: Server Unknown Gamemode ( right section ) - Acres - 25.05.2014

Код:
echo Executing Server Config...
lanmode 0
rcon_password ****
maxplayers 5
port 7777
hostname test
gamemode0 1GamingRp 1
plugins audio.dll streamer.dll sscanf.dll Whirlpool.dll
filterscripts buttons
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 0
logtimeformat [%H:%M:%S]



Re: Server Unknown Gamemode ( right section ) - Copfan5 - 25.05.2014

What do you have your script saved as?


Re: Server Unknown Gamemode ( right section ) - Acres - 25.05.2014

1GamingRp ( but the commands work )


Re: Server Unknown Gamemode ( right section ) - Copfan5 - 25.05.2014

Then what is the issue?