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 Marynechum Posted 6 hours ago Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 05/17/25 Last Seen: 6 hours ago Share Posted 6 hours ago Want to try your hand at making cool ice cream by the sea? Papa’s freezeria lets you manage an ice cream shop, making and decorating according to customers’ requests. With simple yet challenging gameplay, the game offers an exciting and entertaining experience! 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.