Arguments and tags mismatches - 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: Arguments and tags mismatches (
/showthread.php?tid=137143)
Arguments and tags mismatches -
Hot - 27.03.2010
Hello guys (:
I don't know what's happening with my script:
http://pastebin.com/zBk4grzH
(I only show the important pieces)
I get A lots of missing arguments and tags mismtatches, for the FLOATS values. (pHealth, pArmour, X, Y, Z , Angle).
Код:
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(277) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(277) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(278) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(278) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(279) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(279) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(279) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(280) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(337) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(342) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(347) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(352) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(357) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(362) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(367) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(376) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(378) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(379) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(399) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(399) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(400) : warning 202: number of arguments does not match definition
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(400) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(401) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(401) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(401) : warning 213: tag mismatch
C:\Documents and Settings\User\Desktop\samp03asvr_R4_win32\gamemodes\gm.pwn(402) : warning 213: tag mismatch
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Warnings.
I don't know what's happening, can you help me please?