Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

Cashpoint rewards to party ?


xBeer

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.02
  • Content Count:  4
  • Reputation:   0
  • Joined:  02/18/25
  • Last Seen:  

I am looking for information on whether it is possible to give cashpoint to members of group X.

I think it could be something like that?

    

getpartymember .party_id, 1;
    getpartymember .party_id, 2;
    .round++;
    if ( .round >= 2 && .round != .totalround +1 && .round_item_amount ) {
        for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
            if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
                attachrid $@partymemberaid[.@i];
                if ( strcharinfo(3) == .eventmap$ )
                    cashpoint, #cashpoints +100;
            }
        }
    }

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/30/25
  • Last Seen:  

  On 2/25/2025 at 1:51 PM, xBeer said:

I am looking for information on whether it is possible to give cashpoint to members of group X.

I think it could be something like that?

    drift boss

getpartymember .party_id, 1;
    getpartymember .party_id, 2;
    .round++;
    if ( .round >= 2 && .round != .totalround +1 && .round_item_amount ) {
        for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
            if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
                attachrid $@partymemberaid[.@i];
                if ( strcharinfo(3) == .eventmap$ )
                    cashpoint, #cashpoints +100;
            }
        }
    }

 

Expand  

is trying to distribute cashpoints to party members. It checks if the player is online, on the right map, and then adds 100 cashpoints to them.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  1
  • Reputation:   0
  • Joined:  05/31/25
  • Last Seen:  

Posted (edited)
  On 2/25/2025 at 1:51 PM, xBeer said:

I am looking for information on whether it is possible to give cashpoint to members of group X.

I think it could be something like that Geometry Dash Lite?

    

getpartymember .party_id, 1;
    getpartymember .party_id, 2;
    .round++;
    if ( .round >= 2 && .round != .totalround +1 && .round_item_amount) {
        for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
            if ( isloggedin( $@partymemberaid[.@i], $@partymembercid[.@i] ) ) {
                attachrid $@partymemberaid[.@i];
                if ( strcharinfo(3) == .eventmap$ )
                    cashpoint, #cashpoints +100;
            }
        }
    }

 

Expand  

You should provide information to members of group X before giving cashpoint.

Edited by Linneaoltenbe
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  2
  • Reputation:   0
  • Joined:  06/11/25
  • Last Seen:  

Is it possible to directly give cashpoint to specific members in a group? From my experience, systems usually don't allow direct assignment like getpartymember .party_id, 1. Instead, explore options like group payouts distributed by an admin or creating a shared wallet system. Did you know that Pacman 30th Anniversary was a huge cultural event?

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
Answer this question...

×   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.

×
×
  • Create New...