Script Error
#1

Hey guys
I'm using LuxAdmin, and I added this to the script
Код:
dcmd_ask(playerid,params[])
{
    if ( cmdtext[ 3 ] != ' ' || !cmdtext[ 4 ] )
    return SendClientMessage( playerid, -1, "USAGE: {F3FF02}/Ask {FFA1A1}(Question)" );
    new pName[MAX_PLAYER_NAME],string[128];
    GetPlayerName(playerid,pName,sizeof(pName));
    format(string,sizeof(string),"[Question] %s : {C77D87}%s",pName,cmdtext[3]);
    SendClientMessageToAll(-1,string);
}
but this comes up in the compiler....
Код:
C:\Documents and Settings\Danny.YOUR-E6F02835AE\My Documents\GTA SA Server\filterscripts\LuxAdmin.pwn(12206) : warning 203: symbol is never used: "dcmd_ask"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
I can' figure out how to fix it. Please help me!!!
Reply


Messages In This Thread
Script Error - by Goldino - 30.11.2012, 18:55
Re: Script Error - by Windrush - 30.11.2012, 18:58
Re: Script Error - by Goldino - 30.11.2012, 19:01
Re: Script Error - by Windrush - 30.11.2012, 19:04
Re: Script Error - by Goldino - 30.11.2012, 19:05
Re: Script Error - by Windrush - 30.11.2012, 19:07
Re: Script Error - by Goldino - 30.11.2012, 19:09
Re: Script Error - by Windrush - 30.11.2012, 19:10
Re: Script Error - by Goldino - 30.11.2012, 19:11
Re: Script Error - by Windrush - 30.11.2012, 19:13

Forum Jump:


Users browsing this thread: 2 Guest(s)