L 02/28/2016 - 13:08:55: Invalid CVAR pointer L 02/28/2016 - 13:08:55: [AMXX] Displaying debug trace (plugin "DeathrunManager.amxx") L 02/28/2016 - 13:08:55: [AMXX] Run time error 10: native error (native "get_pcvar_num") L 02/28/2016 - 13:08:55: [AMXX] [0] DeathrunManager.sma::EventResetHud (line 533) L 02/28/2016 - 13:08:55: Invalid CVAR pointer L 02/28/2016 - 13:08:55: [AMXX] Displaying debug trace (plugin "DeathrunManager.amxx") L 02/28/2016 - 13:08:55: [AMXX] Run time error 10: native error (native "get_pcvar_num") L 02/28/2016 - 13:08:55: [AMXX] [0] DeathrunManager.sma::EventResetHud (line 533) L 02/28/2016 - 13:08:56: Invalid player id 111 /home/servers/bin/games/CS_1.6.sh: line 51: 32433 Segmentation fault LD_LIBRARY_PATH=".:bin" start-stop-daemon --start --chuid $USER:$GROUP -m --pidfile $PID_FILE --chdir $USER_DIR/$BIN_DIR --exec $USER_DIR/$BIN_DIR/$BIN_NAME -- $GAME_PARAMS Zrzut konsoli wyslany poprawnie
Ostatnim czasem wyskakują mi takie logi, i po tym od razu jest crash
Plugin deahtrunmanager.sma
linijka 533
public EventResetHud( id ) {
if( g_bEnabled && get_pcvar_num( g_pHideHuds ) && !is_user_bot( id ) ) {
message_begin( MSG_ONE_UNRELIABLE, g_iMsgHideWeapon, _, id );
write_byte( ( 1<<4 | 1<<5 ) );
message_end( );
message_begin( MSG_ONE_UNRELIABLE, g_iMsgCrosshair, _, id );
write_byte( 0 );
message_end( );
}
}
Jak to naprawić? ![]()
Użytkownik nitr0 edytował ten post 28.02.2016 13:14


Dodatki SourceMod












