SA-MP Forums Archive
[+REP] 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: [+REP] tag mismatch. (/showthread.php?tid=601266)



[+REP] tag mismatch. - E7mad - 19.02.2016

Hello, I've scripted an ATM's system, and I wanted to create a dynamic CP, this what happens when I type "create dynamic cp" at the loading loop:

PHP код:
atmInfo[i][atmID] = cache_get_field_content_int(i"ID");
                
atmInfo[i][atmX] = cache_get_field_content_float(i"X");
                
atmInfo[i][atmY] = cache_get_field_content_float(i"Y");
                
atmInfo[i][atmZ] = cache_get_field_content_float(i"Z");
                
atmInfo[i][atmRX] = cache_get_field_content_float(i"RX");
                
atmInfo[i][atmRY] = cache_get_field_content_float(i"RY");
                
atmInfo[i][atmRZ] = cache_get_field_content_float(i"RZ");
                
atmInfo[i][atmInt] = cache_get_field_content_int(i"InteriorID");
                
atmInfo[i][atmWorld] = cache_get_field_content_int(i"WorldID");
                
/*Line 244*/ atmInfo[i][atmCP] = CreateDynamicCP(atmInfo[i][atmX], atmInfo[i][atmY], atmInfo[i][atmZ], 1.0atmInfo[i][atmWorld], atmInfo[i][atmInt], -115.0); 
Код:
C:\Program Files\MyServer\pawno\include\required/publics.inc(244) : warning 213: tag mismatch
C:\Program Files\MyServer\pawno\include\required/publics.inc(244) : warning 213: tag mismatch
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.



Re: [+REP] tag mismatch. - AIped - 19.02.2016

there could be a tag or comma to much or less in CreateDynamicCP


Re: [+REP] tag mismatch. - xTURBOx - 19.02.2016

Show the new atm [MaxPlayers][enum]
And the enum