04.04.2014, 22:26
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(894 : warning 202: number of arguments does not match definition
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(894 : warning 202: number of arguments does not match definition
full code
D:\Mбtй kйpei\RPG\26febrmof\icerpg.pwn(894 : warning 202: number of arguments does not match definition
Код:
ShowPlayerDialog(i, DIALOG_HOUSEM, DIALOG_STYLE_LIST, "Ice utca %d | Tulaj:(%d)","Belйp\nLabor\nInformбciу", "OK", "Mйgsem",h,HouseInfo[h][hOwner]);
Код:
for(new h = 0; h < sizeof(HouseInfo); h++) { if(HouseInfo[h][Van] != 1) continue; if(PlayerToPoint(1.0, i, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez])) { if(HouseInfo[h][hOwned] == 1) { if(HouseInfo[h][hRentabil] == 0) ShowPlayerDialog(i, DIALOG_HOUSEM, DIALOG_STYLE_LIST, "Ice utca %d | Tulaj:(%d)","Belйp\nLabor\nInformбciу", "OK", "Mйgsem",h,HouseInfo[h][hOwner]); oks = 1; break; }