tolls only closing for player id 0
#5

No.

Code:
foreach(Player, playerid) // not is wrong.
pawn Code:
public Tolls()
{
    if(IsPlayerInRangeOfPoint(0, 2.0, 1651.2354736328, -43.643432617188, 36.139217376709))
    {
        MoveDynamicObject(toll1, 1651.2353515625, -43.642578125, 34.464115142822, 2.5);
        GivePlayerMoney(0, -5);
        GameTextForPlayer(0, "~y~THANK YOU~n~~r~$5", 30000, 3);
        SetTimerEx("Timer_TollsClose",5000,false,"i",0);            
    }
    return true;
}
Reply


Messages In This Thread
tolls only closing for player id 0 - by [LHT]Bally - 10.09.2011, 18:09
Respuesta: tolls only closing for player id 0 - by OPremium - 10.09.2011, 18:13
Re: tolls only closing for player id 0 - by Darnell - 10.09.2011, 18:16
Re: tolls only closing for player id 0 - by [LHT]Bally - 10.09.2011, 18:19
Re: tolls only closing for player id 0 - by [M]onsieur - 10.09.2011, 18:25

Forum Jump:


Users browsing this thread: 2 Guest(s)