10.12.2018, 18:51
Helllooo. I'v update to last version of compiler Zeex and i recived this errors:
aND I HAVE
Quote:
D:\scoala proiecte\My Work\gamemodes\xyz.pwn(22365) : warning 213: tag mismatch: expected tag none ("_"), but found "Float" D:\scoala proiecte\My Work\gamemodes\xyz.pwn(22366) : warning 213: tag mismatch: expected tag none ("_"), but found "Float" D:\scoala proiecte\My Work\gamemodes\xyz.pwn(22367) : warning 213: tag mismatch: expected tag none ("_"), but found "Float" D:\scoala proiecte\My Work\gamemodes\xyz.pwn(2236 : warning 213: tag mismatch: expected tag none ("_"), but found "Float" |
Quote:
forward LoadxSafes(); public LoadxSafes() { new rows = cache_num_rows(); new id, loaded; if(rows) { while(loaded < rows) { cache_get_field_content_int(loaded, "ID", id); cache_get_field_content_float(loaded, "X", xSafe[id][safe_Pos][0]); cache_get_field_content_float(loaded, "Y", xSafe[id][safe_Pos][1]); cache_get_field_content_float(loaded, "Z", xSafe[id][safe_Pos][2]); cache_get_field_content_float(loaded, "A", xSafe[id][safe_Pos][3]); xSafe[id][safe_Obj] = CreateObject(2332, xSafe[id][safe_Pos][0], xSafe[id][safe_Pos][1], xSafe[id][safe_Pos][2], 0.0, 0.0, xSafe[id][safe_Pos][3]); Iter_Add(xSafes, id); loaded++; } } printf("[xRobbery] %d kasa yuklendi.", loaded); return 1; } |
Quote:
new Floatafe_Pos[4]; |