Thread: ProKreedz 2.31
View Single Post
NucL3ra
Veteran Member
Join Date: Sep 2008
Location: Bucuresti , Romania
Old 07-16-2012 , 15:19   Re: ProKreedz 2.31
Reply With Quote #847

PHP Code:
public goStart(id)
{
    if( !
is_user_aliveid ) )
    {        
        
kz_chat(id"%L"id"KZ_NOT_ALIVE")
        return 
PLUGIN_HANDLED
    
}

    if (
IsPaused[id])
    {
        
kz_chat(id"%L"id"KZ_TELEPORT_PAUSE")
        return 
PLUGIN_HANDLED
    
}

    if(
get_pcvar_num(kz_save_autostart) == && AutoStart [id] )
    {
        
set_pev(idpev_velocityFloat:{0.00.00.0})
        
set_pevidpev_flagspev(idpev_flags) | FL_DUCKING )
        
set_pev(idpev_originSavedStart [id] )

        
kz_chat(id"%L"id"KZ_START")        
    }
    else if ( 
DefaultStart )
    {
        
set_pev(idpev_velocityFloat:{0.00.00.0})
        
set_pev(idpev_originDefaultStartPos)

        
kz_chat(id"%L"id"KZ_START")
    }
    else
    {    
        
kz_chat(id"%L"id"KZ_NO_START")

        
CmdRespawn(id)
    }
        
reset_checkpoints(id)

    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