26.06.2011, 16:03
Hello,
I've got a command to check the version with updates, It's like this:
Now I want a delay between the first SendClientMessage and the 2nd.
Can someone please help me?
I've got a command to check the version with updates, It's like this:
Код:
if (strcmp("/version", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid, 0xBE1600FF,"Version 0.001a");
(delay here)
SendClientMessage(playerid, 0xFF8000FF,"Updates:");
SendClientMessage(playerid, 0xFF8000FF,"Added Register/Login Dialog system with MySQL");
return 1;
}
Can someone please help me?


