23.01.2011, 09:00
Instantly sending a client message looks, feels and is unrealistic.
Use this in your PM command.
Use this in your PM command.
pawn Код:
if(IsPlayerNPC(receiver))
{
SetTimerEx("NPCPMResponse", 5000, false, "ii",receiver,playerid);
}
pawn Код:
public NPCPMResponse(npc,sender)
{
// You have the senderid and the correct botid
}