22.02.2016, 18:26
@JacobTr Yes.
@Nero_3D
i'v tried this still not work !
But how to save the VARIATE?
@Nero_3D
i'v tried this still not work !
But how to save the VARIATE?
PHP код:
if(GameDay == 6 && GameHour == 23 && GameMinute == 59)
{
switch(CurentCity)
{
case LasVenturas:
{
SendRconCommand("gmx");
GameTextForAll("~w~Server Is Changing ~b~City~n~~w~Please Wait ...",5000,3);
CurentCity = LosSantos;
return 1;
}
case LosSantos:
{
SendRconCommand("gmx");
GameTextForAll("~w~Server Is Changing ~b~City~n~~w~Please Wait ...",5000,3);
CurentCity = SanFierro;
return 1;
}
case SanFierro:
{
SendRconCommand("gmx");
GameTextForAll("~w~Server Is Changing ~b~City~n~~w~Please Wait ...",5000,3);
CurentCity = LasVenturas;
return 1;
}
}
}

