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

Solved How to write CreateTimer command properly?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
_COLOURFUL
Member
Join Date: May 2017
Location: Hong Kong
Old 08-01-2017 , 10:23   How to write CreateTimer command properly?
Reply With Quote #1

There is my code :
PHP Code:
#include <sourcemod>
#include <colorvariables>
#include <sdktools>
#include <test>

new Items[32] = 0;
new 
Items2[32] = 0;
new 
Handle:h_timer INVALID_HANDLE;
new 
Handle:g_timer INVALID_HANDLE;
new 
String:name[32], String:authid[32];


public 
OnPluginStart()
{
    
g_timer CreateTimer(5.0PlayerGetBored);
}

public 
Action:PlayerGetBored(Handle:timerany:client)
{
    
CloseHandle(g_timer);
    
g_timer CreateTimer(5.0PlayerGetBored)

It just looped few times then stopped working anymore.
How to fix it?
__________________
Love Dodgeball

Last edited by _COLOURFUL; 08-01-2017 at 12:59.
_COLOURFUL is offline
8guawong
AlliedModders Donor
Join Date: Dec 2013
Location: BlackMarke7
Old 08-01-2017 , 10:34   Re: How to write CreateTimer command properly?
Reply With Quote #2

why don't you just use a repeat timer?
8guawong is offline
_COLOURFUL
Member
Join Date: May 2017
Location: Hong Kong
Old 08-01-2017 , 10:47   Re: How to write CreateTimer command properly?
Reply With Quote #3

How?I'm a beginner of coding Sourcemod :/
__________________
Love Dodgeball
_COLOURFUL is offline
DJ Tsunami
DJ Post Spammer
Join Date: Feb 2008
Location: The Netherlands
Old 08-01-2017 , 10:50   Re: How to write CreateTimer command properly?
Reply With Quote #4

Repeatable Timers
__________________
Advertisements | REST in Pawn - HTTP client for JSON REST APIs
Please do not PM me with questions. Post in the plugin thread.
DJ Tsunami is offline
_COLOURFUL
Member
Join Date: May 2017
Location: Hong Kong
Old 08-01-2017 , 10:54   Re: How to write CreateTimer command properly?
Reply With Quote #5

OHHHHHHHHHH, Thank you <333
__________________
Love Dodgeball
_COLOURFUL 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 16:45.


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