help me please :(
#1

Код:
 
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.
Reply
#2

Show us The Error And Warning Line
Reply
#3

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)
{
Reply
#4

Show the lines.
EDIT:later msg didnt saw.
Reply
#5

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
{
Reply
#6

thanks for all
Reply
#7

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)