SA-MP Forums Archive
[FilterScript] 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] PM System (/showthread.php?tid=389577)



PM System - Skimmer - 02.11.2012

PM System

Today i scripted with my friend YoYo123 a little PM System.
Yes, it's a simple Filterscript, but there are too many newbies.

Commands
pawn Code:
/pm (nick/id) (message) // Sends a message to a player
/ms (nick/id) (message) // Does the same with /pm
/m (nick/id) (message) // Does the same with /pm

/reply (message) // Replies to a player's PM
/r (message) // Does the same with /reply

/nopm // Ignoring PM
Download
Pastebin: http://pastebin.com/HFZFjc3J
Source: http://www.file-upload.net/download-6766742/pm.rar.html

Credits
MouseBreaker (For scripting this Filterscript)
YoYo123 (For Scripting this Filterscript)
****** (For sscanf)
SA-MP Team (For SA-MP)
DracoBlue (For DCMD)




Re: PM System - zDivine - 02.11.2012

Nice, but there was no point in making /ms, /m, or /reply.


Re: PM System - YoYo123 - 02.11.2012

/ms was made for players that are used to this command. /m was made to make the command shorter cause typing /pm can be annoying sometimes imo. Players might think that /r might be a different unrelated command so if you type /r it shows you 'USAGE: /reply (message)' so you know that this command is made to reply to your last PM.


Respuesta: PM System - Jordan98 - 02.11.2012

Thanks for telling me that YoYo123 wise not very good the filescript, please contribute it.


Re: PM System - x96664 - 02.11.2012

It would be nice if you added ignore pm too!


AW: PM System - Skimmer - 02.11.2012

Oh, yea the ignore system is also there. I just forgot, to type it here. Sorry.


Re: PM System - MatriXScoT - 02.11.2012

Looks nice i'll try it!


AW: Re: PM System - Skimmer - 02.11.2012

Quote:
Originally Posted by Rony
View Post
Nice PM And What is the command for ignoring it ?
pawn Code:
/nopm



Re: PM System - tyler12 - 02.11.2012

Simple, maybe add logging?


Re: PM System - VIP475 - 03.11.2012

Quote:
Originally Posted by tyler12
View Post
Simple, maybe add logging?
logging to what?


Re: PM System - HeLiOn_PrImE - 03.11.2012

You could do that update with pressing tab and after that double click-ing the player. In case you don't know the ID and the player has a complicated nickname you search him there....

Just a suggestion...


Re: PM System - gamer5000 - 03.11.2012

Looks Good Maybe i'll use it


Re: PM System - ThamburaaN - 10.07.2013

Quote:
Originally Posted by zDivine
View Post
Nice, but there was no point in making /ms, /m, or /reply.
because CrazyBob's server use it.. LOL at the copy cats..


Re: PM System - Vasco2305 - 23.12.2013

the lenth of the pm that we can send is short
is it possible to raise the amount of characters to send?


Re: PM System - FoxGaming - 23.12.2013

Good job..


Re: PM System - BizzyD - 23.12.2013

Looks nice!

Quote:
Originally Posted by Vasco2305
View Post
the lenth of the pm that we can send is short
is it possible to raise the amount of characters to send?
Increase the string size

Code:
text[128]
Change that to the size you wish.


Re: PM System - JuzDoiT - 09.01.2016

Good Job Skimmer!