Need /me cmds
#2

PHP код:
CMD:me(playeridparams[])
{
   new 
string[75], name[MAX_PLAYER_NAME];
   if(
isnull(params)) return SendClientMessage(playerid, -1"/me [text]");
   
GetPlayerName(playeridnameMAX_PLAYER_NAME);
   
format(stringsizeof string"%s %s %s"namestringparams);
   
SendClientMessageToAll(-1string);
   return 
1;

Reply


Messages In This Thread
Need /me cmds - by Trollerz - 06.01.2016, 17:53
Re: Need /me cmds - by saffierr - 06.01.2016, 18:12
Re: Need /me cmds - by OwlIT - 06.01.2016, 18:18
Re: Need /me cmds - by saffierr - 06.01.2016, 18:20

Forum Jump:


Users browsing this thread: 2 Guest(s)