20.06.2009, 17:22
I created IsPlayerInArea code in OnPlayerSpawn. But my code not work. Where is the problem ? ![confused](images/smilies/confused.gif)
![confused](images/smilies/confused.gif)
pawn Код:
if(IsPlayerInArea(playerid,-2748.932686806969,-2814.4508055210663,-2366.9854147571964,-2722.3874149799476) == 1)
{
SetPlayerPos(playerid,-2203.3171,-2771.0288,35.5669);
SetPlayerFacingAngle(playerid,75.0368);
SendPlayerFormattedText(playerid, "Tatil alanına girebilmek iзin bilet almalısınız.", 0);
}