hakuren Posted May 13, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 295 Reputation: 6 Joined: 12/02/11 Last Seen: November 6, 2023 Share Posted May 13, 2012 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 Quote Link to comment Share on other sites More sharing options...
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.