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

[CS:GO] CreateEvent Failed


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
k1nader
Junior Member
Join Date: Dec 2009
Location: China.四川
Old 05-24-2017 , 09:52   [CS:GO] CreateEvent Failed
Reply With Quote #1

HTML Code:
public void OnPluginStart()
{
	RegServerCmd("sm_test", CmdTest, "");
}

public Action CmdTest(int args)
{
	Event Test = CreateEvent("vote_options");
	if (Test == INVALID_HANDLE)
	{
		PrintToServer("INVALID_HANDLE");
	}
}
Attached Thumbnails
Click image for larger version

Name:	20170524215146.png
Views:	114
Size:	26.2 KB
ID:	162978  

Last edited by k1nader; 05-24-2017 at 09:58.
k1nader is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-24-2017 , 10:16   Re: [CS:GO] CreateEvent Failed
Reply With Quote #2

Is 'vote_options' even valid?
Mitchell is offline
k1nader
Junior Member
Join Date: Dec 2009
Location: China.四川
Old 05-24-2017 , 12:05   Re: [CS:GO] CreateEvent Failed
Reply With Quote #3

Quote:
Originally Posted by Mitchell View Post
Is 'vote_options' even valid?
sure, i think should be related to recent updates
k1nader 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:56.


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