How do I add job locking to any VorpCore based script?
How do I add job locking to any vorp core based script?If you are adding it to one of my scripts, these are the steps. If you are adding it…
How do I add job locking to any vorp core based script?If you are adding it to one of my scripts, these are the steps. If you are adding it…
Example is for vorp_weaponsv2 – Vorp/Redm/CFX/LUAThis is a native function called FreezeEntityPosition. client.lua In the client.lua line around line 692 you see this line Add the following code between those…
config.lua Add the following lines to the config.lua, change as needed. This section is the variables that define what the blip looks like and the text displayed for the blip…
How do I add giving an item to a player to any vorp core based script?If you are adding it to one of my scripts, these are the steps. If…
How do I add paying a player to any vorp core based script?If you are adding it to one of my scripts, these are the steps. If you are adding…