SA-MP Forums Archive
help me - 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: help me (/showthread.php?tid=588892)



help me - mertcan123 - 13.09.2015

C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(2487 : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24879) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24880) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24881) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24882) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24883) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(24884) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25103) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25104) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25105) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25106) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25107) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(2510 : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25109) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25110) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25111) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25112) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25113) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25114) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25115) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25116) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25117) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(2511 : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25119) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25120) : error 017: undefined symbol "SetDynamicObjectMaterial"
C:\Users\Administrator\Desktop\samp-yeni\gamemodes\CG-RP1.pwn(25121) : error 017: undefined symbol "SetDynamicObjectMaterial"

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


26 Errors.

please help me


Re: help me - GodelZ - 13.09.2015

You can search

Please visit CTRL + F in pawno, and search SetDynamicObjectMaterial


Re: help me - X337 - 13.09.2015

Update your streamer include and recompile your script.
https://sampforum.blast.hk/showthread.php?tid=102865


Re : Re: help me - KillerDVX - 13.09.2015

Quote:
Originally Posted by GodelZ
Посмотреть сообщение
You can search

Please visit CTRL + F in pawno, and search SetDynamicObjectMaterial
Why would he do that while the pawno couldn't find any symbol with "SetDynamicObjectMaterial" ?

mertcan123, did you include streamer at top of your scripts ? If not, add this on top : #include <streamer>

- KillerDVX.