announce when 5 hours complete
#4

What? Just do what he said, convert his words into code language.
pawn Код:
forward FiveHours(playerid);

public OnPlayerSpawn(playerid)
{
    SetTimerEx("FiveHours", 18000000, true, "i", playerid);
    return 1;
}

public FiveHours(playerid)
{
    return SendClientMessage(playerid, -1, "You've been playing for 5 hours in a row!");
}
Reply


Messages In This Thread
announce when 5 hours complete - by MA_proking - 01.06.2011, 09:13
Re: announce when 5 hours complete - by DeathOnaStick - 01.06.2011, 09:17
Re: announce when 5 hours complete - by MA_proking - 01.06.2011, 09:26
Re: announce when 5 hours complete - by Biesmen - 01.06.2011, 09:32
Re: announce when 5 hours complete - by MA_proking - 01.06.2011, 09:37
Re: announce when 5 hours complete - by Biesmen - 01.06.2011, 09:39

Forum Jump:


Users browsing this thread: 1 Guest(s)