1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Small project needed help with!

Discussion in 'Discussion' started by _HappyGoLucky, Sep 15, 2014.

  1. _HappyGoLucky

    _HappyGoLucky Clockwork Customer

    There might be a pay, but I highly doubt it. If your fine with doing it free add me on steam.

    Link right here .3.!

    Edit: I know most people want money. I been here long enough. Don't even bring it up.
     
  2. _HappyGoLucky

    _HappyGoLucky Clockwork Customer

    No help needed with that but this


    Code:
    function FACTION:GetName(player, character)
    	return "Stuff. "print( LocalPlayer():GetName() );
    end;
    Duck said that wouldn't work so hoping some other geniuses could assist me.

    -Edit Other note looking for someone to assist me in stuff later on as I get more progress and its actually playable.
     
  3. Vortix

    Vortix Moderator Staff Member Moderator Legend Clockwork Customer

    If I'm correct:
    1. Change LocalPlayer() to just player, so (player:GetName());
    2. after "Stuff. " you need two dots ".." to connect both parts (the print and the "Stuff. ")
    3. Remove the print(), print tells it to print something, you aren't asking it to print something. Perhaps not well explained, you will see what I mean in the fixed version:

    Code:
    function FACTION:GetName(player, character)
       return "Stuff. "..player:GetName()
    end
    Also, as for you asking for help, it would be more convincing for people to help you if you actually said what you need help with first, rather than having people add you.
     
  4. _HappyGoLucky

    _HappyGoLucky Clockwork Customer

    I wasn't asking to be added. I was just wanting them to post in here.
     
  5. Vortix

    Vortix Moderator Staff Member Moderator Legend Clockwork Customer

    Well either way, you would most likely get more response if you say what it is you're wanting help with, precisely.
     

Previous Readers (Total: 0)