Set time problem
#10

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
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);
	}
}
I'm already try to add something like this.
And others commands with same definitions can't work.
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: 3 Guest(s)