AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Select a command players (https://forums.alliedmods.net/showthread.php?t=183405)

Sutar 04-21-2012 13:14

Select a command players
 
Hello all,
Here I have a question as to the function when the player has entered the server and clicked in the first box, "OK," he did not show a window to select a command, and the player immediately postdated for the observers?

Sutar 04-22-2012 07:44

Re: Select a command players
 
Please help
I did this:

Quote:

#include <amxmodx>
#include <amxmisc>

public plugin_init()
{
register_plugin("AtaKer Mod", "2.5", "Sutar")
}


public client_connect(id)
{
if (is_user_alive(id))
user_silentkill(id)

engclient_cmd(id, "jointeam", "6")

return PLUGIN_CONTINUE
}
and something is not working


All times are GMT -4. The time now is 07:42.

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