Warning [+REP]
#1

PHP код:
warning 202number of arguments does not match definition 
The line:
PHP код:
YCMD:me(playeridparams[]) 
Whole function:
PHP код:
YCMD:me(playeridparams[])
{
    new 
string[128];
    if (
isnull(params))
    {
        
format(stringsizeof(string), "[USAGE:] /me [Action]");
        
SendClientMessage(playeridCOLOR_WHITEstring);
    }
    else
    {
    
format(stringsizeof(string), "* %s %s"GetName(playerid), params);
    
SendClientMessageToAll(0xFF0000AAstring);
    }
    return 
1
}
Reply


Messages In This Thread
Warning [+REP] - by Tomer!.$ - 07.04.2012, 14:44
Re: Warning [+REP] - by Hoss - 07.04.2012, 14:47
Re: Warning [+REP] - by antonio112 - 07.04.2012, 14:48
Re: Warning [+REP] - by Aira - 07.04.2012, 14:48
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 15:13
Re: Warning [+REP] - by IstuntmanI - 07.04.2012, 15:19
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 15:40
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 16:07
Re: Warning [+REP] - by Tomer!.$ - 07.04.2012, 17:17
Re: Warning [+REP] - by antonio112 - 07.04.2012, 17:22

Forum Jump:


Users browsing this thread: 1 Guest(s)