[FilterScript] Ingame player holding object editor.
#21

good 99999999999999999999/9999999999999999999
Reply
#22

Hilarious filterscript!
Reply
#23

Код:
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?
Reply
#24

Код:
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?
Reply
#25

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

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)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)