30.08.2015, 17:41
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!
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 i = 0; i < sizeof(HouseInfo); i++)
{
if(PlayerToPoint(50, playerid, HouseInfo[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(playerid, COLOR_WHITE, "Nu poti pune un casetofon in raza unei case daca nu esti tu propietarul acesteia.");
}