SA-MP Forums Archive
6 Errors - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: 6 Errors (/showthread.php?tid=259263)



6 Errors - AcTopNN - 03.06.2011

Well, please remove this thread, I know how to work with pawno now. please remove it.


Re: 6 Errors - AcTopNN - 03.06.2011

Dump,helpMe..


Re: 6 Errors - Vince - 03.06.2011

Update includes.


Re: 6 Errors - sleepysnowflake - 03.06.2011

Actually it's the problem of the FS he is using.I had the same problem... Check on the page 5/6 or sometinhg. A guy had a solution.


Re: 6 Errors - Laronic - 03.06.2011

Add these lines in top of your script
pawn Код:
#define SetPlayerHoldingObject(%1,%2,%3,%4,%5,%6,%7,%8,%9) SetPlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1,%2,%3,%4,%5,%6,%7,%8,%9)
#define StopPlayerHoldingObject(%1) RemovePlayerAttachedObject(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)



Re: 6 Errors - AcTopNN - 04.06.2011

@CyberGhost
Ty!!
It works,thanks you