[HELP]How to fix this error
#1

How can i fix this error G_ObjectsRot.inc(91) : error 004: function "OnObjectRotated" is not implemented

I just put this include,cause I need that include for my script.But this happens to me first time.How to fix that ? .
Reply
#2

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

that include has the problem :S try getting a new version of the include or you need to fix the include like a script
Reply
#4

Ty for help.It works.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)