[SOLVED]Gamemode Crashes at the Startup
#1

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
Reply
#2

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
Reply
#3

Check your OnPlayerConnect-callback.
Reply
#4

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");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)