Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Have any idea?
Hey dude i have a solution. u need to put a description txt file in to the mission folder under your profile under documents. and put all of this in :
respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};
#include "taw_vd\GUI.h"
class CfgFunctions
{
#include "taw_vd\CfgFunctions.hpp"
};
class aissp_configs
{
#include "LV\config_aissp.hpp"
};
HOPE IT HELPS :)
Doing that just throws this error
ErrorMessage: Include file mpmissions/NapfZeus.Napf/taw_vd/GUI.h not found.
1:32:07 NetServer::finishDestroyPlayer(435424944): DESTROY immediately after CREATE, both cancelled
MCC is installed on the server and so are the keys....
Right i forgot i have some other stuff in there Jus ttry this :
respawn="BASE";
respawnOnStart = 0;
respawnDelay=2;
disabledAI=1;
aiKills = 1;
enableItemsDropping = 0;
enableDebugConsole = 1;
class Header
{
gameType=COOP;
minPlayers=1;
maxPlayers=1;
};