Difference between revisions of "023C"

From GTAMods Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
This opcode is required when using [[009A]] with special peds. An interesting thing about this opcode is that the DFF model does not need to be defined in an [[IDE]] file. All it needs is a functional ped model. [[023D]] checks if the model is loaded and [[0296]] marks the model as no longer needed.
 
This opcode is required when using [[009A]] with special peds. An interesting thing about this opcode is that the DFF model does not need to be defined in an [[IDE]] file. All it needs is a functional ped model. [[023D]] checks if the model is loaded and [[0296]] marks the model as no longer needed.
  
==Keywords==
+
== List of special actor in San Andreas ==
 +
{|{{Prettytable}} class="collapsible"
 +
!Special Actor
 +
!Description
 +
|-     
 +
|ANDRE  ||Andre
 +
|- 
 +
|BBTHIN  ||Big Bear (thin)
 +
|- 
 +
|BB  ||Big Bear (fat)
 +
|- 
 +
|CAT  ||Catalina
 +
|- 
 +
|CESAR  ||Cesar
 +
|- 
 +
|COPGRL1  ||The naked girl 1
 +
|- 
 +
|COPGRL2  ||Girl 1
 +
|- 
 +
|COPGRL3  ||Girl 1
 +
|- 
 +
|CLAUDE  ||Claude from GTA3
 +
|- 
 +
|CROGRL1  ||The naked girl 2
 +
|- 
 +
|CROGRL2  ||Girl 2
 +
|- 
 +
|DWAYNE  ||Dwayne
 +
|- 
 +
|EMMET  ||Emmet
 +
|- 
 +
|FORELLI  ||Forelli
 +
|- 
 +
|JANITOR  ||mechanic
 +
|- 
 +
|JETHRO  ||Jethro
 +
|- 
 +
|JIZZY  ||Jizzy
 +
|- 
 +
|HERN  ||Hernandes
 +
|- 
 +
|GANGRL1  ||The naked girl 3
 +
|- 
 +
|GANGRL2  ||Girl 3
 +
|- 
 +
|GANGRL3  ||Girl 3
 +
|- 
 +
|GUNGRL1  ||The naked girl 4
 +
|- 
 +
|GUNGRL2  ||Girl 4
 +
|- 
 +
|GUNGRL3  ||Girl 4
 +
|- 
 +
|KENDL  ||Kendel
 +
|- 
 +
|MACCER  ||Maccer
 +
|- 
 +
|MADDOGG  ||Mad Dog
 +
|- 
 +
|MECGRL1  ||The naked girl 5
 +
|- 
 +
|MECGRL2  ||Girl 5
 +
|- 
 +
|MECGRL3  ||Girl 5
 +
|- 
 +
|NURGRL1  ||The naked nurse
 +
|- 
 +
|NURGRL2  ||nurse
 +
|- 
 +
|NURGRL2  ||nurse
 +
|- 
 +
|OGLOC  ||OG Loc
 +
|- 
 +
|PAUL  ||Kent Paul
 +
|- 
 +
|PULASKI  ||Pulaski
 +
|- 
 +
|ROSE  ||Ken Rosenberg
 +
|- 
 +
|RYDER1  ||Ryder (1)
 +
|- 
 +
|RYDER2  ||Ryder (2)
 +
|- 
 +
|RYDER3  ||Ryder (3)
 +
|- 
 +
|SINDACO  ||Sindaco
 +
|- 
 +
|SMOKE  ||Big Smoke
 +
|- 
 +
|SMOKEV  ||with body armour
 +
|- 
 +
|SUZIE  ||Suzie
 +
|- 
 +
|SWEET  ||Sweet
 +
|- 
 +
|TBONE  ||T Bone
 +
|- 
 +
|TENPEN  ||Tenpeni
 +
|- 
 +
|TORINO  ||Torino
 +
|- 
 +
|TRUTH  ||The Truth
 +
|- 
 +
|WUZIMU  ||Wu Zi
 +
|- 
 +
|ZERO  ||Zero
 +
|}
 +
 
 +
== Keywords ==
 
load, request, model, special, actor, ped
 
load, request, model, special, actor, ped
  
 
[[Category:OpCodes]]
 
[[Category:OpCodes]]

Revision as of 15:16, 6 February 2009

023C=2,%1d% %2d%
Description: Loads a special ped into memory
Parameter 1: Special actor ID (from 1 to 10)
Parameter 2: Valid ped DFF model name
Supports: GTA3, Vice City, San Andreas

This opcode is required when using 009A with special peds. An interesting thing about this opcode is that the DFF model does not need to be defined in an IDE file. All it needs is a functional ped model. 023D checks if the model is loaded and 0296 marks the model as no longer needed.

List of special actor in San Andreas

Special Actor Description
ANDRE Andre
BBTHIN Big Bear (thin)
BB Big Bear (fat)
CAT Catalina
CESAR Cesar
COPGRL1 The naked girl 1
COPGRL2 Girl 1
COPGRL3 Girl 1
CLAUDE Claude from GTA3
CROGRL1 The naked girl 2
CROGRL2 Girl 2
DWAYNE Dwayne
EMMET Emmet
FORELLI Forelli
JANITOR mechanic
JETHRO Jethro
JIZZY Jizzy
HERN Hernandes
GANGRL1 The naked girl 3
GANGRL2 Girl 3
GANGRL3 Girl 3
GUNGRL1 The naked girl 4
GUNGRL2 Girl 4
GUNGRL3 Girl 4
KENDL Kendel
MACCER Maccer
MADDOGG Mad Dog
MECGRL1 The naked girl 5
MECGRL2 Girl 5
MECGRL3 Girl 5
NURGRL1 The naked nurse
NURGRL2 nurse
NURGRL2 nurse
OGLOC OG Loc
PAUL Kent Paul
PULASKI Pulaski
ROSE Ken Rosenberg
RYDER1 Ryder (1)
RYDER2 Ryder (2)
RYDER3 Ryder (3)
SINDACO Sindaco
SMOKE Big Smoke
SMOKEV with body armour
SUZIE Suzie
SWEET Sweet
TBONE T Bone
TENPEN Tenpeni
TORINO Torino
TRUTH The Truth
WUZIMU Wu Zi
ZERO Zero

Keywords

load, request, model, special, actor, ped