[FilterScript] private messages for OnPlayerClickPlayer
#1

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
Reply
#2

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.
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)