Nick: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Nick |- | colspan="2" | 300px|Nick |- | Model: || cast_bum_sit |- | Skin: || 024 017 011 |- | Health: || 80 |- | Cash: || 0 |} </center> Nick can be found on map sr3. Same skin as Ed & Rummy Voice table: <syntaxhighlight lang="c"> voice_table_t nick[] = { {NULL, "better keep your ass out of there if you know what's good for you", "better keep your @*%$..." |
No edit summary |
||
Line 14: | Line 14: | ||
|} | |} | ||
</center> | </center> | ||
Nick can be found on [[maps|map]] sr3. Same skin as [[Ed]] & [[Rummy]] | Nick can be found on [[maps|map]] sr3. Same skin as [[Ed]] & [[Rummy]]. | ||
Voice table: | Voice table: |
Revision as of 23:17, 4 April 2025
![]() | |
Model: | cast_bum_sit |
Skin: | 024 017 011 |
Health: | 80 |
Cash: | 0 |
Nick can be found on map sr3. Same skin as Ed & Rummy.
Voice table:
voice_table_t nick[] =
{
{NULL, "better keep your ass out of there if you know what's good for you", "better keep your @*%$#! out of there if you know what's good for you", "actors/male/joseph/keepout.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "hey them scorps will rip you a new asshole", "hey them scorps will rip you a new @*%$#!", "actors/male/joseph/ripass.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "you go in there they will bring you out in a body bag", "you go in there they will bring you out in a body bag", "actors/male/joseph/bodybag.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "that's all I know", "that's all I know", "actors/male/joseph/alliknow.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "sorry, that's all I got to say", "sorry, that's all I got to say", "actors/male/joseph/alltosay.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "hey ask me again I tell you the same you fuckin' motard", "hey ask me again I tell you the same you @*%$#! motard", "actors/male/joseph/motard.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE},
{NULL, "that bike the sewer rats got is the only way outta skidrow", "that bike the sewer rats got is the only way outta skidrow", "actors/male/joseph/outofskidrow.wav", 0, {0,0,0,0,0},0,0 , TT_POSITIVE}
};