SA-MP Forums Archive
Problem with Dialogs - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem with Dialogs (/showthread.php?tid=438398)



Problem with Dialogs - BOMBER1337 - 20.05.2013

Good evening I have a problem with my dialogue
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);
Hope anyone can help me, sorry for this englisch, but it was the ****** translator.