21.01.2019, 17:32
Quote:
That's really weird, I just tested it on both linux & windows, vehicles created with both CreateVehicle and AddStaticVehicle worked fine.
The current value shown (0.0) is not valid, and it appears like the plugin couldn't initialize properly and didn't call Code:
HandlingDefault::Initialize() What's your plugins line in server.cfg? Are you running the server on linux or windows? What version of the server are you running? Are other vehicles, or attributes in the same vehicle working fine? This definitely looks like some initialization problem. Edit: however if IsPlayerUsingCHandling() returns true, then the RakNet hook must be working, so that'd mean the initialization was successful, which makes it even more weird. |
Running it on windows with only these plugins: "sscanf streamer sampp_server chandlingsvr".
About errors - definitely no erros. The logs are as following:
Code:
[17:38:21] Loaded. [17:38:21] Loading plugin: sampp_server [17:38:21] [SA-MP+] Loaded [17:38:21] Loaded. [17:38:21] Loading plugin: chandlingsvr [17:38:23] [###] CHandlingSvr v1.0-dev by .silent loaded [###] [17:38:23] Loaded. [17:38:23] Loaded 4 plugins.
Perhaps it's the sampp plugin and its asi? Will try and then will update the post.