MoveObject more times
#3

But the function called must be public...
since i want the player to be on the moving object, i did this

pawn Код:
public OnObjectMoved(objectid)
{
    if(IsPlayerInRangeOfPoint(playerid,10,994.28308105469, 1051.5045166016, 50.0))
    {
    MoveObject(obj,971.3954,2968.8677,110.6146, 75.00);
    }
    if(IsPlayerInRangeOfPoint(playerid,10,971.3954,2968.8677,110.6146))
    {
    MoveObject(obj,-3046.0269,3009.7258,110.6146,75.00);
    }
    return 1;
}

But

pwn(271) : error 017: undefined symbol "playerid"
pwn(275) : error 017: undefined symbol "playerid"
Reply


Messages In This Thread
MoveObject more times - by Freddy Z - 02.04.2010, 20:52
Re: MoveObject more times - by mysql - 02.04.2010, 21:16
Re: MoveObject more times - by Freddy Z - 03.04.2010, 12:56
Re: MoveObject more times - by bajskorv123 - 03.04.2010, 13:09
Re: MoveObject more times - by Freddy Z - 03.04.2010, 20:18
Re: MoveObject more times - by Crezy-Boy - 03.04.2010, 20:24
Re: MoveObject more times - by Freddy Z - 07.04.2010, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)