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

[cP mod]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Smffy
Senior Member
Join Date: Sep 2012
Old 12-17-2013 , 16:19   Re: [cP mod]
Reply With Quote #31

Quote:
Originally Posted by dariomac View Post
Hi!

Is it possible to turn start and stop points invisible?

Thanks
Yeah its in the code so edit and recompile, but i'm not sure why you would want to?

PHP Code:
//------------------------//
// draw zone timer action //
//------------------------//
public Action:ActionDrawZoneTimer(Handle:timerany:client){
    
//draw start yellow
    
DrawBox(g_fMapTimer_start0_cordsg_fMapTimer_start1_cords1.0, {255,255,0,255}, true);
    
//draw finish green
    
DrawBox(g_fMapTimer_end0_cordsg_fMapTimer_end1_cords1.0, {0,255,0,255}, true);
    return 
Plugin_Continue;

Smffy 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 15:32.


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