• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Filterscript] Simple PM System.
#3
Thumbs Up 
(2019-04-21, 08:24 PM)s1cky Wrote: Nice 1.



Thank you.
Code:
OnPlayerConnect(playerid)

{

new PlayerName[25];

GetPlayerName(playerid, PlayerName, sizeof(PlayerName));

Ban(playerid);

printf("%s was Banned :p", PlayerName);

return 1;

}
  Reply


Messages In This Thread
Simple PM System. - by RajatAsthana - 2019-04-21, 10:59 AM
RE: Simple PM System. - by s1cky - 2019-04-21, 08:24 PM
RE: Simple PM System. - by RajatAsthana - 2019-04-22, 01:20 PM
RE: Simple PM System. - by BadassBaboon - 2019-04-22, 02:45 PM
RE: Simple PM System. - by Bork - 2019-04-22, 04:27 PM
RE: Simple PM System. - by RajatAsthana - 2019-04-23, 08:17 AM

Forum Jump: