[+REP] tag mismatch.
#1

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.
Reply
#2

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)