Jump to content

Tyrone

From Kingpin Wiki
Revision as of 20:45, 4 April 2025 by FREDZ (talk | contribs) (Created page with "<center> {| class="wikitable" |+ Tyrone |- | colspan="2" | 300px|Tyrone |- | Model: || cast_punk |- | Head: || 1 |- | Skin: || 507 082 054 |- | Health: || 500 |- | Weapon: || Tommygun |- | Cash: || 0 |- | Moral: || 5 |- | Acc: || 4 |- | Call: || 3 |} </center> Tyrone can be found on map ty4. Voice table: <syntaxhighlight lang="c"> voice_table_t ty_tyrone[] = { {NULL, "", "", "actors/male/tyrone/dea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Tyrone
Tyrone
Model: cast_punk
Head: 1
Skin: 507 082 054
Health: 500
Weapon: Tommygun
Cash: 0
Moral: 5
Acc: 4
Call: 3

Tyrone can be found on map ty4.

Voice table:

voice_table_t ty_tyrone[] = 
{
	{NULL, "",		"",		"actors/male/tyrone/death1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NONE},
	{NULL, "",		"",		"actors/male/tyrone/death1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NONE},
	{NULL, "",		"",		"actors/male/tyrone/pain1.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NONE},
	{NULL, "",		"",		"actors/male/tyrone/pain2.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NONE},
	{NULL, "",		"",		"actors/male/tyrone/pain3.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NONE},
	{NULL, "",		"",		"actors/male/tyrone/pain4.wav",		0, {0,0,0,0,0}, 0, 0 , TT_NONE},


	{NULL, "Les go!  Come on!",											"Les go!  Come on!",							"actors/male/tyrone/fight1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "Bring it motherfucker!",									"Bring it @*%$#!!",								"actors/male/tyrone/fight2.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "Be cool bitch!",											"Be cool @*%$#!!",								"actors/male/tyrone/fight3.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "Bring it motherfucker!",									"Bring it @*%$#!!",								"actors/male/tyrone/fight4.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},

	{NULL, "I'm sorry, did I break your concentration?",				"I'm sorry, did I break your concentration?",	"actors/male/tyrone/funny1.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "Do I look like a bitch, motherfucker?",						"Do I look like a @*%$#!, @*%$#!?",				"actors/male/tyrone/funny2.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "I'm the guns of the Navarone!",								"I'm the guns of the Navarone!",				"actors/male/tyrone/funny3.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "I'm superfly TNT!",											"I'm superfly TNT!",							"actors/male/tyrone/funny4.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "I'm a mushroom cloud layin' motherfucker, motherfucker!",	"I'm a mushroom cloud layin' @*%$#!, @*%$#!!",	"actors/male/tyrone/funny5.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
	{NULL, "I will lay my vengeance down upon thee!",					"I will lay my vengeance down upon thee!",		"actors/male/tyrone/funny6.wav",	0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE}
	
};