-
Notifications
You must be signed in to change notification settings - Fork 757
Queueadd
Haru edited this page Oct 19, 2016
·
1 revision
- queueadd(<queue_id></queue_id>,<account_id></account_id>);
Adds <account_id></account_id> to queue of <queue_id></queue_id>, returning 1 if <account_id></account_id> is already present in the queue, if <account_id></account_id> was not present in queue, it returns 0.
if('''queueadd'''(.@id,[[getcharid]](3)) == 1){ [[mes]] "You are already in the queue."; [[close]]; }