SA-MP Forums Archive
Tag mismatch - 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: Tag mismatch (/showthread.php?tid=171506)



Tag mismatch - rbN. - 26.08.2010

Well, if your going to start saying shit ima newb scripter, well.. i know :3.. thats why i needchu <3

Quote:

C:\Users\Robin\samp03asvr_R7_win32\filterscripts\r StuntCheck.pwn(76) : warning 213: tag mismatch
C:\Users\Robin\samp03asvr_R7_win32\filterscripts\r StuntCheck.pwn(77) : warning 213: tag mismatch
C:\Users\Robin\samp03asvr_R7_win32\filterscripts\r StuntCheck.pwn(78 ) : warning 213: tag mismatch

I'm getting this on:

pawn Код:
StuntIconX[stuntid] = iconX;
        StuntIconY[stuntid] = iconY;
        StuntIconZ[stuntid] = iconZ;
Even though, I don't see any problems with it :S


pawn Код:
AddStunt(stuntid, Float:iconX, Float:iconY, Float:iconZ, Moneya, Scorea)
{



Re: Tag mismatch - Cameltoe - 26.08.2010

StuntIconX should be a float like this:

new Float:StuntIconX[MAX_ICONS];


Re: Tag mismatch - rbN. - 26.08.2010

^ thx.. im starting to get good, but i know nothing about these easy basic shit meh :<.

ty anyways ;p