DESCRIPTION
Create "pre-made" maps, used on missions or random events
CODE EXAMPLE
Example: This create moonshine tent on your position Complete list: https://pastebin.com/n7e7w35F _REQUEST_PROPSET(0x23A6F815); if (_HAS_PROPSET_LOADED(0x23A6F815)) { Vector3 pos = GET_OFFSET_FROM_ENTITY_IN_WORLD_COORDS(PLAYER_PED_ID(), 0, 0, 0); _CREATE_PROPSET(0x23A6F815, pos.x, pos.y, pos.z, 1, 0.0, 0.0, 0, 0); } by BresoDEV ~>
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.