10.07.2020, 09:39
Quote:
I still don't know what to do.
See the image then chat box: https://ibb.co/FHPtLvf Players play normally and are suddenly warned cheat code 4. Then what seems strange is that when these warns were sent, the interior of the players changed to random numbers. I'm sure this is a problem with nex-ac, not my script. In the image, you can see that there were some players in the stadium suddenly changed they interior and threw it into the water. I'm sorry, but I think there are some mistakes in line 4156. pawn Code:
|
If you're getting your players teleported to some random interiors, log all the places in each your script where it happens (where SetPlayerInterior is used without a specific interior number) so that you could see what exactly is called when a player face this.
As for the line 4156 in the ac, this calls only if that player were teleported in any interior by some hacks in OnEnterExitModShop (as we can't desync this callback natively, we are forced to prevent all the consequences of its use for the driver and all passengers of the vehicle), but if it was the case, you would see the detection of code 023 in the logs before.