/mask Error
#1

Код:
(4873) : warning 204: symbol is assigned a value that is never used: "otherfile"
(28129) : warning 219: local variable "idcar" shadows a variable at a preceding level
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
Quote:

4873 new rcmsg[80], acct[24], file[64],name[24],string[128],otherfile[64];

Quote:

28129 new idcar = GetPlayerVehicleID(playerid);

Reply
#2

EDIT
Reply
#3

Do you still need help?

Seems like you are not using "otherfile" after line 4873.
Also where else do you have idcar defined?
Reply
#4

The warning 'symbol is assigned a value that is never used.' means you created a variable, but never used it.
For example, if I ever created a 'new int;' in my script and left it there, it would return me this warning.
The second, shadows thingy means you already have a variable named 'idcar' previously in the script.
Reply
#5

Thanks a lot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)