[HELP]Cop-Tools errors.. +1 Rep
#1

C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(45) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(45) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(46) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(46) : error 017: undefined symbol "RemovePlayerAttachedObject"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(43) : warning 203: symbol is never used: "playerid"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(43 -- 51) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"
C:\Users\Oscar\Desktop\OscarsTestingGM\pawno\inclu de\cop-tools.inc(43 -- 51) : fatal error 107: too many error messages on one line

I dont have a clue how to fix these..

How do i define these..
Reply
#2

they proble will all be in a include. since they anit standard samp code.
Reply
#3

Erm, still cant fix..
Reply
#4

/bump.. anyone?
Reply
#5

Hmm, how about try this
pawn Код:
#define IsPlayerHoldingObject(%1) IsPlayerAttachedObjectSlotUsed(%1,MAX_PLAYER_ATTACHED_OBJECTS-1)
Reply
#6

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
#7

did you include it?
if not
  • Download cop tools
  • Put it in pawno > includes
  • add this
[pawn]
#include <CopTools>
hope it works
Reply
#8

Fixed it", Thank you very much all of you

Rep'd
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)