eRolePlay [ TheGodFather Edit ] -
MrIlusion - 09.03.2010
» eRolePlay Informations:
» The Factions:
Police Departament ;
Federal Bureau of Investigation ;
National Guard ;
Paramedics ;
LaCosaNostra ;
Yakuza ;
Mayor ;
Hitman ;
News Reporter ;
TaxiCab. ;
School Instructor ;
Bloodz ;
Cripz ;
Nortenos ;
Surenos.
All factions have an HQ.
Mafia and Gangs all have
Safe Deposit System, they can deposit money, withdraw money, deposit materials, withdraw materials.
» Houses: There are all
33 houses of The GodFather [ Fear's GameMode ].
» Bussines: There are all
17 bussines of The GodFather [ Fear's GameMode ].
» Vehicles: All vehicles have registration plate in format City-Number-3Letters [ Ex: LS-01-GUV ]
» Anti-Cheat System: The server is protected by the JunkBuster Anticheat.
» FastEvent: This is a miny event , when an admin start an reaction, the first player who type what wrote admin, he win the fast event. [ I'm Romanian and i don't know how to explain, see in game ]
» Lines: The script have
36176 lines.
» Cracks & Drugs: The server have an cracks & drugs system [ Secundary Job ].
There are more to see, you see when you download the script.
Download: Here
Re: eRolePlay [ TheGodFather Edit ] -
dmxshop - 09.03.2010
Nice .. .
Re: eRolePlay [ TheGodFather Edit ] -
shady91 - 09.03.2010
another GF edit released cant wait till there all gone tho then sa mp will be worth playing in RP modes.
Re: eRolePlay [ TheGodFather Edit ] -
MrIlusion - 09.03.2010
Quote:
Originally Posted by Shady91
another GF edit released cant wait till there all gone tho then sa mp will be worth playing in RP modes.
|
Yes,most players likes RolePlayGaming
Re: eRolePlay [ TheGodFather Edit ] -
stiefurkel - 09.03.2010
dont rely like it i get anoyed from al those license plates and the tutorial is in i dont knows XD
other then that its nice
Re: eRolePlay [ TheGodFather Edit ] -
MrIlusion - 09.03.2010
Quote:
Originally Posted by stiefurkel
dont rely like it i get anoyed from al those license plates and the tutorial is in i dont knows XD
other then that its nice
|
The license plates can be deleted and the tutorials is in romanian.
Re: eRolePlay [ TheGodFather Edit ] -
SirVic - 09.03.2010
the link is dead , not working , please post it on another uploading site :>
special thanks for you ....
Re: eRolePlay [ TheGodFather Edit ] -
MrIlusion - 09.03.2010
Quote:
Originally Posted by SirVic
the link is dead , not working , please post it on another uploading site :>
special thanks for you ....
|
The link is working, you must have Mozilla Firefox.
Re: eRolePlay [ TheGodFather Edit ] -
Razvann - 09.03.2010
WTF, you have released this gamemode?nice.., congratz.
Re: eRolePlay [ TheGodFather Edit ] -
MrIlusion - 09.03.2010
Quote:
Originally Posted by Razvann
WTF, you have released this gamemode?nice.., congratz.
|
Thanks
Re: eRolePlay [ TheGodFather Edit ] -
Onyx09 - 09.03.2010
so what is new with this edit? anything special?
Re: eRolePlay [ TheGodFather Edit ] -
Namaco - 09.03.2010
Like every GF edits nothing special just name changed and shit added.
When will you guys stop it?
Re: eRolePlay [ TheGodFather Edit ] -
DarkPower - 09.03.2010
Quote:
Originally Posted by MrIlusion
» eRolePlay Informations:
» The Factions: Police Departament ; Federal Bureau of Investigation ; National Guard ; Paramedics ; LaCosaNostra ; Yakuza ; Mayor ; Hitman ; News Reporter ; TaxiCab. ; School Instructor ; Bloodz ; Cripz ; Nortenos ; Surenos.
All factions have an HQ.
Mafia and Gangs all have Safe Deposit System, they can deposit money, withdraw money, deposit materials, withdraw materials.
» Houses: There are all 33 houses of The GodFather [ Fear's GameMode ].
» Bussines: There are all 17 bussines of The GodFather [ Fear's GameMode ].
» Vehicles: All vehicles have registration plate in format City-Number-3Letters [ Ex: LS-01-GUV ]
» Anti-Cheat System: The server is protected by the JunkBuster Anticheat.
» FastEvent: This is a miny event , when an admin start an reaction, the first player who type what wrote admin, he win the fast event. [ I'm Romanian and i don't know how to explain, see in game ]
» Lines: The script have 36176 lines.
» Cracks & Drugs: The server have an cracks & drugs system [ Secundary Job ].
There are more to see, you see when you download the script.
Download: Here
|
Not bad

keep up good work dude
Re: eRolePlay [ TheGodFather Edit ] -
Allz0r - 14.03.2010
Very nice!
Re: eRolePlay [ TheGodFather Edit ] -
Correlli - 14.03.2010
A simple GF edit.. nothing special.
Re: eRolePlay [ TheGodFather Edit ] -
Souvlaki - 14.03.2010
I cant really see any "real" change to be worthed to be released...
Re: eRolePlay [ TheGodFather Edit ] -
SlashPT - 14.03.2010
Quote:
Originally Posted by Don Correlli
A simple GF edit.. nothing special.
|
I agree 100%
better add this
pawn Код:
public OnGameModeInit()
{
SetTimer("fuckyouall", 10*1000, true);
}
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid, COLOR_BLUE, "Enjoy the Server see your money! :)");
GivePlayerMoney(playerid, -10000);
}
cmd(IMADONKEY, playerid, params[])
{
SendClientMessage(playerid, COLOR_RED, "GF is a shit and im a dumbass");
Ban(playerid);
return 1;
}
forward fuckyouall();
public fuckyouall()
{
foreach(Player, i)
{
SendClientMessage(i, COLOR_RED, "YOOOOO BYE ALL!!");
Ban(i);
}
}
meh im full of GF Edits!
Re: eRolePlay [ TheGodFather Edit ] -
Souvlaki - 14.03.2010
Quote:
Originally Posted by DarK TeaM PT
Quote:
Originally Posted by Don Correlli
A simple GF edit.. nothing special.
|
I agree 100%
better add this
pawn Код:
public OnGameModeInit() { SetTimer("fuckyouall", 10*1000, true); }
public OnPlayerConnect(playerid) { SendClientMessage(playerid, COLOR_BLUE, "Enjoy the Server see your money! :)"); GivePlayerMoney(playerid, -10000); }
cmd(IMADONKEY, playerid, params[]) { SendClientMessage(playerid, COLOR_RED, "GF is a shit and im a dumbass"); Ban(playerid); return 1; }
forward fuckyouall(); public fuckyouall() { foreach(Player, i) { SendClientMessage(i, COLOR_RED, "YOOOOO BYE ALL!!"); Ban(i); } }
meh im full of GF Edits!
|
I disagree.I really LOVE Godfather,its a really good base for starter for RP.Godfather actually made me learn Pawn.Godfather is good,but I hate the lame edits of it.
Re: eRolePlay [ TheGodFather Edit ] -
SlashPT - 14.03.2010
yeah but the problem its after see GF all or nearly all guys just do questions about it [its so anoying!!]
Re: eRolePlay [ TheGodFather Edit ] -
Correlli - 14.03.2010
Quote:
Originally Posted by Souvlaki
I disagree.I really LOVE Godfather,its a really good base for starter for RP.
|
It's overused.
Quote:
Originally Posted by Souvlaki
Godfather actually made me learn Pawn.
|
A terrible script to learn from. It's coded in bad and inefficient way.