Exolence

Member
  • Content count

    4
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Exolence

  • Rank
    Bambi
  1. This is my RPT log for the kick. All i try to do is type in chat and i get kicked. - 12:30:05 "<infiSTAR.de>HL| 0h 8min 40s | Exo(76561198067673571) | ChatMenu Found: (5) (v0006a)" 12:30:05 "<infiSTAR.de>KickLog| Exo(76561198067673571) (v0006a)" 12:30:05 "<infiSTAR.de>HL| 0h 8min 40s | Exo(76561198067673571) ADMIN - would have been banned now! (v0006a)" 12:30:05 "<infiSTAR.de>ConnectLog| 0h 8min 40s | Disconnected: Exo(76561198067673571) - time: 519.978 - serverFPS: 45.3258 (v0006a)" 12:30:05 Client: Remote object 3:0 not found 12:30:05 Warning: Cleanup player - person 2:2031 not found 12:30:05 Warning: Cleanup player - person 2:2031 not found - Any idea how to fix this?
  2. Hey dudes im getting the dreaded "ErrorMessage: Config : some input after EndOfFile." error at the very end of my RPT when trying to start my server. I've looked everywhere and cant find the error. Can i have some help lads? :'( ErrorMessage: Config : some input after EndOfFile. https://pastebin.com/rFXYweQX
  3. Exolence

    ExAd Log Error

    Haha after looking at it further i see i duplicated a line. Thanks for the help dudes *SOLVED*
  4. Exolence

    ExAd Log Error

    I installed ExAd exactly the way it instructed. Ive checked the code its talking about and i still get an error in my rpt. RPT log: ErrorMessage: File mpmissions\__cur_mp.Chernarus\config.cpp, line 15: '/CfgXM8.': '{' encountered instead of '=' Here's the area its telling me the error is in: ---------------------- class CfgXM8 { extraApps[] = {"ExAd_VG"}; class ExAd_VG { title = "Virtual Garage"; controlID = 50000; //IDC:50000 -> 50014 onLoad = "ExAdClient\XM8\Apps\VG\onLoad.sqf"; onOpen = "ExAdClient\XM8\Apps\VG\onOpen.sqf"; onClose = "ExAdClient\XM8\Apps\VG\onClose.sqf"; }; { extraApps[] = {"ExAd_SB"}; class ExAd_SB { title = "Statsbar Settings"; controlID = 50400; //IDC:50400 -> 50475 || These need to be unique and out of range from each other logo = "exile_assets\texture\ui\xm8_app_settings_ca.paa"; onLoad = "ExAdClient\XM8\Apps\SB_Settings\onLoad.sqf"; }; ----------------------