NEED help with errors (Auto matic Gate) - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NEED help with errors (Auto matic Gate) (
/showthread.php?tid=92388)
NEED help with errors (Auto matic Gate) -
XxJoexX - 19.08.2009
C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(75) : warning 213: tag mismatch
C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(249) : warning 202: number of arguments does not match definition
C:\Users\Joe\Desktop\New SampServer\gamemodes\GTAFREEMODE.pwn(254) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Warnings.
list number
75 c_gate = (2634, -2468.499512, 1547.232300, 24.105165, 0.0000, 0.0000, 270.0000);
249 MoveObject(c_gate, -2468.497314, 1545.515503, 24.230164);
254 MoveObject(c_gate, -2468.499512, 1547.232300, 24.105165);
Thanks XxJoexX
Re: NEED help with errors (Auto matic Gate) -
MatrixBoY - 19.08.2009
Код:
c_gate = CreateObject(2634, -2468.499512, 1547.232300, 24.105165, 0.0000, 0.0000, 270.0000);
MoveObject(c_gate, -2468.497314, 1545.515503, 24.230164, 1.5);
MoveObject(c_gate, -2468.499512, 1547.232300, 24.105165, 1.5);
there...
Re: NEED help with errors (Auto matic Gate) -
XxJoexX - 19.08.2009
Ahh thz