25.02.2013, 04:14
Код:
stock IsHouseOwner(playerid, h) { new szName[32]; GetPlayerName(playerid, szName, 32); if(!strcmp(HouseInfo[h][h_Owner], szName)) return SendClientMessage(playerid, COLOR_GREY, "{D10D0D}[ERROR]: {FFFFFF}You are not the owner of this house."); return 1; }