View Single Post
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 01-10-2013 , 04:13   Re: KCM Ultimate MUST SEE! (Blockmaker)
Reply With Quote #4

PHP Code:
register_clcmd("say""server",0);

//code

public server(id)
{
    new 
szArgs[17];
        
read_args(szArgs16);
        
replace_all(szArgs16"^"", "");
        new szCmd[10], szParams[5];
        strbreak(szArgs, szCmd, 9, szParams, 4);
    
    if ( equali(szCmd, "
server", 0) ||  equali(szCmd, "/server", 0))
    {
        new username[42];
         get_user_name(id, username, 32);
         hns_print(0, "
^x03%s has Redirected to the Official^x04 [KCM].HnS Server.^x03 Type /server to Follow",username);
        client_cmd(id, "
Connect 90.224.114.77:27015");
    }

What is this supposed to be?

Edit:

+ 106 warnings at compilation.

Last edited by bLacK-bLooD; 01-10-2013 at 04:16.
bLacK-bLooD is offline