How to place arm table

If you want to place a new table on the map you will need to use CodeWalker you will need one of the mentioned arm-wrestling objects to play arm-wrestling.

Possible objects to play on

prop_arm_wrestle_01
bkr_prop_clubhouse_arm_wrestle_01a
bkr_prop_clubhouse_arm_wrestle_02a

After we have placed the object we will need to put it into config.lua

TABLES = {
    {
        pos = vector3(-191.9174, 6273.261, 30.97095),
        model = 'prop_arm_wrestle_01',
        headingOffset = 90.0, -- sets player's relative heading to the object's heading
        blip = true, -- display blip on map
    },
}

Last updated