Lefty: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Lefty |- | colspan="2" | 300px|Lefty |- | Model: || cast_punk |- | Skin: || 064 046 047 |- | Health: || 250 |- | Weapon: || Tommygun |- | Cash: || 25 |- | Moral: || 6 |- | Acc: || 2 |- | Call: || 3 |} </center> Lefty can be found on map bar_sy. Voice table: <syntaxhighlight lang="c"> voice_table_t sy_lefty[] = { {NULL, "what we standin' around for? time's a wastin'",..." |
(No difference)
|
Latest revision as of 19:29, 4 April 2025
![]() | |
Model: | cast_punk |
Skin: | 064 046 047 |
Health: | 250 |
Weapon: | Tommygun |
Cash: | 25 |
Moral: | 6 |
Acc: | 2 |
Call: | 3 |
Lefty can be found on map bar_sy.
Voice table:
voice_table_t sy_lefty[] =
{
{NULL, "what we standin' around for? time's a wastin'", "what we standin' around for? time's a wastin'", "actors/male/lefty/random1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "get a move on will ya?", "get a move on will ya?", "actors/male/lefty/random2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "get goin' or you'll never find her", "get goin' or you'll never find her", "actors/male/lefty/random3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "hey I gotta stay put and look after big Willi", "hey I gotta stay put and look after big Willi", "actors/male/lefty/nohire1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "I can't leave big Willie in this shape", "I can't leave big Willie in this shape", "actors/male/lefty/nohire2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
};