Warum werde ich nicht gekickt wenn ich gebannt wurde? Also in der Datenbank steht auch schon Ban = 1 ...
PHP
public OnPlayerConnect(playerid)
{
if(SpielerInfo[playerid][pBan] == 1)
{
SendClientMessage(playerid, -1,"Du bist gebannt");
Kick(playerid);
}
return 1;
}
und mein zweiter problem:
Ich wollte heute ein Linux server über CP starten , aber dann kam diese Errors:
PHP
[01:48:58] Error: Function not registered: 'mysql_debug'
[01:48:58] Error: Function not registered: 'mysql_ping'
[01:48:58] Error: Function not registered: 'mysql_real_escape_string'
[01:48:58] Error: Function not registered: 'mysql_store_result'
[01:48:58] Error: Function not registered: 'mysql_num_rows'
[01:48:58] Error: Function not registered: 'mysql_free_result'
[01:48:58] Error: Function not registered: 'mysql_fetch_row_format'
[01:48:58] Error: Function not registered: 'mysql_fetch_int'
[01:48:58] Script[gamemodes/GED.amx]: Run time error 19: "File or function is not found"
Ich hoffe ihr könnt mir helfen ,da die anderen nicht mehr antworten >_>