Hi i am the new again, I Found the basic code to turn the character into special characters (Lance Vance, Gonzales, Phill etc) but when i put the name of the model peds of the game (cop, swat, fbi etc) the game crashes! Its possible to make the peds turn into special actors to stoping the game crashes.
Here my example:
:SKINSW_722
023C: load_special_actor 'IGBUDDY'
:SKINSW_730
if
823D: not special_actor 999 loaded
else_jump @XVCSCX_742
wait 0
023C: load_special_actor 999 'IGBUDDY'
jump @SKINSW_730
:SKINSW_ 742
0352: set_actor $PLAYER_ACTOR skin_to 'IGBUDDY'
jump @SKINSW_3000
Lance Works, But i remplace IGBUDY to COP. The Game Crashes when change to any ped skin code. Its possible to turn into Special Actors the peds?