/me & /do (format) in two lines
#2

pawn Код:
CMD:me(playerid,params[])
{
new text[128],string[128],pName[MAX_PLAYER_NAME];
if(sscanf(params,"s[128]",text)) return SendClientMessage(playerid,color,"USAGE:/me [action]");
GetPlayerName(playerid,pName,sizeof(pName));
format(string,sizeof(string),"» %s: %s",pName,text);
SendClientMessageToAll(color,string);
return 1;
}
Reply


Messages In This Thread
/me & /do (format) in two lines - by Homerman - 17.07.2011, 12:18
Re: /me & /do (format) in two lines - by FireCat - 17.07.2011, 12:23
Re: /me & /do (format) in two lines - by Ehab1911 - 17.07.2011, 12:23
Re: /me & /do (format) in two lines - by park4bmx - 17.07.2011, 12:28
Re: /me & /do (format) in two lines - by Homerman - 17.07.2011, 12:29
Re: /me & /do (format) in two lines - by [HiC]TheKiller - 17.07.2011, 12:30
Re: /me & /do (format) in two lines - by Flyfishes - 17.07.2011, 12:31
Re: /me & /do (format) in two lines - by Homerman - 17.07.2011, 12:38
Re: /me & /do (format) in two lines - by Homerman - 17.07.2011, 12:41
Re: /me & /do (format) in two lines - by Flyfishes - 17.07.2011, 12:44

Forum Jump:


Users browsing this thread: 2 Guest(s)