EditObject(playerid, object) problem
#3

pawn Код:
public OnPlayerEditObject(playerid, playerobject, objectid, response, Float:fX, Float:fY, Float:fZ, Float:fRotX, Float:fRotY, Float:fRotZ)
{
    if(response == EDIT_RESPONSE_FINAL)
    {
        MoveObject(objectid, fX, fY, fZ, 10.0, fRotX, fRotY, fRotZ);
    }
    return 1;
}
@Matz, EditObject was a function that was added in 0.3e.
https://sampwiki.blast.hk/wiki/OnPlayerEditObject
Reply


Messages In This Thread
EditObject(playerid, object) problem - by BoBiTzaa - 18.07.2012, 12:14
Re: EditObject(playerid, object) problem - by Matz - 18.07.2012, 13:11
Re: EditObject(playerid, object) problem - by clarencecuzz - 18.07.2012, 13:12
Re: EditObject(playerid, object) problem - by Matz - 18.07.2012, 13:20
Re: EditObject(playerid, object) problem - by BoBiTzaa - 18.07.2012, 14:47

Forum Jump:


Users browsing this thread: 1 Guest(s)