20.01.2018, 17:12
Quote:
Hey im not that advanced in pawno and i dont know how to solve this 2 simple errors, can someone help me out? they are just 2.
Код:
./includes/dynamic/points.pwn(524) : error 001: expected token: "-string end-", but found "-identifier-" ./includes/perks/backpack.pwn(573) : warning 219: local variable "slot" shadows a variable at a preceding level ./includes/perks/backpack.pwn(573) : error 021: symbol already defined: "weapname" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. |
Change "slot" to for example "slot9" and change all "slot" bottom of line 573 to "slot9"
And Removeing weapname ?