11.07.2012, 09:40
Just add
Change 'ADD WHATEVER IS REQUIRED HERE' to whatever you need to make it fit and match the definition.
pawn Код:
public OnObjectRotated(ADD WHATEVER IS REQUIRED HERE) //public OnObjectRotated(objectid)
{
return 1;
}

