exec("Add-Ons/GameMode_EndlessZombies/server.cs"); transmitDatablocks();. Not sure if the latter is needed, but if the addon contains datablocks then you need to do it.
What is this? :|
former = first thinglatter = second thingSo the latter in that case would be "transmitDatablocks();".
I tried and the file needed all default weps and I have them, and it needs Slayer and I have it. WHat happens then?
What did it say exactly?
ERROR: Gamemode_EndlessZombies - Required add-on Gamemode_Slayer not found![/color]Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Weapon_Bow not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Weapon_Sword not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Weapon_Gun not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Weapon_Guns_Akimbo not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Weapon_Rocket_Launcher not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Vehicle_Horse not found!Backtrace: ->ConsoleEntry::evalERROR: Gamemode_EndlessZombies - Required add-on Vehicle_Tank not found!Backtrace: ->ConsoleEntry::eval
Here's what CONSOLE said exactly:What the hell?
exec("Add-Ons/Weapon_Sword/server.cs");exec("Add-Ons/Weapon_Gun/server.cs");exec("Add-Ons/Weapon_Guns_Akimbo/server.cs");exec("Add-Ons/Weapon_Rocket_Launcher/server.cs");exec("Add-Ons/Vehicle_Horse/server.cs");exec("Add-Ons/Vehicle_Tank/server.cs"); transmitDatablocks();
eval(getclipboard());
Means the add-ons arn't enabled on the server.Code: [Select]exec("Add-Ons/Weapon_Sword/server.cs");exec("Add-Ons/Weapon_Gun/server.cs");exec("Add-Ons/Weapon_Guns_Akimbo/server.cs");exec("Add-Ons/Weapon_Rocket_Launcher/server.cs");exec("Add-Ons/Vehicle_Horse/server.cs");exec("Add-Ons/Vehicle_Tank/server.cs"); transmitDatablocks();Copy all that to your clipboard (Highlight it then Ctrl C)enter in console thisCode: [Select]eval(getclipboard());
That I don't know how to do. This is something I need a guide for (adding items to clipboard)