can i random SetTimer?
#2

This should work:
PHP код:

SetTimer
("message"RandomEx(100010000), false); 
forward message();
public 
message() // There should be no "playerid" in the brackets! If you want to use playerid, u gotta use SetTimerEx
{
print(
"test....");
}
RandomEx(minmax)
{
    return 
random(max min) + min;

If you don't understand the code, feel free to ask me an explanation of it.
Reply


Messages In This Thread
can i random SetTimer? - by parames3010 - 05.06.2017, 14:58
Re: can i random SetTimer? - by DeeadPool - 05.06.2017, 15:03
Re: can i random SetTimer? - by parames3010 - 05.06.2017, 15:29

Forum Jump:


Users browsing this thread: 1 Guest(s)