Error Issue
#1

It says that line "91121" symbol is never used: "vstorage"
I don't even have anything on that line.

Reply
#2

Anybody?
Reply
#3

Try use ctr + f and type "vstorage" and put // before new vstorage ; this will fix you warning
and what is use of #pragma unused on the end of code ? Protection or something ?
Reply
#4

check your includes
Reply
#5

Quote:
Originally Posted by Azazelo
Посмотреть сообщение
Try use ctr + f and type "vstorage" and put // before new vstorage ; this will fix you warning
cmd:vstorage(playerid, params[])
SendClientMessageEx(playerid, COLOR_GRAD2, "This command is under development, Hold on until we script it.");

Do you have a finished version of that command? I think that might be the problem.
Reply
#6

Just remove the

Код:
new vstorage
Or anything that explains it. You are not using it anywhere.
Reply
#7

if you use cmd:
then format shod be

Quote:

cmd:vstorage(playerid, params[])
{
SendClientMessageEx(playerid, COLOR_GRAD2, "This command is under development, Hold on until we script it.");
return 1;
}

And i do not know what the command vstorage do so this is all i can do.

but you are not using it any way so you can just put this to remove warning:
Quote:

/*cmd:vstorage(playerid, params[])
{
SendClientMessageEx(playerid, COLOR_GRAD2, "This command is under development, Hold on until we script it.");
return 1;
}*/

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)