String problem
#1

Код HTML:
Eror:

warning 203: symbol is never used: "FALSE"
Код HTML:
Code:

	new string[128];
	format(string, sizeof(string), "Your vehicle's tank has been refilled for $%d.", RefuelingVehiclePrice[playerid]);
	SendClientMessageEx(playerid, COLOR_WHITE,string);
Reply
#2

your warning is not from this code is from other
is telling that the variable FALSE is not used
if you want to delete this warning delete:

new FALSE;

or using
#pragma unused FALSE

and this is warning not an error
Reply
#3

thanks its working
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)