ItsMods

Full Version: Help me, I'm from Russia !!!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2

Camelot

Please make Russian welcomer plug so that it was written:
"^7: + Client.Name + "
Check out the 'How to compile plugins for super noobs' tutorial.
You can really easily do this your self
, - , ))

o jariz dont ban me please

Camelot

JariZ
I do not know where to find the code welcomer!

Camelot

JariZ
Here's the code welcomer???

PHP Code:
using System;
using Addon;

namespace 
plugin_test
{
    public class 
plugin_test CPlugin
    
{
        public 
override void OnServerLoad()
        {
            
ServerPrint("Welcomer plugin by Tylerd86 loaded!");
        }

        public 
override void OnPlayerConnect(ServerClient Client)
        {
            
ServerSay("^7Welcomer: ^2Everyone welcome ^3" Client.Name " ^2to the server!"true);
        }
    }

(03-11-2012, 14:31)JariZ Wrote: [ -> ]@camelot

welcomer:
http://www.itsmods.com/forum/Thread-Rele...ack-1.html

tutorial:
http://www.itsmods.com/forum/Thread-How-...noobs.html

Brought to you by the SearchBox

Google Custom Search *
@camelot Yes.
You guys waste 5-10mins by writing comment and didnt waste 2 mins to help some one.

@Camelot here you go

Camelot

yamraj

sps
Pages: 1 2