Please make it urgent urgent - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Please make it urgent urgent (
/showthread.php?tid=446561)
Please make it urgent urgent -
fiter12 - 26.06.2013
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
Re: Please make it urgent urgent -
DaTa[X] - 26.06.2013
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;
}
Re: Please make it urgent urgent -
fiter12 - 26.06.2013
please make fs or tell me how to add into gm