[POMOC]Server crash


Započeo Arkoo, April 21, 2016, 19:25:51 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim:SM:RP (San Marino)
Detaljan opis problema:Crashuje kad udjem IG... pokusavao sam rijesiti ali nmg dirnem jedno ode drugo :D
Dio skripte:
[19:09:08] [debug] #1 005f0c4c in public FallingChecker (playerid=0) at \SMRP.pwn:13942

forward FallingChecker( playerid );
public FallingChecker( playerid ) {
	new Float:Pos[ 4 ];

	if( IsPlayerConnected( playerid ) )	{
		GetPlayerPos( playerid, Pos[ 0 ], Pos[ 1 ], Pos[ 2 ] );
	linija 13942	Pos[ 3 ] = floatsqroot( ( Pos[ 0 ]-antiCheatCS[ playerid ][ SpeedPos ][ 0 ] * Pos[ 0 ]-antiCheatCS[ playerid ][ SpeedPos ][ 0 ] ) + ( Pos[ 1 ]-antiCheatCS[ playerid ][ SpeedPos ][ 1 ] * Pos[ 1 ]-antiCheatCS[ playerid ][ SpeedPos ][ 1 ] ) );

		if( Pos[ 3 ] < 10 && ( antiCheatCS[ playerid ][ SpeedPos ][ 2 ] - Pos[ 2 ] ) > 5 ) {

			OnPlayerFalla( playerid );
		}
		antiCheatCS[ playerid ][ SpeedPos ][ 0 ] = Pos[ 0 ];
		antiCheatCS[ playerid ][ SpeedPos ][ 1 ] = Pos[ 1 ];
		antiCheatCS[ playerid ][ SpeedPos ][ 2 ] = Pos[ 2 ];
	}
	return 1;
}



[19:09:08] [debug] #2 005f1ed8 in AntiCheat (playerid=0) at \SMRP.pwn:14033

14033 if( antiCheatSS[ antiJetPackH ] == true ) {
		    if( PlayerInfo[ playerid ][ xAdmin ] < 1 ) {
				if( GetPlayerSpecialAction( playerid ) == SPECIAL_ACTION_USEJETPACK )
				    OnPlayerCheat( playerid, DETECT_JETPACK_HACK, 0, 0 );
			}
		}

[19:09:08] [debug] #3 0066ab78 in public GlobalTimer () at SMRP.pwn:20864

CellphoneCheck( i );


Neke slike/video za lakse dobivanje pomoci(neobavezno):

I meni te debugove izbacuje u server log. Popravio sam jedan u anticheat poslacu ti kod u PP sta da zamenis cim budem komp