Jump to content

Sal

From Kingpin Wiki
Revision as of 13:04, 4 April 2025 by FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Sal |- | colspan="2" | 300px|Sal on map bar_sy |- | Model: || cast_shorty |- | Skin: || 064 047 047 |- | Health: || 250 |- | Weapon: || Tommygun |- | Cash: || 0 |- | Moral: || 6 |- | Acc: || 4 |- | Call: || 3 |} </center> Mathew can be found on map bar_sy. Voice table: <syntaxhighlight lang="c"> voice_table_t sy_sal[] = { {NULL, "somebody just kidnapped big willie's...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Sal
Sal on map bar_sy
Model: cast_shorty
Skin: 064 047 047
Health: 250
Weapon: Tommygun
Cash: 0
Moral: 6
Acc: 4
Call: 3

Mathew can be found on map bar_sy.

Voice table:

voice_table_t sy_sal[] =
{
	{NULL, "somebody just kidnapped big willie's girl",					"somebody just kidnapped big willie's girl",				"actors/male/sal/kidnapped.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "yeah, that's him lyin on the floor",						"yeah, that's him lyin on the floor",						"actors/male/sal/onfloor.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "let's get her back before it's too late",					"let's get her back before it's too late",					"actors/male/sal/getherback.wav",	0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "man, look what they did to her... better go tell willie",	"man, look what they did to her... better go tell willie",	"actors/male/sal/didtoher.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
	{NULL, "man, we gonna need shotguns for this kinda deal",			"man, we gonna need shotguns for this kinda deal",			"actors/male/sal/shotguns.wav",		0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},

};