MUTE PLAYER FOR TIME.
#13

THX you Nero_3D

All is work now.Just now i want to do with 3dtextlabel i do this timer when player mute player:

MuteLeft[MuteID] = SetTimerEx("MuteShow",1000,true,"i",MuteID);

forward MuteShow(playerid);
public MuteShow(playerid)
{
if(PlayerData[playerid][muted] == 1)
{
new Tekstas[10];
format(Tekstas,sizeof(Tekstas),"Mute %d",((PlayerData[playerid][muted] - GetTickCount()) / 1000));
SeeMute[playerid] = Create3DTextLabel(Tekstas, 0xFF0000FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(SeeMute[playerid], playerid, 0.0, 0.0, 0.7);
}
else
KillTimer(MuteLeft[playerid]);
}


And why when i mute player,player don't get 3dtextlabel
Reply


Messages In This Thread
MUTE PLAYER FOR TIME. - by budelis - 24.07.2011, 12:42
AW: MUTE PLAYER FOR TIME. - by Forbidden - 24.07.2011, 12:43
Re: MUTE PLAYER FOR TIME. - by MadeMan - 24.07.2011, 12:47
Re: MUTE PLAYER FOR TIME. - by budelis - 26.07.2011, 06:27
Re: MUTE PLAYER FOR TIME. - by budelis - 26.07.2011, 09:23
Re: MUTE PLAYER FOR TIME. - by Cjgogo - 26.07.2011, 09:24
Re: MUTE PLAYER FOR TIME. - by [MG]Dimi - 26.07.2011, 10:06
Re: MUTE PLAYER FOR TIME. - by Mean - 26.07.2011, 10:30
Re: MUTE PLAYER FOR TIME. - by budelis - 26.07.2011, 11:36
Re: MUTE PLAYER FOR TIME. - by Mean - 26.07.2011, 14:04
AW: MUTE PLAYER FOR TIME. - by Nero_3D - 26.07.2011, 14:37
Re: MUTE PLAYER FOR TIME. - by budelis - 26.07.2011, 16:37
Re: MUTE PLAYER FOR TIME. - by budelis - 28.07.2011, 07:55
Re: MUTE PLAYER FOR TIME. - by budelis - 28.07.2011, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)