10.07.2010, 04:27
How To Make /invite For My House Script?
I Want /invite id to give house keys,I Have /clearkeys
I Want /invite id to give house keys,I Have /clearkeys
return 0; } if (strcmp("/clearkeys", cmdtext, true, 10) == 0) { if(InHouse[playerid] == -1 || House[playerid] != InHouse[playerid]) return SendClientMessage(playerid, 0xF60000AA, "You are not in a house that you own"); new File[100]; format(File, sizeof(File), "HouseKeys/%s.ini", HouseInfo[InHouse[playerid]][HouseNames]); fremove(File); return 1; }