↩ī¸Events

Events can be requested at our discord! (https://discord.rxscripts.xyz/)

Client Side

Server Side

ps:onStoreBought
Example
RegisterNetEvent('ps:onStoreBought', function(playerId, store)
    -- Do something when store is bought
end)
ps:onRankChanged
Example
RegisterNetEvent('ps:onRankChanged', function(playerIdentifier, store, oldRank, newRank)
    -- Do something when player rank changed
end)

Last updated