SA-MP Forums Archive
[FilterScript] private messages for OnPlayerClickPlayer - 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] private messages for OnPlayerClickPlayer (/showthread.php?tid=330354)



private messages for OnPlayerClickPlayer - Parka - 01.04.2012

Hi

I bring a FilterScript of private messages for medium of the Callbacks OnPlayerClickPlayer


as is used ?

press TAB and do double click in any name and appears a dialog style INPUT and there
you will write the message to send


Download PasteBin


add reputation if you like


Re: private messages for OnPlayerClickPlayer - OxyG3N - 01.04.2012

If you select player for ex with id 2 and until you typing other player will select player with id 5, you will send pm to ID: 5.

Change

pawn Код:
new ClickPlayer_PM;
To
pawn Код:
new ClickPlayer_PM[MAX_PLAYERS];
and other info with this variable.


Respuesta: Re: private messages for OnPlayerClickPlayer - Parka - 01.04.2012

Quote:
Originally Posted by OxyG3N
Посмотреть сообщение
If you select player for ex with id 2 and until you typing other player will select player with id 5, you will send pm to ID: 5.

Change

pawn Код:
new ClickPlayer_PM;
To
pawn Код:
new ClickPlayer_PM[MAX_PLAYERS];
and other info with this variable.
changed