19.02.2016, 10:27
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.0, atmInfo[i][atmWorld], atmInfo[i][atmInt], -1, 15.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.