Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
If you're using 0.3d, have you compiled them all with the latest pawno tool (SA-MP.com/download) Windows/Linux.
Else: If you haven't updated with your hosting service, Volt-Host has an available 0.3d upgrade, just go to your dashboard, into your server, then look for the tab 'Update'. Otherwise contact Volt-Host support.
NOTE: Are you using Volt-Host, or are you running it locally?
Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
Well first of all... your announce is set to 0 so nobody will join...
It could be a problem with your plugins...
08.12.2011, 03:46
(
Последний раз редактировалось Mark™; 08.12.2011 в 06:29.
)
Rename PPC_Truckingv1.4.8 to Just PPC_Trucking, set announce to 1 and add sscanf plugin too otherwise you would have run time error 19, and the gm wont load.
Posts: 4
Threads: 1
Joined: Aug 2010
Reputation:
0
It's not run locally but I did that just to test and show what my problem was. I updated to 0.3d about 3 days ago and this problem did not occur. I also removed all the plugins and filterscripts to see if that was the issue, it is not. I have updated all my include files for 0.3d and like I said I did not have this problem. The problem is that it refuses to read my gamemode.
Posts: 441
Threads: 19
Joined: Sep 2011
Reputation:
0
I see your problem... PPC_Truckingv1.4.8 1 in server.cfg
should be changed to PPC_TruckingV1.4.8
You have a 1 on the end which is not necessary... and your v for version has to be a capital!
EDIT: Didn't see the zoom option... your v is a capital xD
Posts: 4
Threads: 1
Joined: Aug 2010
Reputation:
0
I have tried all of the suggested solutions and im still getting the same error. I will fiddle around with it and see if I can find the problem. Im thinking its something with my include files since I just updated them.
Posts: 406
Threads: 5
Joined: Sep 2008
Reputation:
0
that is a problem with your plugins, you should check if you have the updated streamer plugin AND include, recompile with newest version and also, check if #include <sscanf2> is on top of your script. If it is, you got to add the sscanf plugin to the server.
If the server is windows you dont need to add .dll to the end of plugins and if its linux make sure its (plugin name here).so in the plugins folder and in server.cfg it have to be added with .so on the end