24.02.2013, 16:40
PHP код:
SetTimerEx("KickF",1000,0,"u",i);
Quote:
Originally Posted by https://sampwiki.blast.hk/wiki/SetTimerEx
Placeholder Meaning
i Stands for an integer parameter. d Exactly the same as i. a Passes an array, the next parameter must be an integer ("i") with the array's size. [CURRENTLY UNUSABLE] s Stands for a string parameter. [CURRENTLY UNUSABLE] f Stands for a float parameter. b Stands for a boolean parameter. |