Raised This Month: $ Target: $400
 0% 

[ZP] - [HELP] Removing Lasermines Progress Bar


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Infernuz
Member
Join Date: May 2011
Old 08-31-2012 , 20:33   Re: [ZP] - [HELP] Removing Lasermines Progress Bar
Reply With Quote #2

Try that, I only wonder what will happend... such huge plugins -.-

PHP Code:
public CreateLaserMine_Progress(id


    if(!
CreateCheck(id)) 
        return 
PLUGIN_HANDLED
    
g_settinglaser[id] = false
     
    
message_begin(MSG_ONE108, {0,0,0}, id); 
    
write_byte(1); 
    
write_byte(0); 
    
message_end(); 

    
//set_task(1.2, "Spawn", (TASK_PLANT + id)); 
    
Spawn(TASK_PLANT id);

    return 
PLUGIN_HANDLED


public 
ReturnLaserMine_Progress(id


    if(!
ReturnCheck(id)) 
        return 
PLUGIN_HANDLED
    
g_settinglaser[id] = true

    
message_begin(MSG_ONE108, {0,0,0}, id); 
    
write_byte(0.1); 
    
write_byte(0); 
    
message_end(); 

    
//set_task(1.2, "ReturnMine", (TASK_RELEASE + id)); 
    
ReturnMenu(TASK_RELEASE id);

    return 
PLUGIN_HANDLED

Infernuz is offline
Send a message via ICQ to Infernuz
 



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


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