Need help with a little thing
#1

SetTimer("TutorialStep00", 1000, 0);

How do I turn that into only been playerid, and not everybody else?
Reply
#2

pawn Код:
SetTimerEx("TutorialStep00", 1000, false, "i", playerid); // How yours should look.
SetTimerEx("Name", Interval, Repeating, Constant Format, Float...); // How it's setup.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)