Mysql saving problem
#5

Can i simply create something like this ?

Код:
CMD:gmx(playerid, params[])
{
	foreach(Player, i)
	{
	    UpdateIgraca(i);
	}
	gmxtimer = SetTimer("Restart", 1000, true)
	return 1;
}

public Restart()
{
    SendRconCommand("gmx");
	return 1;
}
Reply


Messages In This Thread
Mysql saving problem - by ShoortyFl - 01.05.2014, 18:59
Re: Mysql saving problem - by AphexCCFC - 01.05.2014, 19:09
Re: Mysql saving problem - by ShoortyFl - 01.05.2014, 19:30
Re: Mysql saving problem - by AphexCCFC - 01.05.2014, 19:36
Re: Mysql saving problem - by ShoortyFl - 01.05.2014, 19:42
Re: Mysql saving problem - by AphexCCFC - 01.05.2014, 19:54
Re: Mysql saving problem - by ShoortyFl - 01.05.2014, 19:57
Re: Mysql saving problem - by AphexCCFC - 01.05.2014, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)