how to make /me
#4

Код:
CMD:me(playerid,params[])
{
new text, string[123];
if(sscanf(params,"sd",text)) return SendClientMessage(playerid,0xEBFF00FF,"USAGE: /me [Text]");
format(string, sizeof(string), "%s (%d): %s",pName,playerid,text);
SendClientMessageToAll(GetPlayerColor(playerid), string);
return 1;
}
try this bro
Reply


Messages In This Thread
how to make /me - by NourNN - 14.12.2015, 19:20
Re: how to make /me - by TwinkiDaBoss - 14.12.2015, 20:02
Re: how to make /me - by TheSnaKe - 14.12.2015, 20:18
Re: how to make /me - by CrazyPerry - 15.12.2015, 01:03
Re: how to make /me - by TwinkiDaBoss - 15.12.2015, 01:20
Re: how to make /me - by SoFahim - 15.12.2015, 03:03
Re: how to make /me - by DaniceMcHarley - 15.12.2015, 07:38
Re: how to make /me - by NourNN - 15.12.2015, 12:34
Re: how to make /me - by N0FeaR - 15.12.2015, 12:49
Re: how to make /me - by Stinged - 15.12.2015, 14:12

Forum Jump:


Users browsing this thread: 1 Guest(s)