Dialog Help
#4

Let's break down these warnings for you

pawn Код:
warning 204: symbol is assigned a value that is never used: "ammocharge"
 warning 204: symbol is assigned a value that is never used: "guncharge"
 warning 204: symbol is assigned a value that is never used: "gun"
Okay so I'll examine the first one.
pawn Код:
warning 204: symbol is assigned a value that is never used: "ammocharge"
We first can establish, it is a warning from:
PHP код:
 warning 204
We can then realize it's telling us something about a SYMBOL(Unknown currently) is assigned a value, but it's not used from this;
PHP код:
 symbol is assigned a value that is never used 
If we look even closer, we can see it is caused by..?
PHP код:
"ammocharge" 
In simple term: Your "ammocharge", "guncharge" and "gun" variables are doing nothing.

NOTE: I used PHP tags to make it stand out more.
Reply


Messages In This Thread
Dialog Help - by Akcent_Voltaj - 03.08.2012, 23:26
Re: Dialog Help - by TaLhA XIV - 03.08.2012, 23:29
Re: Dialog Help - by Akcent_Voltaj - 03.08.2012, 23:32
Re: Dialog Help - by A7X_CEEJAY - 03.08.2012, 23:34
Re: Dialog Help - by Akcent_Voltaj - 03.08.2012, 23:35
Re: Dialog Help - by A7X_CEEJAY - 03.08.2012, 23:36
Re: Dialog Help - by milanosie - 03.08.2012, 23:39
Re: Dialog Help - by TaLhA XIV - 03.08.2012, 23:40
Re: Dialog Help - by Akcent_Voltaj - 04.08.2012, 00:29
Re: Dialog Help - by Devilxz97 - 04.08.2012, 00:34

Forum Jump:


Users browsing this thread: 1 Guest(s)