--
[ Picked text/plain from multipart/alternative ]
CON_COMMAND( server_command, "my server only command" )
{
    if ( !UTIL_IsCommandIssuedByServerAdmin() )
        return;

dostuff();
}

On 5/9/07, Ratman2000 <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> im trying to create a Server side only ConCommand without luck...
>
> Can anybody tell me a way, i can create a Server Side Only Command, or i
> can
> find out, which player runs this command?
>
> The Problem is, that i like to make different thinkt by server and by
> client
> commands...
>
> Is there a way?
>
> Sorry for my bad english :)
>
> With friendly Reguards from Germany
>
> Ratman2000
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlcoders
>
>


--
-omega
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to