02.11.2012, 01:04
SetTimer("TutorialStep00", 1000, 0);
How do I turn that into only been playerid, and not everybody else?
How do I turn that into only been playerid, and not everybody else?
SetTimerEx("TutorialStep00", 1000, false, "i", playerid); // How yours should look.
SetTimerEx("Name", Interval, Repeating, Constant Format, Float...); // How it's setup.