Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads

Coders


Wackylackay
 Share

Recommended Posts

Hate to be the one who points this out but.... recruiting? If your creating this mod and then sharing it on HG servers that may be a different story. I may even be wrong to accuse of recruiting. Some more detail would be nice (I know you said you can't say more about it but...) if you want some coders, your going to need to tell people exactly what they'll be doing and coding for a realism mod.

Link to comment
Share on other sites

Alright well, im not recruiting people to join css realism and do it(I used to be HG member, i guess i still am and i wouldn't wanna get banned form here or the servers. I just need help from people that know how to code. The realism mod for Day of Defeat Source, i need it to be able to work for CSS. Hey, maybe if HG is interested in taking part in it thatd be great too. But plz, do add me to friends list, my other friends can give you more detailed information, this is relatively new so he havnt quite figured it out but we know this is what we need first.

Link to comment
Share on other sites

Alright well, im not recruiting people to join css realism and do it(I used to be HG member, i guess i still am and i wouldn't wanna get banned form here or the servers. I just need help from people that know how to code. The realism mod for Day of Defeat Source, i need it to be able to work for CSS. Hey, maybe if HG is interested in taking part in it thatd be great too. But plz, do add me to friends list, my other friends can give you more detailed information, this is relatively new so he havnt quite figured it out but we know this is what we need first.

 

So you are saying that you want help from HG when you are not going to share it with us and have no personal experience porting code?

Link to comment
Share on other sites

Here I'll code it for you.

 

#include <dod>
#include <sourcemod>
#pragma semicolon
new ClientAsksForCoders[MAXPLAYERS+1] = 0;

public OnClientPutInServer(client)
{
if (ClientAsksForCoders[client] == 1)
    {
      KickClient(client, "Where did you go?!");
    }
else if (ClientAsksForCoders[client] == 0)
    {
      PrintToChat(client, "Oh hai there");
    }

return;
}

 

Tell me how that works out!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share