Unknown Gamemode?
#1

Hey,

For some reason, I've got all the correct plugins, everything seems good in OnGameModeInit;

http://pastebin.ca/2052525

All plugins are there, Mysql and SScanf. CreateStreamedObject is done via a function in the script.
Reply
#2

These need to be at top of OnGameModeInit. Try that.

SetGameModeText("Sandy Roleplay");
EnableStuntBonusForAll(0);
DisableInteriorEnterExits();
AllowInteriorWeapons(1);
ShowPlayerMarkers(0);
//ManualVehicleEngineAndLights();
Reply
#3

Nope, still the same.
Reply
#4

The problem was this in my script:

#undef MAX_PLAYERS
#define MAX_PLAYERS 10
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)