[Include] Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Include] Error (
/showthread.php?tid=423441)
[Include] Error -
Gold_Master - 17.03.2013
\pawno\include\G_ObjectsRot.inc(91) : error 004: function "OnObjectRotated" is not implemented
Whats the problem on the include??
Re: [Include] Error -
Gold_Master - 17.03.2013
line else {oState[objectid] = 0;OnObjectRotated(objectid);}
Re: [Include] Error -
kamzaf - 17.03.2013
download the include again and replace it:
https://sampforum.blast.hk/showthread.php?tid=151452
Re: [Include] Error -
Gold_Master - 17.03.2013
dont work
Re: [Include] Error -
Vince - 17.03.2013
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; }
|