/asay help
#1

Help my admin message not working it shows name but not the message/params any help :S >>

Код:
CMD:asay(playerid, params[])
{
	if(pInfo[playerid][Level] < 2) return SendClientMessage(playerid,RED,">> You Must Be Level 2+ To Use This Command!");
    if(!strlen(params)) return SendClientMessage(playerid, RED, "USAGE: /asay [msg]");
	new string[24], pname[24];
    GetPlayerName(playerid, pname, 24);
	format(string, sizeof(string), ">> Admin %s Says: %s", pname, params);
	return SendClientMessageToAll(COLOR_LIGHTGREEN,string);
}
Reply


Messages In This Thread
/asay help - by YungGee - 05.02.2011, 08:14
Re: /asay help - by HyperZ - 05.02.2011, 08:18

Forum Jump:


Users browsing this thread: 3 Guest(s)