Alles anzeigenScript[gamemodes/Untitled.amx]: Run time error 20: "Invalid index parameter (bad entry point)"
Für diesen Fehler fehlt dir folgender Code über OnGameModeInit:
Cmain() { print("\n----------------------------------"); print(" Blank Gamemode by your name here"); print("----------------------------------\n"); }
____________________________________________________
CError: Function not registered: 'mysql_close' Error: Function not registered: 'mysql_format' Error: Function not registered: 'mysql_pquery' Error: Function not registered: 'cache_get_row_count' Error: Function not registered: 'cache_insert_id' Error: Function not registered: 'cache_get_field_content_int' Error: Function not registered: 'mysql_connect' Error: Function not registered: 'mysql_errno'
Die Funktionen gibt es in deiner MySQL Version nicht. Welche Version willst du denn verwenden? Womöglich hilft es schon, die Include sowie das Plugin einmal zu ersetzen, ggf. auch die libmysql.
Code
[16:17:26] Error: Function not registered: 'mysql_format'
[16:17:26] Error: Function not registered: 'mysql_pquery'
[16:17:26] Error: Function not registered: 'cache_get_row_count'
[16:17:26] Error: Function not registered: 'cache_insert_id'
[16:17:26] Error: Function not registered: 'cache_get_field_content_int'
[16:17:26] Error: Function not registered: 'mysql_connect'
[16:17:26] Error: Function not registered: 'mysql_errno'
[16:17:26] Error: Function not registered: 'mysql_close'
die R39-3 wie hier auch genannt. Das ersetzen hat nichts gebracht