Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Releases Filterscripts [Filterscript] Simple PM System.

 
  • 0 Vote(s) - 0 Average
Filterscript Simple PM System.
RajatAsthana
Offline

Burgershot Member
Posts: 9
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: India
#1
2019-04-21, 10:59 AM
~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?

1) PasteBin - https://pastebin.com/QDFVPPha
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;
}
s1cky
Offline

Burgershot Member
Posts: 16
Threads: 1
Joined: Apr 2019
Reputation: 0
Location: España
#2
2019-04-21, 08:24 PM
Nice 1.
Esseyk.
¿Necesitas apoyo financiero para tu proyecto? Contactame vía MP.
RajatAsthana
Offline

Burgershot Member
Posts: 9
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: India
#3
2019-04-22, 01:20 PM
(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;
}
BadassBaboon
Offline

Heart Stopper
Posts: 18
Threads: 2
Joined: Apr 2019
Reputation: 0
#4
2019-04-22, 02:45 PM
Nice job, but rename to Open.PM :)
Bork
Offline

Burgershot Member
Posts: 31
Threads: 4
Joined: Apr 2019
Reputation: 4
#5
2019-04-22, 04:27 PM
(2019-04-22, 02:45 PM)BadassBaboon Wrote: Nice job, but rename to Open.PM :)
scammer

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

Burgershot Member
Posts: 9
Threads: 2
Joined: Apr 2019
Reputation: 1
Location: India
#6
2019-04-23, 08:17 AM
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;
}
« Next Oldest | Next Newest »



  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode