SA-MP Forums Archive
How To Make /invite For My House Script? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How To Make /invite For My House Script? (/showthread.php?tid=158488)



How To Make /invite For My House Script? - [Weponz] - 10.07.2010

How To Make /invite For My House Script?

I Want /invite id to give house keys,I Have /clearkeys


Re: How To Make /invite For My House Script? - sTreTcheD - 10.07.2010

Show us what the ClearKeys doing.


Re: How To Make /invite For My House Script? - [Weponz] - 10.07.2010

Quote:
Originally Posted by sTreTcheD
Посмотреть сообщение
Show us what the ClearKeys doing.
Код:
  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;
    }



Re: How To Make /invite For My House Script? - sTreTcheD - 10.07.2010

Blaah... Not helping...
I have to see how the content of the file is managed.


Re: How To Make /invite For My House Script? - [Weponz] - 10.07.2010

Quote:
Originally Posted by sTreTcheD
Посмотреть сообщение
Blaah... Not helping...
I have to see how the content of the file is managed.
PM Me ur MSN I Send Script