[GameMode] Blueberry Roleplay - Made from scratch, clean base [4k+ lines + abandoned proj.]
#21

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

thank you
Reply
#23

Nice Release Good Job
Reply
#24

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

Nice gamemode.
But you need more systems+fixes.
Reply
#26

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

best RP mod,nice man rep +!!!!
Reply
#28

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

Really a goood work
keep it up
Reply
#30

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.
Reply
#31

Can we get download link for the hole shit?
Reply
#32

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.
Reply
#33

Can we get download link to the whole script?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)