04.03.2014, 16:26
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());
}