[FilterScript] Simple Pm system - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Pm system (
/showthread.php?tid=227048)
Simple Pm system -
Tessar - 16.02.2011
Hey there, just passed by to release a simple pm filterscript. No it's not a edit of GarPm but it's nearly the same.
Commands are:
-/nopm <- Allows the player to receive/stop receiving no pm's
-/pm <- Allows the player to send pm's
-/r <- Allows to quickly respond to your last pm you received
No need for sscanf or zcmd it's used with dcmd.
Bugs known:
When you do /r and you haven't received any pm's it will send to id 0 the pm
If you can fix it and release it you'r name will be in the credits
If you find any more bugs please report it here in this topic.
Download:
Pastebin
Credits:
Firecat for making the whole script from scratch. (KittyKat is banned [Firecat])
Tessar for releasing it.
Re: Simple Pm system -
bhupeshyadav - 17.02.2011
wtf no one voted Nice brother
Re: Simple Pm system -
leong124 - 17.02.2011
PVars will return 0 when the target playerid does not exists(disconnected).
Try not to use PVars may solve this problem.
Also there's no much benefits from using it.
Re: Simple Pm system -
FireCat - 06.09.2011
Nice
Re: Simple Pm system -
DiiP - 06.09.2011
Nice one, I might use this on my server.
Re: Simple Pm system -
JimmyCh - 14.06.2013
Quote:
Originally Posted by DiiP
Nice one, I might use this on my server.
|
Yea sounds useful and well scripted