NexiusTailer / Nex-AC

Anticheat system
https://pawn.wiki/index.php?/topic/27641-nex-ac/
GNU Lesser General Public License v3.0
208 stars 155 forks source link

Cannot spawn #48

Closed Raky51 closed 6 years ago

Raky51 commented 6 years ago

Hello all, when i try to spawn it show like that : This is a picture : https://s13.postimg.org/t7czmax4n/sa-mp-012.png

NexiusTailer commented 6 years ago

Hello, does this happen if the anticheat isn't included?

If so, try to put TogglePlayerSpectating(playerid, 0) in public OnPlayerSpawn(playerid)

Raky51 commented 6 years ago

When i try to remove the anticheat include but the gamemode will not work, the gamemode load but its not working

NexiusTailer commented 6 years ago

What errors or problems you are having?

Raky51 commented 6 years ago

I have no errors on compilling, but when i enter ingame the login and register and all the gamemode not working.

NexiusTailer commented 6 years ago

I don't understand how this "does not work", it must be accompanied by some errors in the log file or something similar. Connect crashdetect plugin for more information if your server crashes

Raky51 commented 6 years ago

the server don't crash, i will put the gamemode here

Sent from my Sony G3312 using FastHub

NexiusTailer commented 6 years ago

And yet, write at least some information about what is happening. Try with pictures if you are not sure, I don't speak English so well, but I will try to understand you

Raky51 commented 6 years ago

sa-mp-014 And this is the log: `---------- Loaded log file: "server_log.txt".

SA-MP Dedicated Server

v0.3.7-R2, (C)2005-2015 SA-MP Team

[00:19:20] filterscripts = "" (string) [00:19:20] [00:19:20] Server Plugins [00:19:20] -------------- [00:19:20] Loading plugin: streamer [00:19:20]

Streamer Plugin v2.9.1 by Incognito loaded

[00:19:20] Loaded. [00:19:20] Loading plugin: sscanf [00:19:20]

[00:19:20] ===============================

[00:19:20] sscanf plugin loaded.

[00:19:20] (c) 2009 Alex "Y_Less" Cole

[00:19:20] 0.3d-R2 500 Players "dnee"

[00:19:20] ===============================

[00:19:20] Loaded. [00:19:20] Loading plugin: Whirlpool [00:19:20]
[00:19:20] ================== [00:19:20]
[00:19:20] Whirlpool loaded [00:19:20]
[00:19:20] ================== [00:19:20]
[00:19:20] Loaded. [00:19:20] Loading plugin: FCNPC [00:19:20] [00:19:20] ------------------------------------------------- [00:19:20] FCNPC - Fully Controllable NPC v1.7.3 [00:19:20] Windows SA-MP 0.3.7 R2-1 [00:19:20] Jun 14 2017 at 16:52:11 [00:19:20] [00:19:20] Author: OrMisicL (2013 - 2015) [00:19:20] Continued by: ziggi (2016 - present) [00:19:20] Contributors: kurta999, Neutralneu [00:19:20] ------------------------------------------------- [00:19:20] [00:19:20] Loading... [00:19:20] Loaded. [00:19:20] Loading plugin: nativechecker [00:19:20] Loaded. [00:19:20] Loaded 5 plugins.

[00:19:20] [00:19:20] Filterscripts [00:19:20] --------------- [00:19:20] Loaded 0 filterscripts.

[00:19:20] OnGameo [00:19:20] The connection to Database Was successfully [00:19:20] [npc:join] Boubo has joined the server (99:127.0.0.1) [00:19:20] [npc:join] Gage has joined the server (98:127.0.0.1) [00:19:20] [npc:join] Tim has joined the server (97:127.0.0.1) [00:19:20] [npc:join] Nike has joined the server (96:127.0.0.1) [00:19:20] Hostages base has been loaded, 2 remaining [00:19:20] Police base has been loaded, 1 remaining [00:19:20] Terrorist base has been loaded, 0 remaining [00:19:20]

[00:19:20] Counter Strike Hostage Rescue has been loaded in 5 millisecond !! [00:19:20] ------------------------------------------------------------

[00:19:20] Number of vehicle models: 0 [00:19:38] [connection] 127.0.0.1:65398 requests connection cookie. [00:19:39] [connection] incoming connection: 127.0.0.1:65398 id: 0 [00:19:39] [join] Creepy has joined the server (0:127.0.0.1) [00:19:41] [part] Creepy has left the server (0:1)`

NexiusTailer commented 6 years ago

What plugins and includes do you use? Are there any similar problems without anticheat?

Raky51 commented 6 years ago

No there is no problems, This is the includes : #include

include

include

include

include

include

include

And the plugins is : sscanf, streamer, whirlpool, FCNPC, crashdetect, nativechecker.

Raky51 commented 6 years ago

Bump

NexiusTailer commented 6 years ago

Show the correct list with order of connected includes, because I do not think that something even can be compiled with this code:

include

include

include

include

include

include

rt-2 commented 6 years ago

it can't:

\SAMP\include\Untitled.pwn(2) : fatal error 100: cannot read from file: ""
Raky51 commented 6 years ago

image

Raky51 commented 6 years ago

this is

edgarpochtel commented 6 years ago

Use markdown and stop that spam..

Raky51 commented 6 years ago

i fixed it just i put the include but i changed the nex ac settings file all to 0

Sent from my Sony G3312 using FastHub

NexiusTailer commented 6 years ago

Try to enable each anticheat on alternately (one by one and test it again everytime when you did it) in the .cfg file. So you will find a specific anticheat code that could cause this problem.