SA-MP Forums Archive
Help me - 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 me (/showthread.php?tid=655841)



Help me - nguyenthanhdanhsamp - 01.07.2018

F5 failed, but opening sever.



Re: Help me - RxErT - 01.07.2018

Ok awesome. (btw im not a wizard )


Re: Help me - Calisthenics - 01.07.2018

Load crashdetect plugin as first plugin: https://github.com/Zeex/samp-plugin-...etect/releases
Start server, post logs.


Re: Help me - nguyenthanhdanhsamp - 01.07.2018

Quote:
Originally Posted by Calisthenics
Посмотреть сообщение
Load crashdetect plugin as first plugin: https://github.com/Zeex/samp-plugin-...etect/releases
Start server, post logs.
I was add it, and not working
SEVER LOG
Код HTML:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:06:15] filterscripts = ""  (string)
[19:06:15] weburl = "www.sa-mp.com"  (string)
[19:06:15] 
[19:06:15] Server Plugins
[19:06:15] --------------
[19:06:15]  Loading plugin: crashdetect
[19:06:15]   Failed.
[19:06:15]  Loading plugin: dc_cmd
[19:06:15]   Daniel's CMD plugin v2.8
[19:06:15]     © 2014 Daniel_Cortez
[19:06:15] 	www.pro-pawn.ru
[19:06:15]   Loaded.
[19:06:15]  Loading plugin: sscanf
[19:06:15] 

[19:06:15]  ===============================

[19:06:15]       sscanf plugin loaded.     

[19:06:15]          Version:  2.8.1        

[19:06:15]    © 2012 Alex "******" Cole  

[19:06:15]  ===============================

[19:06:15]   Loaded.
[19:06:15]  Loading plugin: streamer
[19:06:15]   Failed.
[19:06:15]  Loading plugin: mysql
[19:06:15]  >> plugin.mysql: running on 1 thread.
[19:06:15]  >> plugin.mysql: R31 successfully loaded.
[19:06:15]   Loaded.
[19:06:15]  Loaded 3 plugins.

[19:06:15] 
[19:06:15] Filterscripts
[19:06:15] ---------------
[19:06:15]   Loaded 0 filterscripts.

[19:06:15] Script[gamemodes/PUBGSE.amx]: Run time error 19: "File or function is not found"
[19:06:15] Number of vehicle models: 0



Re: Help me - JasonRiggs - 01.07.2018

This happens when there are plugins missing, To know what plugins are missing, check what includes are you using in the gamemode, and see which plugins needed to run these includes..


Re: Help me - nguyenthanhdanhsamp - 01.07.2018

Quote:
Originally Posted by JasonRiggs
Посмотреть сообщение
This happens when there are plugins missing, To know what plugins are missing, check what includes are you using in the gamemode, and see which plugins needed to run these includes..
Erro
Код HTML:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[19:44:39] filterscripts = ""  (string)
[19:44:39] weburl = "www.sa-mp.com"  (string)
[19:44:39] 
[19:44:39] Server Plugins
[19:44:39] --------------
[19:44:39]  Loading plugin: crashdetect
[19:44:39]   CrashDetect plugin 4.19
[19:44:39]   Loaded.
[19:44:39]  Loading plugin: dc_cmd
[19:44:39]   Daniel's CMD plugin v2.8
[19:44:39]     © 2014 Daniel_Cortez
[19:44:39] 	www.pro-pawn.ru
[19:44:39]   Loaded.
[19:44:39]  Loading plugin: sscanf
[19:44:39] 

[19:44:39]  ===============================

[19:44:39]       sscanf plugin loaded.     

[19:44:39]          Version:  2.8.1        

[19:44:39]    © 2012 Alex "******" Cole  

[19:44:39]  ===============================

[19:44:39]   Loaded.
[19:44:39]  Loading plugin: streamer
[19:44:39]   Failed.
[19:44:39]  Loading plugin: mysql
[19:44:39]  >> plugin.mysql: running on 1 thread.
[19:44:39]  >> plugin.mysql: R31 successfully loaded.
[19:44:39]   Loaded.
[19:44:39]  Loaded 4 plugins.

[19:44:39] 
[19:44:39] Filterscripts
[19:44:39] ---------------
[19:44:39]   Loaded 0 filterscripts.

[19:44:39] [debug] Run time error 19: "File or function is not found"
[19:44:39] [debug]  GetDynamicObjectPos
[19:44:39] [debug]  GetDynamicObjectRot
[19:44:39] [debug]  DestroyDynamicObject
[19:44:39] [debug]  CreateDynamicObject
[19:44:39] [debug]  MoveDynamicObject
[19:44:39] [debug]  SetDynamicObjectMaterial
[19:44:39] [debug] Run time error 19: "File or function is not found"
[19:44:39] [debug]  GetDynamicObjectPos
[19:44:39] [debug]  GetDynamicObjectRot
[19:44:39] [debug]  DestroyDynamicObject
[19:44:39] [debug]  CreateDynamicObject
[19:44:39] [debug]  MoveDynamicObject
[19:44:39] [debug]  SetDynamicObjectMaterial
[19:44:39] Script[gamemodes/PUBGSE.amx]: Run time error 19: "File or function is not found"
[19:44:39] Number of vehicle models: 0



Re: Help me - Alex Magaсa - 01.07.2018

It seems the desired streamer plugin is missing from your plugins folder also try to compile all the gamemode and filterscripts with the desired plugins/includes.

Run also Native Checker:
https://sampforum.blast.hk/showthread.php?tid=249226


Re: Help me - nguyenthanhdanhsamp - 01.07.2018

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
It seems the desired streamer plugin is missing from your plugins folder also try to compile all the gamemode and filterscripts with the desired plugins/includes.

Run also Native Checker:
https://sampforum.blast.hk/showthread.php?tid=249226
No working, erro, I was add streamer news and erro


Re: Help me - Calisthenics - 01.07.2018

Latest version of streamer requires Visual C++ Redistributable for Visual Studio 2015.

I only have installed these three (x86 version) and I can run any plugin:
https://www.microsoft.com/en-us/down...s.aspx?id=8328
https://www.microsoft.com/en-us/down....aspx?id=30679
https://www.microsoft.com/en-us/down....aspx?id=48145


Re: Help me - CaptainBoi - 02.07.2018

put
main(){}
it wont show u that anymore