04.02.2015, 19:07
When i compile CG-RP1.pwn i get these :
Line 29116 :
Line 63683 :
Line 104305:
Line 104450:
how to fix these errors ?
Код:
CGRP\gamemodes\CG-RP1.pwn(29116) : warning 206: redundant test: constant expression is non-zero
Код:
if(USE_TEXTDRAW_SET == 2)
Код:
CGRP\gamemodes\CG-RP1.pwn(63683) : warning 204: symbol is assigned a value that is never used: "type"
Код:
new type = FactionInfo[PlayerInfo[playerid][pMember]][FactionType];
Код:
CGRP\gamemodes\CG-RP1.pwn(104305) : warning 217: loose indentation
Код:
if(current == paintjobs_menu)
Код:
CGRP\gamemodes\CG-RP1.pwn(104450) : warning 217: loose indentation
Код:
if(current == exhausts_menu)