20.05.2013, 02:05
Good evening I have a problem with my dialogue
The log tells me "Dialogue Response (Entry Point)"
Log:
Hope anyone can help me, sorry for this englisch, but it was the ****** translator.
The log tells me "Dialogue Response (Entry Point)"
Log:
pawn Код:
[02:52:16] Crash Caused by gamemodes / GM.amx, see stack trace below
[02:52:16] Stack trace (most recent call first):
[02:52:16] db_get_field_assoc (native) on line 399 in C: \ Important
[02:52:16] OnDialogResponse (entry point)
pawn Код:
db_get_field_assoc (Result, "Adminlevel", str, sizeof (str));
PlayerInfo [playerid] [Adminlevel] = strval (str);
db_get_field_assoc (Result, "Banned", str, sizeof (str));
PlayerInfo [playerid] [Banned] = strval (str);
