Jump to content
  • 0

Ajutor!


bengosu2010

Question

Am modificat un GM in Pawno si cand dau Compile uita-ti ce scrie:

D:\Adi\realy-zone\gamemodes\eGamer.pwn(2882) : error 010: invalid function or declaration

D:\Adi\realy-zone\gamemodes\eGamer.pwn(2887) : error 017: undefined symbol "IsPlayerAttachedObjectSlotUsed"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(2887) : error 017: undefined symbol "RemovePlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(2888) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(2885) : warning 203: symbol is never used: "playerid"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(4198) : warning 202: number of arguments does not match definition

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8352) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8353) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8354) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8355) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8356) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8357) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8358) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8359) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8360) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8361) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8362) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8363) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8364) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8365) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8366) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8367) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8368) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8369) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8370) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8371) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8372) : error 017: undefined symbol "SetPlayerAttachedObject"

D:\Adi\realy-zone\gamemodes\eGamer.pwn(8373) : error 017: undefined symbol "SetPlayerAttachedObject"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

26 Errors.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Ai astea ?

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

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.