SA-MP Forums Archive
help me please :( - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: help me please :( (/showthread.php?tid=383644)



help me please :( - puetralambart - 08.10.2012

Код:
 
C:\Users\Toshiba\Desktop\NO-RP\gamemodes\XO-RP.pwn(215) : warning 201: redefinition of constant/macro (symbol "MAX_MODS")
C:\Users\Toshiba\Desktop\NO-RP\gamemodes\XO-RP.pwn(3815) : warning 235: public function lacks forward declaration (symbol "Audio_OnSetPack")
C:\Users\Toshiba\Desktop\NO-RP\gamemodes\XO-RP.pwn(3878) : warning 203: symbol is never used: "seek"
C:\Users\Toshiba\Desktop\NO-RP\gamemodes\XO-RP.pwn(3909) : warning 203: symbol is never used: "seek"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Warnings.



Re: help me please :( - Ghost_Boii - 08.10.2012

Show us The Error And Warning Line


Re: help me please :( - puetralambart - 08.10.2012

215 . #define MAX_MODS 15

3815-3816 . public Audio_OnSetPack(audiopack[])
{

3878. SendAudioToRange(audioid, volume, seek, Float, Float:y, Float:z, Float:range)
{

3909. stock SendAudioURLToRange(url[], volume, seek, Float, Float:y, Float:z, Float:range)
{


Re: help me please :( - shaniyal - 08.10.2012

Show the lines.
EDIT:later msg didnt saw.


Re: help me please :( - Roel - 08.10.2012

215 . #define MAX_MODS 15 You already defined this somewhere. Use CTRL+F

3815-3816 . public Audio_OnSetPack(audiopack[]) You didn't forward this public
{

3878. SendAudioToRange(audioid, volume, seek, Float, Float:y, Float:z, Float:range) You didn't use seek in this public
{

3909. stock SendAudioURLToRange(url[], volume, seek, Float, Float:y, Float:z, Float:range) You didn't use seek in this public
{


Re: help me please :( - puetralambart - 08.10.2012

thanks for all


Re: help me please :( - linuxthefish - 08.10.2012

Please use the CODE or PAWN tags if they are working.


Re: help me please :( - puetralambart - 08.10.2012

sorry,
when I validate as you give
increasingly becoming much error