View Single Post
Celena Luna
Veteran Member
Join Date: Aug 2013
Location: Nagazora
Old 09-15-2022 , 04:21   Re: set_task parameter confusion
Reply With Quote #4

If you want to use the "parameter" then it should be like this

PHP Code:
new iArgs ];
iArgs ] = iSeconds;

set_task1.0"Pause"_iArgs sizeofiArgs )); 
and the fuction would be like this
PHP Code:
public Pause(iParams[])
{
new 
seconds iParams[0];
//blablabla

__________________
My plugin:

Last edited by Celena Luna; 09-15-2022 at 04:22.
Celena Luna is offline