Quickly Reply To PM's
#1

Hello guys how do i create a quick pm reply system i already have my pm system ready i just need this one can someone tell me.
Reply
#2

add
Код:
new SenderId[MAX_PLAYERS]=-1;
on the top of the script

when he recives PM
Код:
SenderId[reciverid]=senderid;
and OnPlayerCommandText callback
Код:
 if(!strcmp("/reply",cmdtext, true, 5) && SenderId[reciverid]!=-1)
//...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)