The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Help to delay another message.
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
hakuren
i try to make a message command with delay but i dont know how to make a delay
this is the source code script can someone help me please
/*==========================================
* Test
* @messagepo
*------------------------------------------*/
ACMD_FUNC(messagepo)
{
nullpo_retr(-1,sd);
clif_displaymessage(fd, "PO 1.");
>> (Puting delay by 5 secs.) <<
clif_displaymessage(fd, "PO 2.");
return 0;
}
sorry i break the rules please someone help me
sorry im not good on english
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.