17.03.2012, 11:35
Sorry for double posting but this is under GameModeInit
PHP код:
public OnGameModeInit()
{
print("Stage 1");
SetNameTagDrawDistance(30.0);
EnableStuntBonusForAll(0);
for(new i = 0; i < MAX_VEHICLES; i++)
{
Gas[i] = 100;
}
LoadBizz();
print("Stage 2");
LoadBoxer();
print("Stage 3");
LoadStuff();
print("Stage 4");
LoadIRC();
print("Stage 5");
LoadFamilies();
print("Stage 6");
LoadPoints();
print("Stage 7");
IRCInfo[0][iPlayers] = 0; IRCInfo[1][iPlayers] = 0; IRCInfo[2][iPlayers] = 0;
IRCInfo[3][iPlayers] = 0; IRCInfo[4][iPlayers] = 0; IRCInfo[5][iPlayers] = 0;
IRCInfo[6][iPlayers] = 0; IRCInfo[7][iPlayers] = 0; IRCInfo[8][iPlayers] = 0;
IRCInfo[9][iPlayers] = 0;
ManualVehicleEngineAndLights();
SetGameModeText("thestufftheredontchange");
format(motd, sizeof(motd), "Welcome to One Life Roleplay.");
format(motd, sizeof(motd), "Use /changes to see our recent updates.");
gettime(ghour, gminute, gsecond);
FixHour(ghour);
ghour = shifthour;
if(!realtime)
{

