Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 14, 2024
1 parent e958a9a commit 6539a37
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion gta3/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion gta3_mobile/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion gta3_unreal/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion sa/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion sa_mobile/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion sa_unreal/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion vc/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion vc_mobile/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1
2 changes: 1 addition & 1 deletion vc_unreal/snippets/default/023C.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load_special_character {slotId} 1 {modelName} 'SMOKE'
load_all_models_now
set_player_model $player1 {modelId} 290 // special slots starts at regular id 290
set_player_model $player1 {modelId} #SPECIAL01
unload_special_character {slotId} 1

0 comments on commit 6539a37

Please sign in to comment.