Raised This Month: $ Target: $400
 0% 

remove task


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ironskillz1
AlliedModders Donor
Join Date: Jul 2012
Location: Sweden
Old 01-19-2013 , 12:35   remove task
Reply With Quote #1

can i somehow remove this task?

Code:
public CountDown()
{
 set_task( 4.0, "CountDown1")
} 
public CountDown1()
{
 g_iCountTime = CountSeconds;
 set_task( 1.0, "Count" , _ , _ , _ , "a" , g_iCountTime ); // THIS COUNT TASK
 set_task( 62.0, "GO")
}
public Count() 
{        
 set_dhudmessage( 1000, 160, 0, -1.0, 0.25, 2, 6.0, 0.1, 0.1, 1.5 );  
 show_dhudmessage( 0 , "[%d]" , g_iCountTime-- );
 
}
__________________
I have many private and unique plugins for Jailbreak and Hide'N'Seek. PM me for more info.

Pm me.

Check out my roulette site.
ironskillz1 is offline
Send a message via Skype™ to ironskillz1
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 01-19-2013 , 13:14   Re: remove task
Reply With Quote #2

Code:
remove_task(); remove_task();
__________________
hleV is offline
ironskillz1
AlliedModders Donor
Join Date: Jul 2012
Location: Sweden
Old 01-19-2013 , 13:33   Re: remove task
Reply With Quote #3

Working Thanks
__________________
I have many private and unique plugins for Jailbreak and Hide'N'Seek. PM me for more info.

Pm me.

Check out my roulette site.
ironskillz1 is offline
Send a message via Skype™ to ironskillz1
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 13:40.


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