Dynamic doors aren't saving. - 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: Dynamic doors aren't saving. (
/showthread.php?tid=573120)
Dynamic doors aren't saving. -
IndependentGaming - 04.05.2015
i got 2 warnings by this line
Line 1126:
PHP код:
cache_get_field_content(rows, "Description", DDoorsInfo[index][ddDescription], MainPipeline, 128);
Line 1164:
PHP код:
cache_get_field_content(i, "Description", DDoorsInfo[i][ddDescription], MainPipeline, 128);
PHP код:
(1126) : warning 202: number of arguments does not match definition
(1164) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Warnings.
I think its because of this that the dynamic doors not saving, or is it something else ?
if i place a dynamic door everything exterior/interior ext..
and restart the server or look inside my mysql it has not changed anything under ''ddoors''
Re: Dynamic doors aren't saving. -
IndependentGaming - 04.05.2015
Anyone?
Re: Dynamic doors aren't saving. - Emmet_ - 04.05.2015
Remove the last parameter (128). You are using an older version of the MySQL plugin where this parameter is not yet added.
Re: Dynamic doors aren't saving. -
IndependentGaming - 04.05.2015
Now i still have the problem that the doors aren't saving ? what can i do about that ?
Re: Dynamic doors aren't saving. -
IndependentGaming - 04.05.2015
So how can i fix that ?