Moving gates
#1

pawn Код:
forward gate();
public gate()
{
    new mygate_status2;
    for(new i;i<MAX_PLAYERS;i++)
    {
        if(!IsPlayerConnected(i)) continue;
        if(IsPlayerInRangeOfPoint(i,10.0,1800.99133301,695.87310791,15.11301613))mygate_status2=1;

    }
    if(mygate_status2)MoveObject(mygate2, 1800.99133301,695.87310791,10.11301613,3);
    else MoveObject(mygate2, 1800.99133301,695.87310791,15.11301613, 3);
}
I want that it gets 30 dollar if he passes but how? :S
Reply


Messages In This Thread
Moving gates - by thimo - 23.01.2011, 12:00
Re: Moving gates - by Not available - 23.01.2011, 12:01
Re: Moving gates - by thimo - 23.01.2011, 12:02
Re: Moving gates - by thimo - 23.01.2011, 12:22
Re: Moving gates - by Not available - 23.01.2011, 12:43
Re: Moving gates - by Kwarde - 23.01.2011, 12:51
Re: Moving gates - by thimo - 23.01.2011, 14:42

Forum Jump:


Users browsing this thread: 1 Guest(s)