SA-MP Forums Archive
Help with my server - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with my server (/showthread.php?tid=344101)



Help with my server - John Pearson - 19.05.2012

I bought a server from rxservers.com when i try to edit the GM and all the files and then go in game im in a cj skin on a farm


Re: Help with my server - [FMJ]PowerSurge - 19.05.2012

Are you sure you have the right plugins, includes, etc, for the gamemode?

Try updating needed plugins to the latest (including the .inc files), make sure you're using .dll for windows and .so for linux too. Re-compile the GM with the new includes/plugins loaded and try again.


Re: Help with my server - sniperwars - 19.05.2012

Does your gamemode read "Unknown" on the SA-MP 0.3e Client ? If so, you may have problems with your plugins. If your gamemode requires sscanf and streamer, make sure that you have the Linux plugins which are .so files.

Код:
plugins sscanf.so streamer.so
Or you could use the Native Checker to help you out. Hope this helps.


Re: Help with my server - $$inSane - 20.05.2012

did u add AddPlayerClass(ur classid and cor)


Re: Help with my server - int3s0 - 20.05.2012

We've told you, you are missing something or plugin or some other file, because your server_log.txt says:
Run time error 19: "File or function is not found"


Re: Help with my server - [FMJ]PowerSurge - 20.05.2012

Quote:
Originally Posted by int3s0
We've told you, you are missing something or plugin or some other file, because your server_log.txt says:
Run time error 19: "File or function is not found"
@OP, in which case, update the plugins you use to the latest (including the .inc files), make sure you're using .dll for windows and .so for linux too. Re-compile the GM and run it with the new includes/plugins loaded and it should work.