Raised This Month: $ Target: $400
 0% 

Proper way to attach a value to a native


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-25-2010 , 08:21   Re: Proper way to attach a value to a native
Reply With Quote #6

As a side note, you can replace :

PHP Code:
    if (task_exists(TASK_ROUND))
        
remove_task(TASK_ROUND)
    if (
task_exists(BUILD_TASK))
        
remove_task(BUILD_TASK
with

PHP Code:
        remove_task(TASK_ROUND)
        
remove_task(BUILD_TASK
because remove_task checks if the task exists.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
 



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 00:08.


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