Posts: 262
Threads: 33
Joined: Mar 2018
Reputation:
0
I Compiled, but now I have Run time error
Script[gamemodes/pls.amx]:Run time error 19:"File or function is not found"
Number of vehicles models: 0
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
post your server log here
make sure your include has the same version with your plugins
Posts: 262
Threads: 33
Joined: Mar 2018
Reputation:
0
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[12:37:47]
[12:37:47] Server Plugins
[12:37:47] --------------
[12:37:47] Loading plugin: streamer
[12:37:47]
*** Streamer Plugin v2.9.3 by Incognito loaded ***
[12:37:47] Loaded.
[12:37:47] Loaded 1 plugins.
[12:37:47]
[12:37:47] Filterscripts
[12:37:47] ---------------
[12:37:47] Loading filterscript 'ufo.amx'...
[12:37:47] Loading filterscript 'sweeper.amx'...
[12:37:47] Loading filterscript 'sms.amx'...
[12:37:47] Loading filterscript 'ms.amx'...
[12:37:47] Loading filterscript 'md.amx'...
[12:37:47] Loading filterscript 'orob.amx'...
[12:37:47] Loading filterscript 'mdgb.amx'...
[12:37:47] Loaded 7 filterscripts.
[12:37:47] Script[gamemodes/pls.amx]: Run time error 19: "File or function is not found"
[12:37:47] Number of vehicle models: 0
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
show me your includes you might have some missing plugin
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
not that one
the thing in your gm
example: #include <streamer>
Posts: 92
Threads: 9
Joined: Sep 2016
Reputation:
0
make sure your gamemode .amx is in gamemode folder
Posts: 455
Threads: 29
Joined: Apr 2014
considering your coding skills there is no need for hashing passwords, because its bad gamemode anyway.
Posts: 455
Threads: 29
Joined: Apr 2014
error 021: symbol already defined: "udb_hash"
this means that the function already exists in some include or in gamemode and you dont have create this function many times.