03.02.2013, 16:32
I will explain it more to your satisfaction.
How do I script it so after you've spawned, it sends multiple messages, but script it so there is a delay of x amount of seconds between each message.
Код:
public OnPlayerSpawn(playerid)
{
SendClientMessage(playerid, xxxxxxxxxx, "blablabla.");
return 1;
}

