SA-MP Forums Archive
Unknown Gamemode help - 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: Unknown Gamemode help (/showthread.php?tid=569384)

Pages: 1 2


Re: Unknown Gamemode help - J0sh... - 31.03.2015

Add streamer.so also. That needs to be loaded via plugins.


Re: Unknown Gamemode help - Karan007 - 31.03.2015

Solution : When you have created the gamemode, copy it and paste it in the "Gamemodes" folder and start your server (Paste both the .PWN and the .AMX )
If you already did it then it have other problems.


Re: Unknown Gamemode help - J0sh... - 31.03.2015

Quote:
Originally Posted by karan007
View Post
Solution : When you have created the gamemode, copy it and paste it in the "Gamemodes" folder and start your server (Paste both the .PWN and the .AMX )
If you already did it then it have other problems.
*facepalms* He gets a run time error, if he didn't do that properly then it would close auto.
And placing the .pwn is not very secure.


Re: Unknown Gamemode help - aCloudy - 31.03.2015

Quote:
Originally Posted by JamesCaptGeneral
View Post
Add streamer.so also. That needs to be loaded via plugins.
Same problem:

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[04:16:25] 
[04:16:25] Server Plugins
[04:16:25] --------------
[04:16:25]  Loading plugin: sscanf.so
[04:16:25] 

[04:16:25]  ===============================

[04:16:25]       sscanf plugin loaded.     

[04:16:25]    © 2009 Alex "Y_Less" Cole

[04:16:25]  ===============================

[04:16:25]   Loaded.
[04:16:25]  Loading plugin: streamer.so
[04:16:25] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[04:16:25]   Loaded.
[04:16:25]  Loaded 2 plugins.

[04:16:25] 
[04:16:25] Ban list
[04:16:25] --------
[04:16:25]  Loaded: samp.ban
[04:16:25] 
[04:16:25] 
[04:16:25] Filterscripts
[04:16:25] ---------------
[04:16:25]   Loading filterscript 'adminspec.amx'...
[04:16:25]   Loaded 1 filterscripts.

[04:16:25] Script[gamemodes/BB.amx]: Run time error 19: "File or function is not found"
[04:16:25] Number of vehicle models: 0



Re: Unknown Gamemode help - J0sh... - 31.03.2015

Quote:
Originally Posted by aCloudy
View Post
Same problem:

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[04:16:25] 
[04:16:25] Server Plugins
[04:16:25] --------------
[04:16:25]  Loading plugin: sscanf.so
[04:16:25] 

[04:16:25]  ===============================

[04:16:25]       sscanf plugin loaded.     

[04:16:25]    © 2009 Alex "Y_Less" Cole

[04:16:25]  ===============================

[04:16:25]   Loaded.
[04:16:25]  Loading plugin: streamer.so
[04:16:25] 

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[04:16:25]   Loaded.
[04:16:25]  Loaded 2 plugins.

[04:16:25] 
[04:16:25] Ban list
[04:16:25] --------
[04:16:25]  Loaded: samp.ban
[04:16:25] 
[04:16:25] 
[04:16:25] Filterscripts
[04:16:25] ---------------
[04:16:25]   Loading filterscript 'adminspec.amx'...
[04:16:25]   Loaded 1 filterscripts.

[04:16:25] Script[gamemodes/BB.amx]: Run time error 19: "File or function is not found"
[04:16:25] Number of vehicle models: 0
Do you have something along the lines of
pawn Code:
native WP_Hash(buffer[], len, const str[]);
?


Re: Unknown Gamemode help - aCloudy - 31.03.2015

Quote:
Originally Posted by JamesCaptGeneral
View Post
Do you have something along the lines of
pawn Code:
native WP_Hash(buffer[], len, const str[]);
?
No, I don't have any "native" or "hash" word in my script, lol.


Re: Unknown Gamemode help - J0sh... - 31.03.2015

Your streamer isn't up-to date.
Yours: v2.5.2
Mine: v2.7.5.2


Re: Unknown Gamemode help - aCloudy - 31.03.2015

Quote:
Originally Posted by JamesCaptGeneral
View Post
Your streamer isn't up-to date.
Yours: v2.5.2
Mine: v2.7.5.2
Link for the latest streamer version ?


Re: Unknown Gamemode help - ChuckyBabe - 31.03.2015

JamesCaptGeneral even if its updated if he can't do it well nothing will happen. aCloudy try opening your gamemode then at the top of your gamemode you must find all the includes and plugins you need it must be like this
for example #include <streamer> something like that, you can use the search button at the top of the forum to find what you need


Re: Unknown Gamemode help - aCloudy - 31.03.2015

Quote:
Originally Posted by JamesCaptGeneral
View Post
Your streamer isn't up-to date.
Yours: v2.5.2
Mine: v2.7.5.2
Downloaded it and added to server.cfg streamer.so
I got new problem, Question: Does the "stock" need a plugin to be loaded ?

Code:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, ©2005-2014 SA-MP Team

[04:37:57] 
[04:37:57] Server Plugins
[04:37:57] --------------
[04:37:57]  Loading plugin: sscanf.so
[04:37:57] 

[04:37:57]  ===============================

[04:37:57]       sscanf plugin loaded.     

[04:37:57]    © 2009 Alex "Y_Less" Cole

[04:37:57]  ===============================

[04:37:57]   Loaded.
[04:37:57]  Loading plugin: streamer.so
[04:37:57] 

*** Streamer Plugin v2.7.5.2 by Incognito loaded ***

[04:37:57]   Loaded.
[04:37:57]  Loaded 2 plugins.

[04:37:57] 
[04:37:57] Ban list
[04:37:57] --------
[04:37:57]  Loaded: samp.ban
[04:37:57] 
[04:37:57] 
[04:37:57] Filterscripts
[04:37:57] ---------------
[04:37:57]   Loading filterscript 'adminspec.amx'...
[04:37:57]   Loaded 1 filterscripts.

[04:37:57] *** Streamer Plugin: Include file version (0x26105) does not match plugin version (0x275201) (script might need to be recompiled with the latest include file)
[04:37:57] Script[gamemodes/BB.amx]: Run time error 19: "File or function is not found"
[04:37:57] Number of vehicle models: 0



Re: Unknown Gamemode help - KayJ - 31.03.2015

The hell thing you are doing!?!?
1. Download streamer plugin and include
2. Show us includes
3. Make sure you are using latest plugins
4. Download nativechecker.so and put it on (Directory/plugins)
5. Add it on server.cfg


Re: Unknown Gamemode help - CalvinC - 31.03.2015

You have to use the SO version since you're running linux.