Raised This Month: $51 Target: $400
 12% 

OnPluginStart FormatTime Starting Help


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
TurkeyCoder
Junior Member
Join Date: Mar 2016
Old 04-04-2016 , 13:16   OnPluginStart FormatTime Starting Help
Reply With Quote #1

Code:
public OnPluginStart()
{
	new String:time[512]
	FormatTime(time, sizeof(time), "%H:%M", GetTime());
	if(StrEqual(time[0], "20:14")) {
		EventIs();
	}
}

public EventIs()
{

	Coding

	
}
TurkeyCoder is offline
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 04-06-2016 , 10:05   Re: OnPluginStart FormatTime Starting Help
Reply With Quote #2

So you want that function to run ONLY when you load the plugin at 20:14?
Nice question you got there.
__________________
Peace-Maker is offline
TurkeyCoder
Junior Member
Join Date: Mar 2016
Old 04-07-2016 , 08:32   Re: OnPluginStart FormatTime Starting Help
Reply With Quote #3

Yes Help Me
TurkeyCoder is offline
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 04-07-2016 , 08:53   Re: OnPluginStart FormatTime Starting Help
Reply With Quote #4

https://forums.alliedmods.net/showthread.php?t=205962

Maybe this helps you as a Workaround.
shanapu is offline
TurkeyCoder
Junior Member
Join Date: Mar 2016
Old 04-08-2016 , 05:08   Re: OnPluginStart FormatTime Starting Help
Reply With Quote #5

Yes thanks man
TurkeyCoder is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:42.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode