need help!
#1

when i enter a property!cmd /enter but i can not enter ! why
Quote:

for(new i = 0; i < sizeof(HouseInfo); i++)
{
if (PlayerToPoint(3, playerid,HouseInfo[i][hEntrancex], HouseInfo[i][hEntrancey], HouseInfo[i][hEntrancez]))
{
//printf("Found House :%d",i);
if(PlayerInfo[playerid][pPhousekey] == i || HouseInfo[i][hLock] == 0||IsACop(i))
{
SetPlayerInterior(playerid,HouseInfo[i][hInt]);
SetPlayerVirtualWorld(playerid,HouseInfo[i][hWorld]);
SetPlayerPos(playerid,HouseInfo[i][hExitx],HouseInfo[i][hExity],HouseInfo[i][hExitz]);
GameTextForPlayer(playerid, "~w~Welcome Home", 5000, 1);
PlayerInfo[playerid][pInt] = HouseInfo[i][hInt];
PlayerInfo[playerid][pLocal] = i;
}
else
{
GameTextForPlayer(playerid, "~r~Locked", 5000, 1);
}
}
}

Reply


Messages In This Thread
need help! - by yqyq007 - 01.02.2010, 13:31
Re: need help! - by yqyq007 - 01.02.2010, 13:32
Re: need help! - by John Rockie - 01.02.2010, 13:34
Re: need help! - by yqyq007 - 01.02.2010, 13:36
Re: need help! - by John Rockie - 01.02.2010, 13:38
Re: need help! - by yqyq007 - 01.02.2010, 13:45
Re: need help! - by John Rockie - 01.02.2010, 14:04
Re: need help! - by yqyq007 - 01.02.2010, 14:09
Re: need help! - by John Rockie - 01.02.2010, 14:10
Re: need help! - by yqyq007 - 01.02.2010, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)