Skip to content

Commit 18f30b3

Browse files
committed
📝 update commands
1 parent 17f16c0 commit 18f30b3

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

sa/snippets/default/0491.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
while true
2+
wait 0
3+
4+
if
5+
has_char_got_weapon $scplayer {weaponType} WeaponType.Pistol
6+
then
7+
print_string_now {text} "Owns pistol" {time} 50
8+
end
9+
end
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
while true
2+
wait 0
3+
4+
if
5+
has_char_got_weapon $scplayer {weaponType} WeaponType.Pistol
6+
then
7+
print_string_now {text} "Owns pistol" {time} 50
8+
end
9+
end
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
while true
2+
wait 0
3+
4+
if
5+
has_char_got_weapon $scplayer {weaponType} WeaponType.Pistol
6+
then
7+
print_string_now {text} "Owns pistol" {time} 50
8+
end
9+
end

0 commit comments

Comments
 (0)