refactor(callbacks): randomise event callback and fix timer logic

Prevent any possibility of listening for server callback or conflicting event handlers on the client.
This commit is contained in:
Linden
2022-01-01 02:26:42 +11:00
parent b8ad392692
commit 2084897785
3 changed files with 26 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ game 'gta5'
--[[ Resource Information ]]--
name 'pe-lualib'
author 'Linden'
version '1.2.0'
version '1.2.1'
repository 'https://github.com/project-error/pe-lualib'
description 'A library of shared functions to utilise in other resources.'