10.12.2013, 22:13
Hello I work on weather time and I have three public for exaple weather1 and inside that public is the timer so my question is how to for that timer to work for all players it go like this. So how can I make that't timer to work so this is for all players not playerid I think or I'm wrong? Thanks
public weather1()
and inside is weather text
there is the timer
SetTimerEx("Weather2", Min(1), false, "i",i);
return 1;
and here it go
weather2()
weather text and the timer
SetTimerEx("Weather3", Min(1), false, "i", playerid);
public weather1()
and inside is weather text
there is the timer
SetTimerEx("Weather2", Min(1), false, "i",i);
return 1;
and here it go
weather2()
weather text and the timer
SetTimerEx("Weather3", Min(1), false, "i", playerid);
