David: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ David |- | colspan="2" | 300px|David |- | Model: || cast_punk |- | Skin: || 132 132 132 |- | Health: || 300 |- | Weapon: || Tommygun |- | Cash: || 0 |- | Moral: || 6 |- | Acc: || 3 |- | Call: || 3 |} </center> David can be found on map steel3. Voice table: <syntaxhighlight lang="c"> voice_table_t steeltown_david[]= { {NULL, "Thanks a lot for coming to get me man",..." |
(No difference)
|
Latest revision as of 17:21, 4 April 2025
![]() | |
Model: | cast_punk |
Skin: | 132 132 132 |
Health: | 300 |
Weapon: | Tommygun |
Cash: | 0 |
Moral: | 6 |
Acc: | 3 |
Call: | 3 |
David can be found on map steel3.
Voice table:
voice_table_t steeltown_david[]=
{
{NULL, "Thanks a lot for coming to get me man", "Thanks a lot for coming to get me man", "actors/male/david/david1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Okay man, I'm stickin' with you now", "Okay man, I'm stickin' with you now", "actors/male/david/david2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Moker's got one of the new guns locked up... but I can get it for ya", "Moker's got one of the new guns locked up... but I can get it for ya", "actors/male/david/david3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
};