leon Posted January 22, 2011 Posted January 22, 2011 Cum pot rezolva aceste Warnings ? ???1. pawno\include\JunkBuster.inc(3155) : warning 201: redefinition of constant/macro (symbol "OnPlayerCommandText") 2. (96) : warning 201: redefinition of constant/macro (symbol "dcmd(%1,%2,%3)") 3. (21271) : warning 219: local variable "i" shadows a variable at a preceding level
IstuntmanI Posted January 22, 2011 Posted January 22, 2011 1.Mai ai odata OnPlayerCommandText, cel din GM, scoate-l din include si baga-l in GM, ce e sub OnPlayerCommandText.2.Ai mai definit odata dcmd, sterge pe una dintre ele.3.Banuiesc ca estefor(new i;i<MAX_PLAYERS;i++) daca da, inlocuiesti cu: i = 0; for(i;i<MAX_PLAYERS;i++)Dar mai bine posteaza liniile 21270 - 21280 ca sa nu fie probleme pe viitor.
Question
leon
Cum pot rezolva aceste Warnings ? ???
1 answer to this question
Recommended Posts