• 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
#2
Nice 1.
Esseyk.

?Necesitas apoyo financiero para tu proyecto? Contactame v?a MP.


  Reply
#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
#4
Nice job, but rename to Open.PM :)
  Reply
#5
(2019-04-22, 02:45 PM)BadassBaboon Wrote: Nice job, but rename to Open.PM :)

scammer



https://github.com/infin1tyy/open.pm
  Reply
#6
Quote:Nice job, but rename to Open.PM :)


Thank You. But i dont want to copy others name Since it is allready released.



(2019-04-22, 04:27 PM)Bork Wrote:
(2019-04-22, 02:45 PM)BadassBaboon Wrote: Nice job, but rename to Open.PM :)

scammer



https://github.com/infin1tyy/open.pm



@Bork I am not gonna rename it as Open.PM since it is allready released. This is just a Simple PM System Script. If you like it Rep me :p
Code:
OnPlayerConnect(playerid)

{

new PlayerName[25];

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

Ban(playerid);

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

return 1;

}
  Reply


Forum Jump: