30.11.2012, 18:55
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);
}
Код:
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.

