Raised This Month: $ Target: $400
 0% 

Solved Ham_Spawn Issue


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DarthMan
Veteran Member
Join Date: Aug 2011
Old 04-04-2017 , 16:06   Re: Ham_Spawn Issue
Reply With Quote #10

Quote:
Originally Posted by Depresie View Post
The help you will receive is directly proportional with the information you gave in your post.. 0
Here's a code that I use on HL1 on a map. It works only on respawn sadly.

Code:
public player_spawn(id)
{
	if(!is_user_alive(id)) return HAM_IGNORED;
	
	strip_user_weapons(id)
	give_item(id, "weapon_crowbar")
	give_item(id,"item_longjump")
	set_user_armor(id, 100)
	set_user_godmode(id, 1);
	return HAM_IGNORED;
}

Last edited by DarthMan; 04-04-2017 at 16:07.
DarthMan 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 18:04.


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