07.10.2011, 21:39
Line 102 is :
line 148 is :
and line 150 is :
Code:
if(HInfo[i][Owned] == 1 && strcmp(pName,HInfo[i][Owner] != 0) return SendClientMessage(playerid,-1,"You aren't the owner of this house!");//Checking if the house is owned but the owners name is different
Code:
SetPlayerPos(HInfo[i][XPos]+3,HInfo[i][YPos],HInfo[i][ZPos]);//Setting the players position to checkpoint position +3
Code:
SetPlayerVirtualWorld(playerid, GetPVarInt(playerid,"PlayerVirtualWorldHouse");//Setting the players virtual world to the one we stored.


