Thread: ProKreedz 2.31
View Single Post
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 06-17-2011 , 18:44   Re: ProKreedz 2.27
Reply With Quote #510

Quote:
Originally Posted by TozABG View Post
I have a problem with kz_showtime_start, whatever i put 1 or 2, it's display time on HUD.
Only if in game from menu /timer i put for round timer its ok, but for one map only.

And when I type /cp it not show in hud, only show if I type /tp

One more question. How to turn off noclip?

I have none of these problems... Put kz_showtime_start in CFG and restart the map, it should be set default as 1 or 2.
I don't have the CP bug.. but I will heck.

Also about noclip
PHP Code:
public noclip(id)
{
    if (
get_pcvar_num(kz_noclip))
    {
        if (
canusehook[id])
            
set_user_noclip(idget_user_noclip(id) == 1)\
        else
            
ColorChat(idGREEN"[XJ]^x01 Finish map to enable noclip.")
    }
    else
        
ColorChat(id,GREEN"[XJ]^x01 Noclip is disabled.")
            
        
    if(
get_user_noclip(id) == 1)
        
detect_cheat(id,"Noclip")
    
ColorChat(idGREEN"[XJ]^x01 Noclip ^x03%s^x01"get_user_noclip(id) ? "ON" "OFF")
    
    return 
PLUGIN_HANDLED

__________________
My nickname is nucLeaR, I just screwed up at registering and didn't want to change after that X_X.
NucL3ra is offline
Send a message via Yahoo to NucL3ra