08.07.2012, 09:11
add
on the top of the script
when he recives PM
and OnPlayerCommandText callback
Код:
new SenderId[MAX_PLAYERS]=-1;
when he recives PM
Код:
SenderId[reciverid]=senderid;
Код:
if(!strcmp("/reply",cmdtext, true, 5) && SenderId[reciverid]!=-1) //...