Wait 1 Second Before Typing Other Message
#2

Hello friend, this is the most efficient script:

pawn Код:
public OnPlayerText(playerid, text[])
{
       if(gettime() - GetPVarInt(playerid,"PlayerLastText") < 2)
       {
         GameTextForPlayer(playerid, "~r~Wait ~w~1 ~r~second!", 2000, 3);
         return 0;
       }
       SetPVarInt(playerid,"PlayerLastText",gettime());
}
Reply


Messages In This Thread
Wait 1 Second Before Typing Other Message - by Blackazur - 04.03.2014, 16:20
Re: Wait 1 Second Before Typing Other Message - by JR_Junior - 04.03.2014, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)