Help :S
#7

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;
}
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)