Jump to content
  • 0

Am si eu o problema!


Septy

Question

Salut!Dupa cum spune si titlul topicului, am si eu o problema.Atunci and vreau sa compilez un gm imi da erorile astea:

[pawn]E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(43) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(51) : error 017: undefined symbol "RemovePlayerAttachedObject"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(52) : error 017: undefined symbol "SetPlayerAttachedObject"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(49) : warning 203: symbol is never used: "playerid"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(49 -- 57) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(57) : error 017: undefined symbol "RemovePlayerAttachedObject"

E:\Documents and Settings\Administrator\Desktop\RoYalGaming\pawno\include\cop-tools.inc(57) : fatal error 107: too many error messages on one line[/pawn]

Cum le pot rezolva?Sau de unde pot lua includeurile bune?

Respecta si vei fi respectat!

-----------------------------------

YM!:septy.icf17

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

Pune astea sus in 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)[/pawn]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.