Set time problem
#8

Quote:
Originally Posted by StarPeens
Посмотреть сообщение
try it:
Did you even try compiling that?
"playerid" is defined already, and you're using "i" in the functions.
The loop shouldn't be the problem.

EDIT:
Try using SetPlayerTime.
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
	if(IsPlayerConnected(i))
	{
		PlayerPlaySound(i,1057,0.0,0.0,0.0);
		SetPlayerTime(i, var, 0);
	}
}
Reply


Messages In This Thread
Set time problem - by ZaBraNjeNi - 02.04.2015, 12:14
Re: Set time problem - by BroZeus - 02.04.2015, 12:25
Re: Set time problem - by ZaBraNjeNi - 02.04.2015, 12:34
Re: Set time problem - by CalvinC - 02.04.2015, 12:39
Re: Set time problem - by ZaBraNjeNi - 02.04.2015, 12:56
Re: Set time problem - by ZaBraNjeNi - 03.04.2015, 15:05
Re: Set time problem - by StarPeens - 03.04.2015, 16:11
Re: Set time problem - by CalvinC - 03.04.2015, 16:17
Re: Set time problem - by StarPeens - 03.04.2015, 16:21
Re: Set time problem - by ZaBraNjeNi - 03.04.2015, 19:11

Forum Jump:


Users browsing this thread: 1 Guest(s)