SA-MP Forums Archive
why I have this problem? - 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: why I have this problem? (/showthread.php?tid=484250)



why I have this problem? - oFFiCiaLBr - 29.12.2013

why I have this problem? http://i.minus.com/ibf5uN27e7nc7M.png After the server error and closes
sorry for my bad english


Re: why I have this problem? - SilentSoul - 29.12.2013

Show us your server logs. or if there any logs we can't help you with that image only.


Re: why I have this problem? - oFFiCiaLBr - 29.12.2013

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

SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[01:01:42]
[01:01:42] Server Plugins
[01:01:42] --------------
[01:01:42] Loading plugin: mysql
[01:01:42]

> MySQL plugin R5 successfully loaded.

[01:01:42] Loaded.
[01:01:42] Loading plugin: sscanf
[01:01:42]

[01:01:42] ===============================

[01:01:42] sscanf plugin loaded.

[01:01:42] © 2009 Alex "******" Cole

[01:01:42] 0.3d-R2 500 Players "dnee"

[01:01:42] ===============================

[01:01:42] Loaded.
[01:01:42] Loading plugin: streamer
[01:01:42]

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

[01:01:42] Loaded.
[01:01:42] Loading plugin: Whirlpool
[01:01:42]
[01:01:42] ==================
[01:01:42]
[01:01:42] Whirlpool loaded
[01:01:42]
[01:01:42] ==================
[01:01:42]
[01:01:42] Loaded.
[01:01:42] Loaded 4 plugins.

[01:01:42]
[01:01:42] Ban list
[01:01:42] --------
[01:01:42] Loaded: samp.ban
[01:01:42]
[01:01:42]
[01:01:42] Filterscripts
[01:01:42] ---------------
[01:01:42] Loading filterscript 'anti-fake-killer.amx'...
[01:01:42]
---------------------------------------------------------------
[01:01:42] Anti Fake-Killer | Creation date: 01.12.2012 | Autor: DMC |
[01:01:42] ---------------------------------------------------------------

[01:01:42] Loading filterscript 'anti-spam.amx'...
[01:01:42]
---------------------------------------------------------------
[01:01:42] Anti Spam Flood | Creation date: 01.12.2012 | Autor: DMC |
[01:01:42] ---------------------------------------------------------------

[01:01:42] Loading filterscript 'artificii.amx'...
[01:01:42]
---------------------------------------------------------------
[01:01:42] Artificii | Creation date: 01.12.2012 | Autor: DMC |
[01:01:42] ---------------------------------------------------------------

[01:01:42] Loading filterscript 'brad-de-craciun.amx'...
[01:01:42]
---------------------------------------------------------------
[01:01:42] Brad de craciun | Creation date: 01.12.2012 | Autor: DMC |
[01:01:42] ---------------------------------------------------------------

[01:01:42] Loading filterscript 'laser-la-arme.amx'...
[01:01:42]
---------------------------------------------------------------
[01:01:42] Laser la arme | Creation date: 01.12.2012 | Autor: DMC |
[01:01:42] ---------------------------------------------------------------

[01:01:42] Loading filterscript 'anti-flood.amx'...
[01:01:42] Loading filterscript 'anti-boot.amx'...
[01:01:42] Unable to load filterscript 'anti-boot.amx'.
[01:01:42] Loading filterscript 'vae.amx'...
[01:01:42] Loading filterscript 'basket.amx'...
[01:01:42] Loaded 8 filterscripts.

[01:01:42] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[01:01:42] [MYSQL]: Conectare la `zp_26205` a avut succes!
[01:01:42] * Case citite: 0
[01:01:42] * Canale IRC citite: 10
[01:01:42] * Character killuri citite: 10
[01:01:42] * Ziare citite: 10
[01:01:42] * Bizzuri citite: 0
[01:01:42] * SBizzuri citite: 0
[01:01:42] * Teritorii citite: 0
[01:01:42] * Seifuri citite: 0
[01:01:42] * Masini personale citite: 0
[01:01:42] * DealerShips citite: 4
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * ID = 0 | Factiune = 0 | Alianta = 0
[01:01:42] * Pickup-uri citite: 45
[01:01:42]
[01:01:42] -------------------------------
[01:01:42] SA-Zone RPG
[01:01:42] -------------------------------
[01:01:42]
[01:01:42] Number of vehicle models: 104
[01:02:02] Incoming connection: 127.0.0.1:58490
[01:02:02] [join] oFFiCiAl has joined the server (0:127.0.0.1)


Re: why I have this problem? - Mattakil - 29.12.2013

Local host?


Re: why I have this problem? - oFFiCiaLBr - 29.12.2013

yes


Re: why I have this problem? - J4mmyHD - 29.12.2013

Show your OnPlayerConnect.


Re: why I have this problem? - oFFiCiaLBr - 29.12.2013

that is all
Quote:

//------------------------------------------------------------------------------------------------------//

public OnPlayerConnect(playerid)
{
//------------------------------------------------------------------------------------------------------//




Re: why I have this problem? - J4mmyHD - 29.12.2013

Change it to..

pawn Код:
public OnPlayerConnect(playerid)
{
    return 1;
}
That should work.


Re: why I have this problem? - oFFiCiaLBr - 30.12.2013

not work after change appear this error http://i.minus.com/ibptKTSRVpQeuF.png

new log after addition of nativechecker and crashdetect


Re: why I have this problem? - oFFiCiaLBr - 30.12.2013

uppppppppp