Quickly Reply To PM's - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Quickly Reply To PM's (
/showthread.php?tid=357737)
Quickly Reply To PM's -
Saad_ - 08.07.2012
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.
Re: Quickly Reply To PM's -
Roko_foko - 08.07.2012
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)
//...