SA-MP Forums Archive
[FilterScript] Ingame player holding object editor. - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Ingame player holding object editor. (/showthread.php?tid=170848)

Pages: 1 2


Re: Ingame player holding object editor. - [HITAMN]Deepak - 03.10.2010

good 99999999999999999999/9999999999999999999


Re: Ingame player holding object editor. - Jaxson - 31.10.2010

Hilarious filterscript!


Re: Ingame player holding object editor. - Cenation - 09.04.2011

Код:
E:\samp03csvr_win32\filterscripts\oeed.pwn(74) : error 017: undefined symbol "SetPlayerHoldingObject"
E:\samp03csvr_win32\filterscripts\oeed.pwn(125) : error 017: undefined symbol "StopPlayerHoldingObject"
E:\samp03csvr_win32\filterscripts\oeed.pwn(142) : error 017: undefined symbol "SetPlayerHoldingObject"
E:\samp03csvr_win32\filterscripts\oeed.pwn(156) : error 017: undefined symbol "SetPlayerHoldingObject"
E:\samp03csvr_win32\filterscripts\oeed.pwn(215) : error 021: symbol already defined: "sscanf"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
how to fix it?


Re: Ingame player holding object editor. - Skidmarks - 23.05.2011

Код:
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(74) : error 017: undefined symbol "SetPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(125) : error 017: undefined symbol "StopPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(142) : error 017: undefined symbol "SetPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(156) : error 017: undefined symbol "SetPlayerHoldingObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Yo, I got SSCANF2 and i got ZCMD .. But this thing is going on about some voodoo that dont work lol, Anyone know whats up with it yo?


Re: Ingame player holding object editor. - AlternativeDC - 23.05.2011

Great work Man! WoW!!
10/10 gived you!!!!!!!!!!
Nice best fs today ; xD!


Re : Re: Ingame player holding object editor. - Naruto_Emilio - 23.05.2011

Quote:
Originally Posted by Skidmarks
Посмотреть сообщение
Код:
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(74) : error 017: undefined symbol "SetPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(125) : error 017: undefined symbol "StopPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(142) : error 017: undefined symbol "SetPlayerHoldingObject"
C:\Documents and Settings\blueman\Desktop\Stuntworld Database\filterscripts\aoe.pwn(156) : error 017: undefined symbol "SetPlayerHoldingObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Yo, I got SSCANF2 and i got ZCMD .. But this thing is going on about some voodoo that dont work lol, Anyone know whats up with it yo?
Download the new samp server package
Or add this on the 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)