Help :S
#6

THIS should help.
Now, we all thank you for your very professional title, as "Help :S" ovbiously tells us you want to make a teleport so that when someone walks into the area it teleports them.
Maybe a more professional title would be "Teleporting by Area".
But okay. I Guess. I will give you a little boost:

pawn Код:
public Check()
{
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerInRangeOfPoint(i, 2/*this is the range*/, x, y, z/*Coordinates here*/))
        {
            SetPlayerInterior(playerid, /*the interior you want*/);
            SetPlayerPos(playerid, /*Coordinates you want*/);
        }
    }
    return 1;
}

public OnGameModeInit()
{
    SetTimer("Check", 1000, true);
    return 1;
}
Good Day,

6d
Reply


Messages In This Thread
Help :S - by <Weponz> - 15.11.2010, 20:32
Re: Help :S - by Cameltoe - 15.11.2010, 20:33
Re: Help :S - by <Weponz> - 15.11.2010, 20:37
Re: Help :S - by Cameltoe - 15.11.2010, 20:42
Re: Help :S - by <Weponz> - 15.11.2010, 21:16
Re: Help :S - by 6d - 15.11.2010, 21:45
Respuesta: Help :S - by AnGeeeL - 15.11.2010, 22:16

Forum Jump:


Users browsing this thread: 1 Guest(s)