Checkpoint Entering Interior Problem
#2

PHP код:
// Uses ZCMD/YCMD

CMD:enter(playeridparams[])
{
    if(
IsPlayerInRangeOfPoint(playerid3.0xyz)) // replace x y z with the coordinates of the entrance
    
{
        
SetPlayerInterior(playerid11);
        
SetPlayerPos(playerid502.2838, -70.2034998.7578);
        
SetPlayerFacingAngle(playerid181.8469);
        
SendClientMessage(playerid, -1"You have entered the building.");
    }
    else
    {
        
SendClientMessage(playerid, -1"You cannot enter anything here.");
    }
    return 
1;

Reply


Messages In This Thread
Checkpoint Entering Interior Problem - by Charalambos26 - 24.05.2015, 15:50
Re: Checkpoint Entering Interior Problem - by Sellize - 24.05.2015, 15:56
Re: Checkpoint Entering Interior Problem - by Charalambos26 - 24.05.2015, 15:58
Re: Checkpoint Entering Interior Problem - by Sellize - 24.05.2015, 16:10
Re: Checkpoint Entering Interior Problem - by Vince - 24.05.2015, 16:21
Re: Checkpoint Entering Interior Problem - by Charalambos26 - 24.05.2015, 16:29
Re: Checkpoint Entering Interior Problem - by Charalambos26 - 24.05.2015, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)