Raised This Month: $ Target: $400
 0% 

need a script


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
vonamoR
Junior Member
Join Date: Jul 2011
Location: Pizza Hut, Walmart
Old 08-06-2011 , 20:59   Re: need a script
Reply With Quote #1

Quote:
Originally Posted by K o T View Post
Code:
case 1: 
        { 
            if( is_user_alive( id ) ) 
            { 
            set_user_health(id, 150), <-----
            set_user_armor(id, 150)
            } 
        }

case 2: 
        { 
            if( is_user_alive( id ) ) 
            { 
            set_user_noclip(id, 1)
            } 
        }

case 3: 
        { 
            if( is_user_alive( id ) ) 
            { 
            set_user_rendering(id,kRenderFxNone, 0,0,0, kRenderTransAdd,3)
            set_user_godmode(id, 1)
            } 
        }
I need a script to make it work
Why is there a comma there? o.o
__________________
vonamoR is offline
K o T
Senior Member
Join Date: Jan 2011
Old 08-07-2011 , 04:06   Re: need a script
Reply With Quote #2

Quote:
Originally Posted by vonamoR View Post
Why is there a comma there? o.o
Code:
public Spawn_player(id)
{
	if(is_user_alive(id) && is_user_connected(id))
	{
            set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal,0)
            cs_set_user_armor(id, 0, CS_ARMOR_NONE)
            set_user_health( id, 100 )
            set_user_noclip(id, 0)
            set_user_godmode(id, 0)
	}
}
does not work with this
I do not put it so I need this piece of code to work

Last edited by K o T; 08-07-2011 at 04:40.
K o T is offline
Reply



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 23:53.


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