Posts: 123
Threads: 6
Joined: May 2016
Reputation:
0
Are you sure? Are you using latest includes? If not I recommend update your samp package to the latest one.
Posts: 6,242
Threads: 8
Joined: Jun 2008
This Anti-Cheat is SOOO old...
Don't just change random things to try fix the issue you have.
Code:
OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z)
That is what it's SUPPOSED to be in the include, but at the time of it being written there was no native OnUnoccupiedVehicleUpdate...
Seriously, it's old, and you'll need to update it to be compatible, or find another script to get an anti-cheat going. Simply changing random things in the hope that it will fix something, is a very lazy and terrible way of doing things.
Posts: 6,242
Threads: 8
Joined: Jun 2008
I haven't looked into it in detail, but you may be able to update it to the latest methods, without too much hassle.