something i don't understand
#1

in server log i get this:
Quote:

//------------------------------//
[13:43:02] Parkour Race
[13:43:02] //------------------------------//

[13:43:02] Number of vehicle models: 0
[13:43:57] Incoming connection: 178.123.210.87:19625
[13:43:57] [join] Sanay_Sharaev has joined the server (0:178.123.210.87)
[13:45:50] Incoming connection: 78.61.220.235:65011
[13:45:51] [join] Vilius_Blg has joined the server (1:78.61.220.235)
[13:47:41] [part] Vilius_Blg has left the server (1:1)
[13:47:50] [death] Sanay_Sharaev died 54
[13:47:58] [part] Sanay_Sharaev has left the server (0:1)
[13:48:19] Incoming connection: 88.223.41.27:1227
[13:48:20] [join] Tomas_Svirskas has joined the server (0:88.223.41.27)
[13:48:21]
--------------------------------------
[13:48:21] [FS] WeaponDrop v1.0 by Jeffry loaded!
[13:48:21] --------------------------------------

[13:48:21]
----------------------------------
[13:48:21] Grand Theft Heli
[13:48:21] ----------------------------------

[13:48:21] Number of vehicle models: 3
[13:48:54] [chat] [Tomas_Svirskas]: sw
[13:49:16] Incoming connection: 78.60.235.3:2941
[13:49:17] [join] Maladiec_Samp has joined the server (1:78.60.235.3)
[13:49:46] Kicking 78.60.235.3 because they didn't logon to the game.
[13:54:34] Incoming connection: 88.223.41.27:1246
[13:55:04] Kicking 88.223.41.27 because they didn't logon to the game.
[13:59:51] Incoming connection: 78.62.20.123:49670
[14:00:21] Kicking 78.62.20.123 because they didn't logon to the game.
[14:10:32] Incoming connection: 86.38.154.83:55408
[14:11:02] Kicking 86.38.154.83 because they didn't logon to the game.

it's not all log

the problem is that when trying to enter server is showing nothing only that connected to server, but non of scripts is running, and no players are avable to join in server, then i get this on server.log server isin't shutingdown, i'm using crashdetect it's showing nothing, even thear is no players in server it still showing that thear is
try it: 94.23.54.150:7777

so whear is the problem?
Reply
#2

I think your installed samp version is different than your server's. Try to update your server to 0.3x, that should work.
Reply
#3

no, when i start server it's okey, you can connect, but after some time, you can't join the server, and when server is good cpu is low, but when it's fucked up like this the cpu is huge
Reply
#4

Re-install SAMP, and your server files from www.sa-mp.com
Otherwise, make sure your server.cfg file is alright, everything is set and all, make sure you've no compiling errors in your script (though it's irrelevant, but no harm in trying)
please post your server.cfg file here, thanks
Reply
#5

Quote:

echo Executing Server Config...
lanmode 0
rcon_password **********
maxplayers 50
port 7777
hostname SampServeriai.LT - Mini-Missions | Jau 0.3x
gamemode0 armijosm
filterscripts pagrindas
announce 1
query 1
weburl vvp.sampserveriai.lt
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
logtimeformat [%H:%M:%S]
plugins crashdetect.so mysql.so sscanf.so

everything is complyting good, my gamemode is changin after some time by this script:
pawn Код:
public Finshed(playerid)
{
    new string[ 41 ];
    format( string, sizeof(string), "~g~PRASOME PALAUKTI, KEICIAMA ~w~MISIJA");
    GameTextForAll( string, 6000, 0 );
    SendRconCommand("changemode hearse");
    return 1;
}
before it was good at everything but now in something is bad
Reply
#6

Paste your OnPlayerUpdate function.
Reply
#7

pawn Код:
public OnPlayerUpdate(playerid)
{
        new weap = GetPlayerWeapon(playerid);
        new player[ MAX_PLAYER_NAME ],
            str[ 128 ];
           
        if( weap == 36 ) //Heat Seeking Rocket Launcher
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja neleistinus ginklus",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: Neleistinu ginklu naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Sukčiavimas ginklais.");
        }
//The Other Forbidden Weapon is: MINIGUN (id 38)
        if(weap == 38)
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja neleistinus ginklus",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: Neleistinu ginklu naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Sukčiavimas ginklais.");
        }
//The Other Forbidden Weapon is: Satchel Charge, Detonator (id 39; 40)
        if(weap == 39)
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja neleistinus ginklus",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: Neleistinu ginklu naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Sukčiavimas ginklais.");
        }
//
        if(weap == 40)
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja neleistinus ginklus",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: Neleistinu ginklu naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Sukčiavimas ginklais.");
        }
//The   Other   Forbidden   Weapon  is:  Thermal ******s    (id  45)
        if(weap == 45)
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja neleistinus ginklus",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,5,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: Neleistinu ginklu naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Jetpack naudojimas.");
        }
//Anti-Jetpack Hack (ADDED IN VERSION 2)
        if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_USEJETPACK)
        {
            GetPlayerName(playerid,player,sizeof(player));
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}%s: Naudoja Jet-pack",player);
            SendClientMessageToAll(0xFF4500AA,str);
            format(str,sizeof(str),"{FFFFFF}[ {9900cc}SERVERIS {FFFFFF}] {66ff66}''%s'' Buvo užbanintas už cheatu naudojima",player);
            SendClientMessageToAll(0xFF0000FF,str);
            ShowPlayerDialog(playerid,100,DIALOG_STYLE_MSGBOX, "Gavai BANA:D", "{FFFFFF}Gavai {FF0000}Banna{FFFFFF}\nPriežastis: JetPack naudojimas", "OK", "");
            BanZaideja(playerid,"Serveris","Sukčiavimas jetpack.");
        }
       
        return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)