18.03.2017, 12:37
i get these warnings -
here are the lines
2765 -
13273 -
13300 -
How'd i fix this? I just updated 0.3z to 0.3.7 and this error came up from nowhere. +rep for helper
Код:
C:\coc\folder\server 0.3.7\gamemodes\blank.pwn(2765) : warning 202: number of arguments does not match definition C:\coc\folder\server 0.3.7\gamemodes\blank.pwn(13273) : warning 202: number of arguments does not match definition C:\coc\folder\server 0.3.7\gamemodes\blank.pwn(13300) : warning 202: number of arguments does not match definition
2765 -
Код:
Objects_[0][i] = CreateDynamicObject( 1649, gCoords[i][0], gCoords[i][1], gCoords[i][2], -90.000000, 0.000000, 0.000000, -1, -1, -1, 150.0, 150.0 );
Код:
hInfo[houseid][hMapIcon] = CreateDynamicMapIcon(hInfo[houseid][hPickupP][0], hInfo[houseid][hPickupP][1], hInfo[houseid][hPickupP][2], SALE_ICON, -1, 0, 0, -1, STREAM_DISTANCES, MAPICON_LOCAL);
Код:
hInfo[houseid][hMapIcon] = CreateDynamicMapIcon(hInfo[houseid][hPickupP][0], hInfo[houseid][hPickupP][1], hInfo[houseid][hPickupP][2], NOTSALE_ICON, -1, 0, 0, -1, STREAM_DISTANCES, MAPICON_LOCAL);