A problem with PlayerToPoint
#14

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/enter", true) == 0) // BANK
    {
        if(IsPlayerInRangeOfPoint(playerid, 6.0, 1462.3953,-1011.4509,26.8438))
        {
            SetPlayerPos(playerid, 2305.1880,-16.1371,26.7422,278.6509);
        }
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
A problem with PlayerToPoint - by Jay420 - 23.02.2010, 10:29
Re: A problem with PlayerToPoint - by [WSM]Deadly_Evil - 23.02.2010, 10:30
Re: A problem with PlayerToPoint - by Jay420 - 23.02.2010, 10:31
Re: A problem with PlayerToPoint - by VonLeeuwen - 23.02.2010, 10:33
Re: A problem with PlayerToPoint - by Jay420 - 23.02.2010, 10:39
Re: A problem with PlayerToPoint - by Torran - 23.02.2010, 10:41
Re: A problem with PlayerToPoint - by VonLeeuwen - 23.02.2010, 10:46
Re: A problem with PlayerToPoint - by Torran - 23.02.2010, 10:47
Re: A problem with PlayerToPoint - by Jay420 - 23.02.2010, 10:51
Re: A problem with PlayerToPoint - by VonLeeuwen - 23.02.2010, 11:12
Re: A problem with PlayerToPoint - by Torran - 23.02.2010, 11:15
Re: A problem with PlayerToPoint - by MenaceX^ - 23.02.2010, 11:17
Re: A problem with PlayerToPoint - by VonLeeuwen - 23.02.2010, 11:30
Re: A problem with PlayerToPoint - by dice7 - 23.02.2010, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)