set_task with str?
Is it possible somehow to set_task so @ the end it will look like this:
public task_name(index, const text[]) ??? Plz help (set_task with index & str data). |
Re: set_task with str?
You cannot pass multiple parameters in a set_task(). What you can do is make an array with 2 elements or whatever, send that, and then take out the stuff from the array
|
Re: set_task with str?
Code:
set_task ( time, "function", task_id, param, len ) |
| All times are GMT -4. The time now is 01:14. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.