Thread: [cP mod]
View Single Post
Smffy
Senior Member
Join Date: Sep 2012
Old 12-17-2013 , 16:19   Re: [cP mod]
Reply With Quote #281

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