How to fix this?
#2

You forgot to add a ',', but you don't need format at all:
pawn Code:
dcmd_say(playerid,params[])
{
    if(IsPlayerCommandLevel(playerid, "say"))
    {
        if(!strlen(params))
            return SendClientMessage(playerid, red, "Syntax Error: /say [text].");
       
        return SendClientMessageToAll(grey, params);
    }
    return SendLevelErrorMessage(playerid, "say");
}
Reply


Messages In This Thread
How to fix this? - by Tigerbeast11 - 22.08.2011, 18:16
Re: How to fix this? - by RyDeR` - 22.08.2011, 18:17
Re: How to fix this? - by Tigerbeast11 - 22.08.2011, 18:19

Forum Jump:


Users browsing this thread: 1 Guest(s)