10.01.2015, 11:48
Код HTML:
public OnPlayerUpdate(playerid) { if (3000<= n { PlayerTextDrawShow(playerid, Gz[playerid]); } return 1; }
public OnPlayerUpdate(playerid) { if (3000<= n { PlayerTextDrawShow(playerid, Gz[playerid]); } return 1; }
forward Timer(playerid); public Timer(playerid) { new show; if (3000<= n) { if(show != 1) { PlayerTextDrawShow(playerid, Gz[playerid]); } show=1; return 1; }
stock Show(playerid)
{
if (3000<= n { PlayerTextDrawShow(playerid, Gz[playerid]); }
}