30.12.2013, 16:58
pawn Код:
enum hhInfo
{
hOwner[128], //HouseInfo[house][hOwner],HouseInfo[house][hPrice],HouseInfo[house][hLock],HouseInfo[house][hRentable]);
hPrice,
hLock,
hRentable,
}
pawn Код:
if(house != 1000)
{
format(string, sizeof(string),"(Property): Owner:[%s] Value:[%d] Locked:[%d] Rentable:[%d]", HouseInfo[hhInfo][hOwner],HouseInfo[hhInfo][hPrice],HouseInfo[hhInfo][hLock],HouseInfo[house][hRentable]);
SendClientMessage(playerid,statscolor2,string);
}
pawn Код:
C:\Users\Jim\Desktop\SA-MP\gamemodes\PR-RP.pwn(17627) : warning 203: symbol is never used: "CreateCurrentPageTextDraw"
C:\Users\Jim\Desktop\SA-MP\gamemodes\PR-RP.pwn(17627) : warning 203: symbol is never used: "CreateFurnitureSelectionMenu"
C:\Users\Jim\Desktop\SA-MP\gamemodes\PR-RP.pwn(17627) : warning 203: symbol is never used: "CreatePlayerBackgroundTextDraw"
C:\Users\Jim\Desktop\SA-MP\gamemodes\PR-RP.pwn(17627) : warning 203: symbol is never used: "CreatePlayerDialogButton"
C:\Users\Jim\Desktop\SA-MP\gamemodes\PR-RP.pwn(17627) : warning 203: symbol is never used: "CreatePlayerHeaderTextDraw"