#1

how i Fix It

Код:
C:\Users\Leon\Desktop\samp03csvr_R5_win32\samp03csvr_R5_win32\filterscripts\LuxAdmin.pwn(11190) : warning 203: symbol is never used: "dcmd_nina"
Reply
#2

That is a warning, not an error.

But that means you defined the command ' dcmd_nina ' but is not used in the script.
Reply
#3

Sorry its warning how i use this
Reply
#4

Just get rid of it if you dont know what it belongs to -.-
Reply
#5

i add this command

Quote:

dcmd_nina(playerid,params[])
{
if(AccInfo[playerid][Level] >= 2 || IsPlayerVIP(playerid))
{
SetPlayerHealth(playerid, 50);
SetPlayerSkin(playerid, 192);
GivePlayerWeapon(playerid, 27, 100);
return SendClientMessage(playerid,red,"You Need To Br A Vip Level 2");
return 1;
}
else return ErrorMessages(playerid, 7);
}

Reply
#6

Did you add:

dcmd(nina,4,cmdtext);

under OnPlayerCommandText ?
Reply
#7

its Done Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)