Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => ShowRoom (pawn) => Topic started by: rohanaj60 on April 26, 2014, 03:54:02 am

Title: The Black Lagon
Post by: rohanaj60 on April 26, 2014, 03:54:02 am
My New Server
The Black Lagon

CLick Below

Removed
Title: Re: The Black Lagon
Post by: mrockxkingbutt on April 26, 2014, 08:06:08 pm
My Codec And Didnt Added My Credits!!

Code: [Select]
public OnPickedUp(pickupid, playerid)
{
if ( pickupid == 115)
{
SetPlayerMoney(playerid,GetPlayerMoney(playerid) + 10000); // +10.000$ to the cash
SendClientMessage(playerid, JACK_WHITE, "You picked up briefcase! Award: 10000$");
}
if ( pickupid == 2)
{
SetPlayerMoney(playerid,GetPlayerMoney(playerid) + 50000); // +50.000$ to the cash
SendClientMessage(playerid, JACK_WHITE, "You picked up bank cash!");
}
if ( pickupid == 2)
{
SetPlayerWeapon(playerid, 21, 276);
SendClientMessage(playerid, JACK_WHITE, "You picked up box with a ruger!");
}
if ( pickupid == 116)
{
SetPlayerDrunk(playerid, 300, 300);
SendClientMessage(playerid, JACK_WHITE, "You drink a beer!");
}
if ( pickupid == 117)
{
SendClientMessage(playerid, JACK_WHITE, "Now you can rob bank!");
}
if ( pickupid == 118)
{
SetPlayerDrunk(playerid, 0, 0);
SendClientMessage(playerid, JACK_WHITE, "Your drink down!");
}
if ( pickupid == 119)
{
SendClientMessage(playerid, JACK_WHITE, "deposit your cash to bank!");
}
if ( pickupid == 120)
{
SendClientMessage(playerid, JACK_WHITE, "No Prop are for sale!");
}
if ( pickupid == 121)
{
SetPlayerMoney(playerid,GetPlayerMoney(playerid) + 5000);
SendClientMessage(playerid, JACK_WHITE, "You picked up cash!");
}
if ( pickupid == 122)
{
SetPlayerHealth( playerid, 100.0 );
SendClientMessage(playerid, JACK_WHITE, "You picked health!");
}
if ( pickupid == 0)
{
SetPlayerHealth(playerid, 150.0 );
SendClientMessage(playerid, BLUE, "You have 150 health!");
}
return 1;

}

RuleBreaking. Didnt Provide Informations!!
Title: Re: The Black Lagon
Post by: rathore on April 26, 2014, 08:36:43 pm
Rofl  he is still stealing commands and not adding  credits
Title: Re: The Black Lagon
Post by: stormeus on April 26, 2014, 08:53:05 pm
OP: Add appropriate credits for code you have taken from others or this thread will be removed in 48 hours.
Title: Re: The Black Lagon
Post by: NeskWriter on April 27, 2014, 11:59:54 am
That's because you guys are too stupid to release .amx files.
Title: Re: The Black Lagon
Post by: sseebbyy on April 29, 2014, 02:58:32 pm
OP: Add appropriate credits for code you have taken from others or this thread will be removed in 48 hours.

And maybe more info about the script ? So we will know what we are going to download.