Unknown Gamemode help
#21

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

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.
Reply
#23

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.
Reply
#24

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
Reply
#25

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[]);
?
Reply
#26

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.
Reply
#27

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

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 ?
Reply
#29

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
Reply
#30

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
Reply
#31

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
Reply
#32

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


Forum Jump:


Users browsing this thread: 1 Guest(s)