warning 203: symbol is never used:
#1

Hi,
I'm making a rape command for my Cops And Robbers server.
I have the following problem.
Whenever I try to compile my gamemode I get this warning.

warning 203: symbol is never used: RapesNames, but I'm actually using it..

Code:
pawn Код:
new RapesNames[][] =
{
    "Chlamydia",
    "Syphilis",
    "Gonorrhea",
    "HPV",
    "STD",
    "Hepatitis B"
};
Below the command..
pawn Код:
//Some stuff here..

new rand;
rand = random(sizeof(RapesNames));
SendFMessage(INVALID_PLAYER_ID, COLOR_MAROON, "%s has been infected of %s by %s.", Name(targetid), rand, Name(playerid));
Can you help me to get rid of that annoying warning, please.
Thanks.
Reply


Messages In This Thread
warning 203: symbol is never used: - by Magic_Time - 29.07.2013, 01:54
Re: warning 203: symbol is never used: - by MP2 - 29.07.2013, 01:56
Re: warning 203: symbol is never used: - by FaceTutorialz - 29.07.2013, 01:57
Re: warning 203: symbol is never used: - by Magic_Time - 29.07.2013, 02:03
Re: warning 203: symbol is never used: - by MP2 - 29.07.2013, 02:04

Forum Jump:


Users browsing this thread: 2 Guest(s)