WARNING IN COMPILER LAST
#1

Helllooo. I'v update to last version of compiler Zeex and i recived this errors:

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;
}

aND I HAVE
Quote:

new Floatafe_Pos[4];

Reply


Messages In This Thread
WARNING IN COMPILER LAST - by Belengher - 10.12.2018, 18:51
Re: WARNING IN COMPILER LAST - by NaS - 10.12.2018, 18:57
Re: WARNING IN COMPILER LAST - by Belengher - 10.12.2018, 19:06
Re: WARNING IN COMPILER LAST - by Mobtiesgangsa - 10.12.2018, 22:25
Re: WARNING IN COMPILER LAST - by Kane - 10.12.2018, 23:29
Re: WARNING IN COMPILER LAST - by Belengher - 11.12.2018, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)