Fixed some issues related to v0.3.5’s payphone. In order to make sure everything works well I suggest upgrade artifacts to at least 13227.

Some natives are not available in older server builds and so things might not have predictable behavior.

New Feature

V donations.

Users can now donate to streamers on the V app 🙂

New Locales:

  "donated": "Donated",
  "donate": "Donate",

Config changes:


      Payphone = {
            enabled = true,
            label = "Payphone ($5/min)",
            cost_per_minute = 5,
            money_account = "cash",
            models = {
                  -- I can only garantee animations for these 2 models
                  `p_phonebox_01b_s`,
                  `sf_prop_sf_phonebox_01b_s`,
+                  -- No Complete animations for these models
+                  `p_phonebox_02_s`,
+                  `prop_phonebox_01a`,
+                  `prop_phonebox_01b`,
+                  `prop_phonebox_01c`,
+                  `prop_phonebox_02`,
+                  `prop_phonebox_03`,
+                  `prop_phonebox_04`,
            },
            spawn_locations = {
                  -- Optional spawn locations
                  { coords = vector4(46.11, -675.5, 43.22, 70.00),  model = `p_phonebox_01b_s` },
                  { coords = vector4(47.16, -672.41, 43.22, 70.00), model = `sf_prop_sf_phonebox_01b_s` },
            },
+            textUi = {
+                  enabled = true,
+                  keybind = "E"
+            },
+            useTarget = true
      },

New Files

Files Changed