Help with these warnings
#1

Hi, Im still new to scripting I need some help fixing this

(6314) : warning 203: symbol is never used: "seek"
(6345) : warning 203: symbol is never used: "seek"
(105393) : warning 203: symbol is never used: "Players

What is at the line:
SendAudioToRange(audioid, volume, seek, Float, Float:y, Float:z, Float:range)

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

at line 105393 is just this }
Reply
#2

You clearly aren't using the parameters 'seek', or 'Players'.
Reply
#3

becouse ur using Seek and players and its ur 1st time u using them on that script it says this.
This warning will do nothing
Reply
#4

There aren't warning it just showing that your variable Players, seek, seek aren't being used. either comment them if you will use them later or delete them if you don't want them, or use them anywhere like.

pawn Код:
if(seek == 0)
{
// leave blank to get rid of that warn
}
Put that code anywhere ^.^
Reply
#5

Delete the symbols and you're done.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)