Please make it urgent urgent
#1

Hello
can some one make me this cmd:

when i login by rcon then i can see all cmds who players use all pms etc..
esem.
don used /kill
jejju used /sendmoney 10 2000


Thanks
Reply
#2

pawn Code:
stock AdminMsg(color,msg[])
{
    for(new i=0; i < MAX_PLAYERS; i++)
      {
          if(IsPlayerAdmin(i))
             SendClientMessage(i,color,msg);
      }
}    


public OnPlayerCommandText(playerid, cmdtext[])
{

  new string[128],
         Name[MAX_PLAYER_NAME];
  GetPlayerName(playerid,Name,sizeof(Name));        
  format(string,sizeof(string),"%s Has used the command : %s",Name,cmdtext);
  AdminMsg(-1,string);
   
   return 1;
}
Reply
#3

please make fs or tell me how to add into gm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)