Just read the thread already!
Quote:
Originally Posted by Gantzyo
- How to install
1. Add in top of your script:
2. Add in end of your script:
pawn Код:
public OnObjectRotated(objectid) { return 1; } public OnObjectStopRotate(objectid) { return 1; } public OnObjectStopBucle(objectid) { return 1; }
|