Heilman: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Heilman |- | colspan="2" | 300px|Heilman |- | Model: || cast_shorty |- | Skin: || 121 121 121 |- | Health: || 250 |- | Weapon: || Tommygun |- | Cash: || 250 |- | Moral: || 5 |- | Acc: || 4 |- | Call: || 3 |} </center> Heilman can be found on map sy2. Voice table: <syntaxhighlight lang="c"> voice_table_t sy_dogg[] = voice_table_t heilman[] = { {NULL, "Mein Fuhrer, I..." |
No edit summary |
||
Line 23: | Line 23: | ||
</center> | </center> | ||
Heilman can be found on [[maps|map]] sy2. | Heilman can be found on [[maps|map]] sy2. | ||
Based on [https://en.wikipedia.org/wiki/Dr._Strangelove Dr. Strangelove]. | |||
Voice table: | Voice table: |
Revision as of 01:33, 3 April 2025
![]() | |
Model: | cast_shorty |
Skin: | 121 121 121 |
Health: | 250 |
Weapon: | Tommygun |
Cash: | 250 |
Moral: | 5 |
Acc: | 4 |
Call: | 3 |
Heilman can be found on map sy2.
Based on Dr. Strangelove.
Voice table:
voice_table_t sy_dogg[] =
voice_table_t heilman[] =
{
{NULL, "Mein Fuhrer, I can't walk!", "Mein Fuhrer, I can't walk!", "actors/male/heilman/death1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "Ich bin fertig!", "Ich bin fertig!", "actors/male/heilman/death1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "Ach mein lieben!", "Ach mein lieben!", "actors/male/heilman/pain1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/male/heilman/pain2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "", "", "actors/male/heilman/pain3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "Gaaouch!", "Gaaouch!", "actors/male/heilman/pain4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NONE},
{NULL, "I'm hitting you!", "I'm hitting you!", "actors/male/heilman/fight1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "How you like zem apples?", "How you like zem apples?", "actors/male/heilman/fight2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "You are making me sooo angry!", "You are making me sooo angry!", "actors/male/heilman/fight3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Take zat you little sheiter!", "Take zat you little @*%$#!!", "actors/male/heilman/fight4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Ve have meat here in the building!", "Ve have meat here in the building!", "actors/male/heilman/funny1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I have vays of making you hurt!", "I have vays of making you hurt!", "actors/male/heilman/funny2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Pain is instructive!", "Pain is instructive!", "actors/male/heilman/funny3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I have five times your strength!", "I have five times your strength!", "actors/male/heilman/funny4.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Time to nip this in the bud!", "Time to nip this in the bud!", "actors/male/heilman/funny5.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Stop fighting back, it's not fair!", "Stop fighting back, it's not fair!", "actors/male/heilman/funny6.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "I'll cut off your johnson!", "I'll cut off your @*%$#!!", "actors/male/heilman/funny7.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE}
};