Does someone know which script contains a code which defines execution of player paycheck’s ?
I would like to change it by adding some new functions which’ll be connected with database and players employement .
Thank you instead !
Does someone know which script contains a code which defines execution of player paycheck’s ?
I would like to change it by adding some new functions which’ll be connected with database and players employement .
Thank you instead !
Assuming you’re on ESX, it’s within the ESX “base” somewhere. Use something like VSCode and do a text lookup for the word “paycheck”, easiest way to find the place where the logic is defined.
if you use es_extended check server/paycheck.lua
Thank you for reply