Lamont: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Lamont |- | colspan="2" | 300px|Lamont |- | Model: || cast_thug |- | Skin: || 024 017 010 |- | Health: || 300 |- | Weapon: || Pistol |- | Cash: || 0 |- | Moral: || 6 |- | Acc: || 2 |- | Call: || 3 |} </center> Lamont can be found on map sr2. Has watch. Voice table: <syntaxhighlight lang="c"> voice_table_t lamont_random[] = { {NULL, "why you come around lookin' ...",..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 22: | Line 22: | ||
|} | |} | ||
</center> | </center> | ||
Lamont can be found on [[maps|map]] sr2. Has watch. | Lamont can be found on [[maps|map]] sr2. Has watch. Has dog [[Rover]]. | ||
Voice table: | Voice table: | ||
Line 49: | Line 49: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<hr> | |||
<center> | |||
{| class="wikitable" | |||
|+ Lamont demo | |||
|- | |||
| colspan="2" | [[File:Lamont demo.png|300px|Lamont demo]] | |||
|- | |||
| Model: || [[Entities_Cast#cast_thug|cast_thug]] | |||
|- | |||
| Skin: || 024 017 010 | |||
|- | |||
| Health: || 300 | |||
|- | |||
| Weapon: || [[Weapons|Pistol]] | |||
|- | |||
| Cash: || 0 | |||
|- | |||
| Moral: || 6 | |||
|- | |||
| Acc: || 2 | |||
|- | |||
| Call: || 3 | |||
|} | |||
</center> | |||
Lamont can be found on [[maps|map]] sr2. Has watch. Has dog [[Rover]]. Skin is abit darker in Kingpin demo. |
Latest revision as of 02:04, 5 April 2025
![]() | |
Model: | cast_thug |
Skin: | 024 017 010 |
Health: | 300 |
Weapon: | Pistol |
Cash: | 0 |
Moral: | 6 |
Acc: | 2 |
Call: | 3 |
Lamont can be found on map sr2. Has watch. Has dog Rover.
Voice table:
voice_table_t lamont_random[] =
{
{NULL, "why you come around lookin' ...", "why you come around lookin' ...", "actors/male/lamont/babble1.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "motherfucker is gonna be dead...", "@*%$#! is gonna be dead...", "actors/male/lamont/babble2.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "motherfucker's gonna come out...", "@*%$#!s gonna come out...", "actors/male/lamont/mfcomeout.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
//3
{NULL, "I swear I'm gonna kill him...", "I swear I'm gonna kill him...", "actors/male/lamont/killem.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "lenny gonna get my shit out there", "lenny gonna get my @*%$#! out there", "actors/male/lamont/lenny1.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "I tell you lenny ain't gonna do that shit to me", "I tell you lenny ain't gonna do that @*%$#! to me", "actors/male/lamont/lenny2.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
//6
{NULL, "motherfuckin' get me in that bar I'm gonna get that Lenny...", "goin get me in that bar... I'm gonna get that Lenny...", "actors/male/lamont/lenny3.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "kill that motherfucker I swear to god... What the Fuck you lookin' at?", "kill that @*%$#! I swear to god... What the @*%$#! you lookin' at?", "actors/male/lamont/lookin'at2.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "fuck you motherfuckers", "@*%$#! you @*%$#!", "actors/male/lamont/fuckyou.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
//9
{NULL, "you think you're gonna get somma dat out there...", "you think you're gonna get somma dat out there...", "actors/male/lamont/getsome.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "what the fuck you lookin' at?", "what the @*%$#! you lookin' at?", "actors/male/lamont/lookin'at1.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
//11
{NULL, "you got a fuckin' problem?", "you got a @*%$#! problem?", "actors/male/lamont/fuckinprob.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "man get the fuck off my street", "man get the @*%$#! off my street", "actors/male/lamont/offstreet1.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "you better get the fuck off my street", "you better get the @*%$#! off my street", "actors/male/lamont/offstreet2.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
{NULL, "Man, get the fuck out my face motherfucker", "Man, get the @*%$#! out my face @*%$#!", "actors/male/lamont/outofface.wav", 0, {0,0,0,0,0},0,0 , TT_NEGATIVE},
};
![]() | |
Model: | cast_thug |
Skin: | 024 017 010 |
Health: | 300 |
Weapon: | Pistol |
Cash: | 0 |
Moral: | 6 |
Acc: | 2 |
Call: | 3 |
Lamont can be found on map sr2. Has watch. Has dog Rover. Skin is abit darker in Kingpin demo.