[Help] [SA:MP] The Official Godfather Help Thread
Hai,
Seeing as many of you are having troubles with the Godfather gamemode, I thought I'd open up a help thread for all those who need help with things like changing parts of the script, getting it to work etc etc. All forum rules apply here and I do stress enough that you don't double post or demand help or dump our problems on us. You too need to help fix your own problems, we can give advice on how to do it.
So, ask away :zippy:
Re: The Official Godfather Help Thread
These are the things that I would like to change/some bugs.
- /forceskin doesn't work (( I tried playing around with the code, but I failed. ))
- Starting with full health. (( I tried with the code again ))
- After registering, you choose your class, instead of starting with one skin.
- Adding doors/gates to the LSPD.
- Setting starting money (also in the bank aswell)
- Allowing to /wiretransfer anywhere on the map.
- Adding commands like /nos when wheelman and modding the car with hydraulics.
- Changing the 5 hour contract to 45minutes.
There is just so much, but I'm not a pro at PAWN, thanks for any help.
Re: The Official Godfather Help Thread
Quote:
Originally Posted by
knecksus
These are the things that I would like to change/some bugs.
- /forceskin doesn't work (( I tried playing around with the code, but I failed. )) It does work, but you can only use it on other players in your faction.
- Starting with full health. (( I tried with the code again )) Should be near the top in the new's
- After registering, you choose your class, instead of starting with one skin. Not sure how to change that, consult frozenrat
- Adding doors/gates to the LSPD. You need to obtain the coordinates on where you wanna put them, and then find a gamemode that has the gates in it. The SA:MP Forums had a thread on it, but they're gone now so you're screwed :P
- Setting starting money (also in the bank aswell) I know where it is, but I can't remember. Search the code for "5000" (or how much you start off with, I forget how much it is)
- Allowing to /wiretransfer anywhere on the map. That wouldn't be very RP. You can't wire transfer money randomly in the middle of nowhere in real life, can you?
- Adding commands like /nos when wheelman and modding the car with hydraulics. Often glitches the server and the player, plus thats why we have Transfender.
- Changing the 5 hour contract to 45minutes. Search for pContract_Time or something, not too sure what the code for it is. Ask frozen about that too.
There is just so much, but I'm not a pro at PAWN, thanks for any help.
I'm not a pro either ^_^
1 Attachment(s)
Re: The Official Godfather Help Thread
Here is a PD gate Filterscript (.pwn file) for the Los Santos police dept.
I use it as a Impound yard gate. I'm not sure if this version I uploaded has been edited for cops only or not.
Command to open the gate is /pdopen (The gate will close automatically)
Re: The Official Godfather Help Thread
Laz-low do you think you could post your admin characters .ini file please i still can't seem to make a admin character...
Thanks..
Re: The Official Godfather Help Thread
You must be doing it wrong, it usually works for me.
Re: The Official Godfather Help Thread
hi!
please can you update the godfather mod to orther server :S ?
becouse sendspace is full for free service :S
att. axeeL
Re: The Official Godfather Help Thread
Just wait until another time when it's free.
Re: The Official Godfather Help Thread
Hi guys, im new with SA:MP servers and those gamemodes but i know the basics but i still cant figure out how to edit families in The Godfather gamemode. Maybe someone can make a little gude/tutorial How To edit/script families..
I would be very thanksful and i think everyone else too would be happy. So maybe someone can be so good and do it.
Re: The Official Godfather Help Thread
bramdebouvere is your man for the scripting part, editing the families is easy. You can easily change their skins, their cars, their spawn point etc etc.
So, for scripting troubles, contact bramdebouvere
Re: The Official Godfather Help Thread
Quote:
Originally Posted by
knecksus
These are the things that I would like to change/some bugs.
- /forceskin doesn't work (( I tried playing around with the code, but I failed. ))
- Starting with full health. (( I tried with the code again ))
- After registering, you choose your class, instead of starting with one skin.
- Adding doors/gates to the LSPD.
- Setting starting money (also in the bank aswell)
- Allowing to /wiretransfer anywhere on the map.
- Adding commands like /nos when wheelman and modding the car with hydraulics.
- Changing the 5 hour contract to 45minutes.
There is just so much, but I'm not a pro at PAWN, thanks for any help.
well, im not pro, but at least i found out a thing or two from the sa-mp forums, to change the skin(class of char) press F4, and die once, jump in the sea and drown or jump down a building.. etc. =)
Re: The Official Godfather Help Thread
Quote:
Originally Posted by
Destine
well, im not pro, but at least i found out a thing or two from the sa-mp forums, to change the skin(class of char) press F4, and die once, jump in the sea and drown or jump down a building.. etc. =)
Suicide for the skins can be annoying and pricey :tongue:
What he meant was, change the player's spawn skin. In Godfather, you spawn as a clown :/
Re: The Official Godfather Help Thread
Whenever i change the gamemode to gf I go to open up the sampserver.exe and the command promp just flashes then dissapears and when i check server log i get this
SA:MP Dedicated Server
----------------------
v0.2.2, (C)2005-2007 SA:MP Team
[17:38]
[17:38] Server Plugins
[17:38] --------------
[17:38] Loaded 0 plugins.
[17:38] I couldn't load any gamemode scripts. Please verify your server.cfg
[17:38] It needs a gamemode0 line at the very least.
Re: The Official Godfather Help Thread
You need to create the .amx file.
Open up the .pwn file (which opens in the PAWNO compiler by default) and click the "Build" button (a blue arrow that looks like a Play button on a DVD Remote). This will build the .amx file needed. If it comes up with some errors about missing files or something, then you need to add the includes, scriptfiles etc etc
Re: The Official Godfather Help Thread
ok thanks. i got the error, so how do i add scriptfiles, includes etc