Not reaching 5th debug message - 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: Not reaching 5th debug message (
/showthread.php?tid=303135)
Not reaching 5th debug message -
iTorran - 11.12.2011
Fixed.
Re: Not reaching 5th debug message -
DRIFT_HUNTER - 11.12.2011
pawn Код:
//Wrong
format(query, sizeof query,......
//Right
format(query, sizeof(query),......
Re: Not reaching 5th debug message -
iTorran - 11.12.2011
They both are fine, although sizeof(query) is probably better. I have never seen a difference.
Anyway still not working
EDIT: Fixed, GetEscName function was at fault
Re: Not reaching 5th debug message -
Tigerkiller - 11.12.2011
yep you returned anythink wrong on it
//edit to late