1. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Picking up stuff

Discussion in 'Modding Help' started by Mazey, Aug 13, 2013.

  1. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    I´m trying to make trees for example pick-up-able by adding this code:
    PHP:
    bool canBePickedUpCBlobthisCBlobbyBlob )
    {
        return 
    false;
    }
    Any ideas why it doesn´t work at all?


    e: Of course I changed return false; to return true;, my bad.
     
  2. Geti

    Geti Please avoid PMing me (poke a mod instead) THD Team Administrator Global Moderator

    Messages:
    3,730
    >return false
    >"can be picked up"
    >"false"

    :^)
     
    MrError likes this.
  3. Mazey

    Mazey Haxor Global Moderator Forum Moderator Staff Alumni Donator Official Server Admin

    Messages:
    1,914
    Oh my bad, of course I changed it to true; in the code itself, just copied fast from woodenplatform.as where it´s false; :kappa: