18.07.2018, 16:57
Your gamemodes folder contain truck.amx/truck.pwn files?
Yes, there is and this on the host ...
Script [gamemodes / truck.amx]: Run-time error 19: "File or function not found"
Thier is 2 reasons this happens:
Reason 1: You don't have a amx file named "truck.amx" in your server's gamemode file.
Reason 2: Their are plugins needed to run the gamemode, Either you Have the outdated/wrong version or you dont have them at all.
Response Reason 1: I have, as well as .pwn
Response Reason 2: The plugins I have, are the ones that came with the GM, this is not a GM created by me, do not mess with Pawno very much, so I decided to only make one issue and change things like which I know how to move ...
Could you post the foulder that says server.cfg? or your script truck.pwn, we can definatly figure which of the two is the problem if you post this.
Server.cfg: http://pastebin.com/CP9yrNxm
The server works via Hamachi normally, but when I play on Host, I've encountered this problem ...
I used CrashDetect to try to find something, and the following appeared:
[debug] Run time error 4: "Array index out of bounds"
[debug] Attempted to read/write array element at index 203 in array of size 203
[debug] AMX backtrace:
[debug] #0 000f7bcc in public Itter_OnGameModeInit <> from truck.amx
[debug] #1 native CallLocalFunction <> from samp-server.exe
[debug] #2 0000e840 in public SSCANF_OnGameModeInit <> from truck.amx
[debug] #3 native CallLocalFunction <> from samp-server.exe
[debug] #4 00001650 in public zcmd_OnGameModeInit <> from truck.amx
[debug] #5 native CallLocalFunction <> from samp-server.exe
[debug] #6 000004f8 in public OnGameModeInit <> from truck.amx
I do not know how to fix this, to tell you the truth, I do not know where I can find it, because I searched the pwn and could not find ...
Yes, there is and this on the host ...
Script [gamemodes / truck.amx]: Run-time error 19: "File or function not found"
Thier is 2 reasons this happens:
Reason 1: You don't have a amx file named "truck.amx" in your server's gamemode file.
Reason 2: Their are plugins needed to run the gamemode, Either you Have the outdated/wrong version or you dont have them at all.
Response Reason 1: I have, as well as .pwn
Response Reason 2: The plugins I have, are the ones that came with the GM, this is not a GM created by me, do not mess with Pawno very much, so I decided to only make one issue and change things like which I know how to move ...
Could you post the foulder that says server.cfg? or your script truck.pwn, we can definatly figure which of the two is the problem if you post this.
Server.cfg: http://pastebin.com/CP9yrNxm
The server works via Hamachi normally, but when I play on Host, I've encountered this problem ...
I used CrashDetect to try to find something, and the following appeared:
[debug] Run time error 4: "Array index out of bounds"
[debug] Attempted to read/write array element at index 203 in array of size 203
[debug] AMX backtrace:
[debug] #0 000f7bcc in public Itter_OnGameModeInit <> from truck.amx
[debug] #1 native CallLocalFunction <> from samp-server.exe
[debug] #2 0000e840 in public SSCANF_OnGameModeInit <> from truck.amx
[debug] #3 native CallLocalFunction <> from samp-server.exe
[debug] #4 00001650 in public zcmd_OnGameModeInit <> from truck.amx
[debug] #5 native CallLocalFunction <> from samp-server.exe
[debug] #6 000004f8 in public OnGameModeInit <> from truck.amx
I do not know how to fix this, to tell you the truth, I do not know where I can find it, because I searched the pwn and could not find ...