Raised This Month: $ Target: $400
 0% 

team Player is Spectator


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sutar
Senior Member
Join Date: Sep 2010
Old 02-19-2013 , 13:50   team Player is Spectator
Reply With Quote #1

How to make it so that when a player is entering the server and he was in command of Spectator?

Here's the script:
HTML Code:
#include <amxmodx>
#include <cstrike>

public plugin_init()
	register_plugin("test", "0.0", "Author")

public client_putinserver(id)
{
	engclient_cmd(id, "jointeam", "6")
	engclient_cmd(id, "specmode", "1")
	engclient_cmd(id, "chooseteam", "1")
}
But the problem is this:
1. No first MOTD window.
2. No window to select the class (and should not open it)
How to do it right?

Last edited by Sutar; 02-19-2013 at 13:51.
Sutar 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 21:46.


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