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)
+--- Thread: Tag mismatch (/showthread.php?tid=380699)



Tag mismatch - Sasoft - 26.09.2012

Line 1545:

pawn Код:
format(string, sizeof(string), "%f|%f|%f|%d|%d|%d|%d|%s|%d|%s|\r\n", CrateInfo[X][cZ], CrateInfo[X][cY], CrateInfo[X][cZ], CrateInfo[X][cGunAmount], CrateInfo[X][cType][0], CrateInfo[X][cType][1], CrateInfo[X][cType][2], CrateInfo[X][cOwner], CrateInfo[X][cActive], CrateInfo[X][cText]);

pawn Код:
C:\Users\Bart\Desktop\samp03e_svr_R2_win32\gamemodes\LPRP.pwn(1545) : warning 213: tag mismatch
I can't find the mismatch.


Re: Tag mismatch - Sasoft - 26.09.2012

Oops, sorry

pawn Код:
Float:cX,
    Float:cY,
    Float:cZ,
    cGunAmount,
    cType[3],
    cOwner[32],
    cActive,
    Text3D:cText[128]