How to create interior enter code
#2

save the pos of the door from which a players enters to the interior,
the create a cmd
and check
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, Range, X,Y,Z);
{
    //Player is in range,
    //SetPlayerPos(playerid, X,Y,Z); // The pos of door in interior
}
Reply


Messages In This Thread
How to create interior enter code - by kingcrome - 26.10.2014, 14:31
Re: How to create interior enter code - by Rudy_ - 26.10.2014, 14:54

Forum Jump:


Users browsing this thread: 1 Guest(s)