SA-MP Forums Archive
How I Can Solve This ERROR - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How I Can Solve This ERROR (/showthread.php?tid=357289)



How I Can Solve This ERROR - God'Z War - 06.07.2012

Hi Guys,
plz help me to solve this error
Код:
C:\Users\hp\Desktop\ system.pwn(32) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(36) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(40) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(44) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(48) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(52) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(56) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(60) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(64) : error 017: undefined symbol "SetPlayerAttachedObject"
C:\Users\hp\Desktop\ system.pwn(68) : error 017: undefined symbol "SetPlayerAttachedObject"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


10 Errors.



Re: How I Can Solve This ERROR - .FuneraL. - 06.07.2012

Includes Upgraded?


Re: How I Can Solve This ERROR - God'Z War - 06.07.2012

ya to 3e


Re: How I Can Solve This ERROR - God'Z War - 06.07.2012

Plz help


Re: How I Can Solve This ERROR - newbienoob - 06.07.2012

Where did you put SetPlayerAttachedObject?


Re: How I Can Solve This ERROR - God'Z War - 06.07.2012

what you mean?


Re: How I Can Solve This ERROR - SA-MPDrifter - 06.07.2012

Look are you running the PAWNO compiler as an administrator? Because the exact same thing happened to me, since I upgraded to 0.3e I was having tons of errors. After I ran the application as a default user the program compiled as it should, try this and then report back to here. This was one of the errors I was getting before I fixed it.


Re: How I Can Solve This ERROR - jaami - 06.07.2012

Search for the word SetPlayerAttachedObject, maybe remove it if you dont use it.


Re: How I Can Solve This ERROR - coole210 - 06.07.2012

Upgrade your server version to 0.3e, open the pawno program for 0.3e, open your script, then compile it again.


Re: How I Can Solve This ERROR - God'Z War - 07.07.2012

when i run as administrator i got this error
Quote:

C:\Users\hp\Desktop\ system.pwn(33) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(37) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(41) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(45) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(49) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(53) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(57) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(61) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(65) : error 001: expected token: ";", but found "}"
C:\Users\hp\Desktop\ system.pwn(69) : error 001: expected token: ";", but found "}"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


10 Errors.