Scalper: Difference between revisions
Appearance
Created page with "<center> {| class="wikitable" |+ Scalper |- | colspan="2" | 300px|Scalper |- | Model: || cast_thug |- | Skin: || 103 044 009 |- | Health: || 100 |- | Weapon: || Pistol |- | Cash: || -25 |- | Moral: || 0 |- | Acc: || 2 |- | Call: || 3 |} </center> Scalper can be found on map bar_rc. Voice table: <syntaxhighlight lang="c"> voice_table_t rc_scalper[]= { // 0 {NULL, "I'll sell you a Sky Tram ticket for..." |
mNo edit summary |
||
Line 13: | Line 13: | ||
| Weapon: || [[Weapons|Pistol]] | | Weapon: || [[Weapons|Pistol]] | ||
|- | |- | ||
| Cash: || | | Cash: || 0 | ||
|- | |- | ||
| Moral: || 0 | | Moral: || 0 |
Latest revision as of 20:35, 4 April 2025
![]() | |
Model: | cast_thug |
Skin: | 103 044 009 |
Health: | 100 |
Weapon: | Pistol |
Cash: | 0 |
Moral: | 0 |
Acc: | 2 |
Call: | 3 |
Scalper can be found on map bar_rc.
Voice table:
voice_table_t rc_scalper[]=
{
// 0
{NULL, "I'll sell you a Sky Tram ticket for $50", "I'll sell you a Sky Tram ticket for $50", "actors/male/scalper/buyticket1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Want to take the Sky Tram to Central Tower? It'll cost you $50", "Want to take the Sky Tram to Central Tower? It'll cost you $50", "actors/male/scalper/buyticket2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
// 2
{NULL, "There you go my man", "There you go my man", "actors/male/scalper/yes1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Have a good trip", "Have a good trip", "actors/male/scalper/yes2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
// 4
{NULL, "Sorry, you need $50", "Sorry, you need $50", "actors/male/scalper/no1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "Like I said, the price is $50", "Like I said, the price is $50", "actors/male/scalper/no2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "The Sky Tram's the only way to get to the tower", "The Sky Tram's the only way to get to the tower", "actors/male/scalper/amb1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "The gang violence in RC is gettin' way out of hand", "The gang violence in RC is gettin' way out of hand", "actors/male/scalper/amb2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "With them Jokers and Dragons goin' at it, it ain't safe to walk the streetsno more", "With them Jokers and Dragons goin' at it, it ain't safe to walk the streets no more", "actors/male/scalper/amb3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_POSITIVE},
{NULL, "I don't care what you say... It's still gonna cost you $50", "I don't care what you say... It's still gonna cost you $50", "actors/male/scalper/curse1.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Go flap your wings and fly to Central Tower, cause you ain't gettin' there any other way", "Go flap your wings and fly to Central Tower, cause you ain't gettin' there any other way", "actors/male/scalper/curse2.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
{NULL, "Fine. Be that way. I'll just sell it to somebody else...", "Fine. Be that way. I'll just sell it to somebody else...", "actors/male/scalper/curse3.wav", 0, {0,0,0,0,0}, 0, 0 , TT_NEGATIVE},
};