Quote:
Originally Posted by Xportaler
[22:49:05] *** Streamer_UpdateEx: Expecting 6 parameter(s), but found 9
I hope you fix bug and help me i need it quickly
|
There's nothing to fix as your Streamer Plugin is outdated. It should be
2.9.2 for normal work.
Quote:
Originally Posted by Xportaler
On Player Exit Vehicle
Код:
new Float:pos[3];
GetPlayerPos(playerid,pos[0],pos[1],pos[2]);
SetPlayerPosEx(playerid,pos[0],pos[1],pos[2]);
SetCameraBehindPlayer(playerid);
PutPlayerInVehicle(playerid,pCarCrash[playerid][PLR_VEHICLE],0);
when i use this code while falling or anything like this i get kicked with debug code
PHP код:
[22:49:18] [Nex-AC debug] Entered vehicle: 0, vehicleid: 1, Enter time: 24903229
[22:49:18] [Nex-AC] Suspicion on the ID 0. Reason code: 004 (1)
|
I also checked this code and found nothing of the kind: when using SetPlayerPos and PutPlayerInVehicle in OnPlayerExitVehicle, this works without any problems for me. The player teleports to another vehicle, if it was not specified the same one in which he was, otherwise the player just exits the previous car.
Quote:
Originally Posted by Uberanwar
Nex-AC does not detect surfly.cs as fly hack
|
If this works at low speeds or sends the server false information about surfing (vehicle or object), then anticheat will not prevent it. Anyway, I don't know what this cleo is and how it works.