Multiple Parameter Commands
#2

Try
pawn Код:
if(sscanf(params[strlen("faccfg")], "s[25]", action)) //or if(sscanf(params, "{s[10]}s[25]", action))
{
    SendClientMessage(playerid, -1, "/edit factionconfig [action]");
    SendClientMessage(playerid, -1, " Available Actions: 'chatcol', 'usenametags', 'nametagcol'");
    return 1;
}
Reply


Messages In This Thread
Multiple Parameter Commands - by 2KY - 26.11.2013, 01:05
Re: Multiple Parameter Commands - by Jefff - 26.11.2013, 01:25

Forum Jump:


Users browsing this thread: 1 Guest(s)