06.04.2013, 13:31
I get this final error
Whole code relating to the warning.
Specific code relating to the warning
Plus, I have defined the TEXTDRAWSET as USE_TEXTDRAW_SET as
I need help in this, will be grateful if anyone can help me out!
Код:
Warning 206 : redundant test: constant expression is non-zero
pawn Код:
{
new vehicleid = GetPlayerVehicleID(playerid),
playingid = v_VehicleInfo[vehicleid][RadioPlaying];
if(TEXTDRAWSET == 2)
{
format(string,sizeof(string),"Listening to: ~n~~w~%s",r_RadioInfo[playingid][r_Name]);
TextDrawSetString(v_VehicleInfo[vehicleid][r_Draw],string);
}
else
{
TextDrawSetString(v_VehicleInfo[vehicleid][r_Draw],r_RadioInfo[playingid][r_Name]);
}
TextDrawShowForPlayer(playerid,v_VehicleInfo[vehicleid][r_Draw]);
SetPVarInt(playerid,"ID_HideRadioTextdraw",SetTimerEx("HideRadioTextdraw",TEXTDRAW_DISAPPEAR_TIME,false,"ii",playerid,vehicleid));
PlayAudioStreamForPlayer(playerid,r_RadioInfo[playingid][r_Link]);
SetPVarInt(playerid,"ID_OldVehicle",vehicleid);
}
pawn Код:
if(TEXTDRAWSET == 2)
pawn Код:
#define TEXTDRAWSET USE_TEXTDRAW_SET