SA-MP Forums Archive
[GameMode] Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Gamemode Scripts (https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] (/showthread.php?tid=512591)

Pages: 1 2


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Dignity - 13.05.2014

Quote:
Originally Posted by Vincenzo_Morello
View Post
someone pls upload: http://www.solidfiles.com/
http://www.solidfiles.com/d/2016e23856/bbrp.rar


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Vincenzo_Morello - 13.05.2014

thank you


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Stealthshooter - 13.05.2014

Nice Release Good Job


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Haqdost - 14.06.2014

Cannot Save Password in first log in when set password after when try to relogin it keep saying incorrect password


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - 1FreeHost - 14.06.2014

Nice gamemode.
But you need more systems+fixes.


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - ajam123 - 14.06.2014

It's look like a little bits Italy Mafia RP system.


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - J1mmb0 - 20.06.2014

best RP mod,nice man rep +!!!!


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - JakeHunter1 - 20.06.2014

Bug with saving weapons it duplicate the ammo on relog eazy to fix ..
Good job anyway ..


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - XaibBaba - 21.06.2014

Really a goood work
keep it up


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - Dignity - 21.06.2014

Quote:
Originally Posted by JakeHunter1
View Post
Bug with saving weapons it duplicate the ammo on relog eazy to fix ..
Good job anyway ..
ResetPlayerWeapons(playerid); before giving the weapons should fix it.

Quote:
Originally Posted by ajam123
View Post
It's look like a little bits Italy Mafia RP system.
I hope you're not implying I stole stuff from there, because I made this by myself.


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - LeonardN - 20.01.2016

Can we get download link for the hole shit?


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - knuckleduster5 - 24.01.2016

Some bugs:
1- Player veriables doesn't save.
2- Password bug.
3- Bank bug, - amount is available.
4- Dealership cars doesn't save.
5- TextLabel method is very old and server can't update labels. For example: House, biz labels.
6- There are hundreds of unnecessary code. For example:
Code:
stock RegisterFix(playerid)
{
	new string[30];

	if(pInfo[playerid][Gender] == 0) ShowPlayerDialog(playerid, DIALOG_GENDER, DIALOG_STYLE_LIST, "Gender", "Male\nFemale", "Select", "Select");
	if(pInfo[playerid][MaskID] == 0) pInfo[playerid][MaskID] = random(99999);
	if(pInfo[playerid][PhoneNumber] == 0) pInfo[playerid][PhoneNumber] = random(99999);
	if(pInfo[playerid][Level] == 0) pInfo[playerid][Level] = 1;
	if(pInfo[playerid][FactionTier] == 0) pInfo[playerid][FactionTier] = 3;
	if(pInfo[playerid][HouseOwner] == 0) pInfo[playerid][HouseOwner] = 9999;
	if(pInfo[playerid][VehicleOwner] == 0) pInfo[playerid][VehicleOwner] = 9999;
	if(pInfo[playerid][BizOwner] == 0) pInfo[playerid][BizOwner] = 9999;
	if(pInfo[playerid][HandMoney] == 0) GivePlayerMoney(playerid, 250);
	if(pInfo[playerid][BankMoney] == 0) pInfo[playerid][BankMoney] = 5000;
	if(pInfo[playerid][Health] == 0) pInfo[playerid][Health] = 100;
	if(pInfo[playerid][Exp] == 0) pInfo[playerid][Exp] = 0;

	format(string, 128, "None");
	pInfo[playerid][FactionRank] = string;

	pInfo[playerid][Registered] = 1;
	
	return 1;
}
7- /pay bug, - amount is available.
8- Death mode is bugged, CJ skin.

4752 lines, 100 bugs.. Unused script.


Re: Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.] - LeonardN - 04.02.2016

Can we get download link to the whole script?