View Single Post
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 04-16-2015 , 16:31   Re: Command and connection to server
Reply With Quote #5

Quote:
Originally Posted by thecount View Post
PHP Code:
#include <sourcemod>

public OnClientPutInServer(client){
    
ClientCommand(client,  "any_command_here");

With my command not works :\
Maximilian_ is offline