xBeer Posted February 25 Group: Members Topic Count: 2 Topics Per Day: 0.02 Content Count: 4 Reputation: 0 Joined: 02/18/25 Last Seen: March 18 Share Posted February 25 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; } } } Quote Link to comment Share on other sites More sharing options...
0 salmawis Posted yesterday at 01:18 AM Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 05/30/25 Last Seen: Yesterday at 01:15 AM Share Posted yesterday at 01:18 AM On 2/25/2025 at 8: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; } } } 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. Quote Link to comment Share on other sites More sharing options...
Question
xBeer
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.