Errores en GM Mysql R7 (Crash)
#7

Cambiб esto:
pawn Код:
for( new i; i <= 13; ++i )
        PlayerInfo[ playerid ][ _Armas ][ i ] = 0, PlayerInfo[ playerid ][ _Municiones ][ i ] = 0 ;
por esto:
pawn Код:
for( new i; i < 13; ++i )
        PlayerInfo[ playerid ][ _Armas ][ i ] = 0, PlayerInfo[ playerid ][ _Municiones ][ i ] = 0 ;
La razуn de eso es simple, cuenta del 0 al 13, pero la array almacena del 0 al 12, entonces por eso crashea en OnPlayerConnect.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)