SA-MP Forums Archive
Help, sry if i post in wrong section - 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, sry if i post in wrong section (/showthread.php?tid=503398)



Help, sry if i post in wrong section - Strider - 29.03.2014

i found some GM and recompile it with latest version of and when i start sampserver.exe i got this




i'm a beginner,trying to learn something, so i have no idea what to do to overcome this..
if somebody can help...


Re: Help, sry if i post in wrong section - TLN - 29.03.2014

Update your audio plugin.
https://sampforum.blast.hk/showthread.php?tid=82162


Re: Help, sry if i post in wrong section - Strider - 29.03.2014

i got this now
Quote:

C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3451) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3504) : error 017: undefined symbol "Audio_Seek"
C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3536) : error 017: undefined symbol "Audio_Seek"
C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3514) : warning 203: symbol is never used: "seek"
C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3566) : error 017: undefined symbol "Audio_Seek"
C:\Users\Desktop\dfsgdfg - Copy\h\gamemodes\VGRP.pwn(3545) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.




Re: Help, sry if i post in wrong section - Konstantinos - 29.03.2014

Simple searching: http://forum.sa-mp.com/showpost.php?...39&postcount=3


Re: Help, sry if i post in wrong section - Strider - 29.03.2014

Konstantinos, I've already tried it, i'm searching for solution about 5 days, and than i have only 1 warning, but in sampserver.exe it's still sayng

i'm a little confused about this


Re: Help, sry if i post in wrong section - Konstantinos - 29.03.2014

The gamemode clearly shows that you didn't. If you changed Audio_Seek to Audio_SetPosition, then it wouldn't give Audio_Seek as not registered function but it does so the gamemode still uses Audio_Seek.

Update both plugin and include to v0.5 and re-compile your gamemode and/or filterscripts (those which use audio). After done that, try again.


Re: Help, sry if i post in wrong section - Strider - 29.03.2014

I replaced Audio_Seek with Audio_SetPosition(again ), replaced plugins and includes, re-compiled, but i don't know what is the problem, i added picture in my previous reply.

There is a picture in my previous reply.

When i open gm and re-compile it, there is no error or warnings, everything is ok, i just don't know what it is..


Re: Help, sry if i post in wrong section - Abagail - 29.03.2014

Are you sure it's loading the re-compiled game-mode?


Re: Help, sry if i post in wrong section - Strider - 29.03.2014



I am still trying to figure out why.


Re: Help, sry if i post in wrong section - Emmet_ - 29.03.2014

You could try re-downloading the plugin here. If you don't plan on using the audio plugin, you should remove the audio code from the GM.