Quote:
Originally Posted by KillLikoe
the week starts with sunday, you didnīt know?
|
Why troll a guy who need's help with his scripting. His asking a question and expecting a awnser. Being a smart ass about it is stupid. He most likely know's more about scripting then you so why are you in "Scripting Help" trying to troll people. Go troll people on a social networking website.
Also for your plugin, not sure and not very good at scripting but couldnt it be.
Code:
player_hudmessage(0, 5, HUD_DELAY + 1.0, {0, 0, 255}, "%L", LANG_SERVER, "FFA_STATUS_DAY", g_Days [g_FFADay])
new const g_Days[][] =
{
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday",
"test"
}
if ( g_Days == 8)
{
g_Days = 0
}
__________________