Script Help!
#1

When ever i start up my server with the script running i cant get through the login like i doesnt show the login and there are options like spawn and if i click them nothing happens.. plase help. Thanks
Reply
#2

check ongamemodeinit show the codes
Reply
#3

public OnGameModeInit()
{
SetGameModeText(MODE_NAME);
#if defined debug
mysql_debug(1);
#else
mysql_debug(0);
#endif
enable_mutex(false);
g_mysql_handle = mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_DATABASE ,MYSQL_PASSWORD);
Command_SetDeniedReturn( false );
DisableInteriorEnterExits();
EnableStuntBonusForAll(0);
ShowPlayerMarkers(0);
ShowNameTags(1);
SetNameTagDrawDistance(10.0);
ManualVehicleEngineAndLights();
acOnGameModeInit();
jobsOnGameModeInit();
mappingOnGameModeInit();
adminOnGameModeInit();
businessOnGameModeInit();
VehOnGameModeInit();
RPOnGameModeInit();
interiorsOnGameModeInit();
familiesOnGameModeInit(); //calls pointsOnGameModeInit() after families are loaded
VIPOnGameModeInit();
accessoriesOnGameModeInit();
turfsOnGameModeInit();
housesOnGameModeInit();
factionsOnGameModeInit();
animsOnGameModeInit();
govOnGameModeInit();
camsOnGameModeInit();
lockersOnGameModeInit();
seatbeltOnGameModeInit();
AntiCBugOnGameModeInit();
accountOnGameModeInit();
helpOnGameModeInit();
loggingOnGameModeInit();
npcOnGameModeInit();
//donatorMappingOnGameModeInit();
plantsOnGameModeInit();
return 1;
}
Reply
#4

cant see anything wrong there i had this issue before with my old script it might be something to do with ur register system did you edit anything on there ?



EDIT Make sure you have your Mysql setup working
Reply
#5

Actually.. I have another problem now.... i start the game, it connects but after while it just keeps on reconnecting
Reply
#6

I havent edited anything
Reply
#7

do you have skype so i can talk to you on there?
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)