qbcore-framework / qb-anticheat

Anticheat System For QB-Core
GNU General Public License v3.0
30 stars 116 forks source link

Error in client console #26

Closed DevDokus closed 2 years ago

DevDokus commented 2 years ago

Wanted to let you guys know this error i receive when loading into the server image

SemperCertusetFidelis commented 2 years ago

'onResourceStop' does not have a source. So source is nil.

https://docs.fivem.net/docs/scripting-reference/events/list/onResourceStop/

HellraiserTwo commented 2 years ago

The problem is that DropPlayer native is a server-side native, It cannot be used client-side.