10.12.2011, 16:55
Quote:
if(IsPlayerInRangeOfPoint(playerid, 5.0, FactionIntX[factionid],FactionIntY[factionid],FactionIntZ[factionid]))
|
A solution could be to use VirtualWorld same as the house id. So at the enter command add something like SetPlayerVirtualWorld(playerid, houseid); and at the exit change the if with if(GetPlayerVirtualWorld(playerid) == houseid)