17.03.2015, 19:18
maybe use timer?
pawn Код:
PlayerPlayerSound(playerid....
SetTimerEx("PlayAnother",....
forward PlayerAnother(playerid);
public PlayerAnother(playerid)
{
PlayerPlayerSound(playerid...
return 1;
}