01.11.2011, 14:06
if ( !udb_Exists( file ) )
udb_Exists is made for player account's location, so change
to
@GameOver: "u" is for player, "s" is for a string, he want to unban a disconnected player, not a connected one, connected players are not banned.
udb_Exists is made for player account's location, so change
Код:
if ( !udb_Exists( file ) )
Код:
if ( !udb_Exists( params[ 0 ] ) )