05.11.2011, 19:03
pawn Код:
else if(IsPlayerInRangeOfPoint(playerid, 3.0, 1631.8547, -1172.5637, 24.0843))
{
//Loterica entrada
SetPlayerPos(playerid, 832.6270,7.2666,1004.1797);
GameTextForPlayer(playerid, "~w~Loterica BDE",5000,1);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerInterior(playerid,3);
SetPlayerFacingAngle(playerid, 0);
PlayerInfo[playerid][pInt] = 3;
return 1;
}
Se eu fosse vocк (Nгo й o Filme :P) eu trocaria todos os PlayerToPoint por IsPlayerInRangeOfPoint.