SA-MP Forums Archive
[SOLVED]Gamemode Crashes at the Startup - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [SOLVED]Gamemode Crashes at the Startup (/showthread.php?tid=106692)



[SOLVED]Gamemode Crashes at the Startup - troy52192 - 04.11.2009

idk what i did i looked at my whole script i dont get why my gamemode crashes can anyone help me? click Here to download the game mode. plz im begging you i dont wanna start over again just to figure out the problem. the gamemode keeps crashing at the startup


Re: Gm Crashes - troy52192 - 05.11.2009

what r the possiblities of when it crashes? it crashes as soon as u start it up the only changes i made are:

V3.47 Changes

Updated Announcements

Random Car Colours When You Select Them From the menu\

Black Base Objects Placed plus gate /bopen

Reduced To Max Level 3

Levels Are 1=Noob 2=Normal 3=Master

/lcommands Updated

/cmds for all admin cmds plus admin area cmds

deleted admin casey who never comes

Upadted /gmenu

Updated > Rules

Updated > Rules

Updated > Credits

Updated Banners on Players Troy , Buck , Ashlie


Re: Gm Crashes - Correlli - 05.11.2009

Check your OnPlayerConnect-callback.


Re: Gamemode Crashes at the Startup - troy52192 - 05.11.2009

never mind i fixed the issue my self

here was the problem

Code:
Teleports = CreateMenu("Teleports", 1, 50.0, 180.0, 200.0, 200.0);
	SetMenuColumnHeader(LMainMenu, 0, "Where You Wanna Go?");
	AddMenuItem(Teleports, 0, "LS Airport");
	AddMenuItem(Teleports, 0, "SF Airport");
	AddMenuItem(Teleports, 0, "LV Airport");
	AddMenuItem(Teleports, 0, "Area 51");
	AddMenuItem(Teleports, 0, "Verdant Medows");
	AddMenuItem(Teleports, 0, "SF Garage");
	AddMenuItem(Teleports, 0, "Pirate Ship");
	AddMenuItem(Teleports, 0, "EasterBasin");
	AddMenuItem(Teleports, 0, "Grove Street");
	AddMenuItem(Teleports, 0, "Return");