#1

I did a system of cassette but I did a little protection but besides that I see that it rarely works.
So this protection if you're near a home check to see if it's yours or not. If she lets you put your tape deck and if not you send a message.
Not working. help me please!

PHP код:
        for(new 0<  sizeof(HouseInfo); i++)
        {
            if(
PlayerToPoint(50playeridHouseInfo[i][hExitx], HouseInfo[i][hExity], HouseInfo[i][hExitz]))
            {
                
InRangeHouse[playerid] = 1;
                if(
PlayerInfo[playerid][pHouseKey] == i)
                {
                    
HouseID[playerid] = i;
                }
            }
        }
        if(
InRangeHouse[playerid] == 1)
        {
            if(
PlayerInfo[playerid][pHouseKey] == HouseID[playerid]) { }
            else return 
SendClientMessage(playeridCOLOR_WHITE"Nu poti pune un casetofon in raza unei case daca nu esti tu propietarul acesteia.");
        } 
Reply


Messages In This Thread
Help - by Edw - 30.08.2015, 17:41
Re: Help - by Edw - 30.08.2015, 21:44
Re: Help - by CodeStyle175 - 30.08.2015, 22:08
Re: Help - by Edw - 30.08.2015, 22:25
Re: Help - by CodeStyle175 - 30.08.2015, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)