02.05.2011, 17:45
[ame]http://www.youtube.com/watch?v=FmZkU3ACR4k[/ame]
I Already checked the virtual world and coordinates, and cant figure out the problem!I will post the Script:
Код:
}
else if(IsPlayerInRangeOfPoint(playerid, 1, 503.75,-11.70,1000.68))
{//Rap Room Entrance
PlayerInfo[playerid][pInteriorNr] = 1;
GameTextForPlayer(playerid, "~w~Rap Crew", 5000, 1);
SafeSetPlayerInterior(playerid, 13);
SafeSetPlayerPos(playerid,505.54,-13.75,1007.49);
SetPlayerFacingAngle(playerid, 0);
TogglePlayerControllable(playerid, 0);
SetTimerEx("Unfreezeply",1500,false,"i",playerid);
}
else if(IsPlayerInRangeOfPoint(playerid, 1, 505.54,-13.75,1007.49))
{//Rap Room Exit
PlayerInfo[playerid][pInteriorNr] = 0;
GameTextForPlayer(playerid, "~w~Alhambra", 5000, 1);
SafeSetPlayerInterior(playerid, 13);
SafeSetPlayerPos(playerid,503.75,-11.70,1000.68);
SetPlayerFacingAngle(playerid, 0);
TogglePlayerControllable(playerid, 0);
SetTimerEx("Unfreezeply",1500,false,"i",playerid);


