SA-MP Forums Archive
Command Prompt Shutdown - 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: Command Prompt Shutdown (/showthread.php?tid=494802)



Command Prompt Shutdown - Ryan McDuff - 14.02.2014

Whenever I click on samp-server, the command prompt turns off after the following:

Quote:

[13:41:09] Loading Points...
[13:41:09] Loading Families...
[13:41:09] Loading Houses...
[13:41:09] *** Audio Plugin: Started TCP server on port 7777
[13:41:09] Loading Dynamic Doors...
[13:41:09] Loading Map Icons...
[13:41:09] Loading Dealerships...
[13:41:09] Loading The Pay...
[13:41:10] Loading Gates...
[13:41:10] Loading Garages...
[13:41:10] Loading Businesses...
[13:41:10] Initialising TurfWars...
[13:41:10] Loading Turfs...
-- SHUTDOWN --




Re: Command Prompt Shutdown - CuervO - 14.02.2014

It's more like a crash rather than a shutdown.

Include the crashdetect plugin https://sampforum.blast.hk/showthread.php?tid=262796 and compile with debug information https://github.com/Zeex/samp-plugin-...ith-debug-info


Re: Command Prompt Shutdown - Ryan McDuff - 14.02.2014

Err.. Not really understanding what to do there, I put it into my plugins and edited it with my server.cfg but then it does this when I add the crashdetect plugin.

Quote:




Re: Command Prompt Shutdown - CuervO - 14.02.2014

Install microsoft C++ redistributable packets and .NET framework 4.5


Re: Command Prompt Shutdown - Ryan McDuff - 14.02.2014

PHP код:
C:\Users\Ryan\Desktop\--CSRP SERVER--\gamemodes\csrp6.pwn(10543) : warning 219local variable "object" shadows a variable at a preceding level
C
:\Users\Ryan\Desktop\--CSRP SERVER--\gamemodes\csrp6.pwn(11167) : warning 217loose indentation
C
:\Users\Ryan\Desktop\--CSRP SERVER--\gamemodes\csrp6.pwn(11251) : warning 217loose indentation
C
:\Users\Ryan\Desktop\--CSRP SERVER--\gamemodes\csrp6.pwn(61693) : warning 217loose indentation
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase
4 Warnings

PHP код:
new string[128], giveplayeridobjectslot



Re: Command Prompt Shutdown - Konstantinos - 14.02.2014

Change the name of object from that line and the part which is used to something else.

Also, update your sscanf plugin and add nativechecker pre-last (before crashdetect and crashdetect to be last).