25.02.2013, 04:23
Quote:
Код:
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; } |
(Thanks for helping btw)