Raised This Month: $ Target: $400
 0% 

Respawn connected player.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
hleV
Veteran Member
Join Date: Mar 2007
Location: Lithuania
Old 05-25-2009 , 13:50   Re: Respawn connected player.
Reply With Quote #1

Code:
new FirstJoin[33];   public plugin_init()         register_logevent("JoinedTeam", 2, "1=joined team");   public client_connect(Client)         FirstJoin[Client] = true;   public JoinedTeam() {         new LogUser[80], Name[32];         read_logargv(0, LogUser, 79);         parse_loguser(LogUser, Name, 31);         new Client = get_user_index(Name);           if (FirstJoin[Client] && !is_user_alive(Client))         {                 FirstJoin[Client] = false;                   respawn_player(Client);         } }
__________________
hleV is offline
xbatista
Veteran Member
Join Date: Mar 2008
Location: Lithuania
Old 05-25-2009 , 14:01   Re: Respawn connected player.
Reply With Quote #2

Tested
Still not respawning
xbatista is offline
Send a message via Skype™ to xbatista
Old 05-13-2010, 16:06
abdul-rehman
This message has been deleted by abdul-rehman.
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 01:31.


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