View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-05-2014 , 10:40   Re: [TUT/INFO] set_tasks: when they are and when they aren't necessary
Reply With Quote #67

You can see and do this by expliciting the param name, only if previous params are optional as well:
Code:
set_task(1.0, "taskExecute", 43049, .flag = "b");
__________________
Arkshine is offline