[Include] Error
#1

\pawno\include\G_ObjectsRot.inc(91) : error 004: function "OnObjectRotated" is not implemented

Whats the problem on the include??
Reply
#2

line else {oState[objectid] = 0;OnObjectRotated(objectid);}
Reply
#3

download the include again and replace it: https://sampforum.blast.hk/showthread.php?tid=151452
Reply
#4

dont work
Reply
#5

Just read the thread already!

Quote:
Originally Posted by Gantzyo
Посмотреть сообщение
  • How to install
    1. Add in top of your script:
    pawn Код:
    #include <G_ObjectsRot>
    2. Add in end of your script:
    pawn Код:
    public OnObjectRotated(objectid)
    {
        return 1;
    }
    public OnObjectStopRotate(objectid)
    {
        return 1;
    }
    public OnObjectStopBucle(objectid)
    {
        return 1;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)