Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 28, 2024
1 parent 0f3c301 commit 3ba0cac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sa/snippets/default/0806.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while true
then
print_formatted_now {format} "Another %d bites the dust!" {time} 3000 {args} killCount
add_one_off_sound {pos} 0.0 0.0 0.0 {soundId} ScriptSound.SoundCheckpointRed

prevKillCount += killCount
end

prevKillCount = get_total_number_of_peds_killed_by_player $player1
end
4 changes: 2 additions & 2 deletions sa_mobile/snippets/default/0806.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while true
then
print_formatted_now {format} "Another %d bites the dust!" {time} 3000 {args} killCount
add_one_off_sound {pos} 0.0 0.0 0.0 {soundId} ScriptSound.SoundCheckpointRed

prevKillCount += killCount
end

prevKillCount = get_total_number_of_peds_killed_by_player $player1
end
4 changes: 2 additions & 2 deletions sa_unreal/snippets/default/0806.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ while true
then
print_formatted_now {format} "Another %d bites the dust!" {time} 3000 {args} killCount
add_one_off_sound {pos} 0.0 0.0 0.0 {soundId} ScriptSound.SoundCheckpointRed

prevKillCount += killCount
end

prevKillCount = get_total_number_of_peds_killed_by_player $player1
end

0 comments on commit 3ba0cac

Please sign in to comment.