what function is now: setScreenFlash
plz....
i cant do this:
Code:
new czas = 60
new jac1=random_num(0,255)
new jac2=random_num(0,255)
new jac3=random_num(0,255)
set_hudmessage(jac1, jac2, jac3, 0.65, 0.75, 2, 0.02, 1.0, 0.01, 0.1, 10)
show_hudmessage(0,"=============^nWAIT!! WAIT!! WAIT!!^nRESTART ZA: %i sec^n=============", czas)
czas--
new inum = get_maxplayers();
for (new i=1;i <= inum;i++){
setScreenFlash(i, jac1, jac2, jac3, 10, 50 )
}
with out this function ;x