How To Make /invite For My House Script?
#1

How To Make /invite For My House Script?

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

Show us what the ClearKeys doing.
Reply
#3

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;
    }
Reply
#4

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)