Jump to content

JiMilitia

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About JiMilitia

  • Rank
    Rookie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I'm getting an Error with the Database query for SafeX: Error SQL query: CREATE TABLE IF NOT EXISTS `safex` ( `uid` varchar(32) NOT NULL, `safex_player` varchar(20000) NOT NULL DEFAULT '[]', `marxet_player` varchar(20000) NOT NULL DEFAULT '[]', PRIMARY KEY (`uid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 MySQL said: #1118 - Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
  2. Does the Public Virtual Garage work for more than one location? eg if I string nested coords together like [100,100,0],[200,200,0] etc?
  3. Hi all, I've been looking for a script or an edit which will allow Exile Toasts to display for longer as most aren't up long enough for players to read them. I've tried making a redirect of ExileClient_gui_toaster_addToast.sqf and adding a Sleep 2 to it, but it makes no difference. Can someone assist? Thanks in Advance
×