• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Filterscript] Simple PM System.
#1
Big Grin 
~PM SYSTEM v 1.0~



Before starting let me say that "This is only for beginners."



Simple PM (Private Message) System.?



Personal message,?private message,?direct message,[1]?or?personal chat, often abbreviated as PM, DM, or PC, is a private form of messaging between different members on a given platform. It is only seen and accessible by the users participating in the message. It has grown popular because of the increasing demand for privacy and collaboration in this society where the public sharing domain dominates.





How To Install?



1) Download the AMX from the download section below.?

2) Place it in your "filterscript" folder.



3) Open server.cfg and add this line "filterscripts?PMsystem" .

4) Run samp-server.exe (or the linux one) .



Congratulations. You are successfully started the PMsystem by Rajat.



Where Da?Links At?




2) GitHub -?https://github.com/RyderAsthana/PM



=======================
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: