22.03.2017, 22:51
hello guys
i need some help
i made robable timer
i want saving it with y_ini
and countdown when he is down the timer from his saving
its working good but need to saving the timer in enum and countdown when he is online the timer
i need some help
i made robable timer
i want saving it with y_ini
and countdown when he is down the timer from his saving
PHP код:
new Robable=1;
forward RobTimer();
forward RobbingTimer(playerid);
public RobbingTimer(playerid)
{
Robable = 1;
SendClientMessage(playerid,0xFF0000, "Sets the robbing variable to 1 so players can rob");
return 1;
}
SetTimer("RobTimer", 400000, false);