[GameMode] [GM] The Godfather 1
#41

i get this error when i try to run the server:

v0.2.1, ©2005-2007 SA:MP Team

[08:32]
[08:32] Server Plugins
[08:32] --------------
[08:32] Loaded 0 plugins.

[08:32] I couldn't load any gamemode scripts. Please verify your server.cfg
[08:32] It needs a gamemode0 line at the very least.

this is what i write in the server.cfgthe gamemode line)
gamemode0 gf 1

what is the problem how can i fix it?
Reply
#42

please anyone tell me how make register on this mod ?
Reply
#43

Quote:
Originally Posted by kfir125
i get this error when i try to run the server:

v0.2.1, ©2005-2007 SA:MP Team

[08:32]
[08:32] Server Plugins
[08:32] --------------
[08:32] Loaded 0 plugins.

[08:32] I couldn't load any gamemode scripts. Please verify your server.cfg
[08:32] It needs a gamemode0 line at the very least.

this is what i write in the server.cfgthe gamemode line)
gamemode0 gf 1

what is the problem how can i fix it?
and why didnt i find any .amx file O.o
im noob at these things i have no idea how to install this mod =\
Reply
#44

@kfir125

You need to compile the source that's within the package...how to compile the source?
Grab a beginning tutorial from the SA-MP wiki.
Reply
#45

Quote:
Originally Posted by SAtarzan
anyone know why the hit man helicopter,the harriers,and attack heliocpter requires a boat license,the CNN news van say not a hit man,teh CNN Heliuo requires a fireman,some police cars require fireman,the bus requires a taxi driver,the hit man cars allow no one to drive,even the hit men?
no changes were made in the pwn this appears default as far as I know
do you have added some cars on your own?
when you add static vehicles you'll havet to add them at end!
...
if downloaded it and it works fine expect that leader thing but i will post the fix for it when im back at home today.
Reply
#46

FeaR do you know a way for player can buy a car and keep them after disconect ?

i use Godfather Script but all people want own a car i have try some filterscript but nothing work

so if u have idea tell me (i like godfather script is the better RPG mode that i never have seeen)

Thx !!
Reply
#47

Quote:
Originally Posted by Agent_Baldwin
FeaR do you know a way for player can buy a car and keep them after disconect ?
i use Godfather Script but all people want own a car i have try some filterscript but nothing work
so if u have idea tell me (i like godfather script is the better RPG mode that i never have seeen)
Thx !!
Sure you can, just save the VehicleID of the car into the players account
However, when your server crashes, the vehicle doesn't remember it's owned by you, only your accounts knows that.
So you have to save the vehicleid as a file aswell, or simply only make it that the player knows he owns a vehicle.
Reply
#48

i have problem with this mod when i connect to the server and choosed a charctar i spawn at a room and then got DC
its happen everytime how to fix it?
Reply
#49

Quote:
Originally Posted by REKINIZE
If your wondering how to make the Leader of Police do /duty and do it?

Well do this

Код:
//----------------------------------[offduty]-----------------------------------------------
	if(strcmp(cmd, "/duty", true) == 0)
	{
	  if(IsPlayerConnected(playerid))
	  {
			GetPlayerName(playerid, sendername, sizeof(sendername));
			if(PlayerInfo[playerid][pMember] == 1)
			{
				if (PlayerToPoint(3, playerid,255.3,77.4,1003.6) || PlayerToPoint(3,playerid,-1616.1294,681.1594,7.1875) || PlayerInfo[playerid][pLocal] != 255)
				{
					if(OnDuty[playerid]==0)
to this

Код:
//----------------------------------[offduty]-----------------------------------------------
	if(strcmp(cmd, "/duty", true) == 0)
	{
	  if(IsPlayerConnected(playerid))
	  {
			GetPlayerName(playerid, sendername, sizeof(sendername));
			if(PlayerInfo[playerid][pMember] == 1 ||PlayerInfo[playerid][pLeader] == 1)
			{
				if (PlayerToPoint(3, playerid,255.3,77.4,1003.6) || PlayerToPoint(3,playerid,-1616.1294,681.1594,7.1875) || PlayerInfo[playerid][pLocal] != 255)
				{
					if(OnDuty[playerid]==0)
yes its fine but think off you'll have to change all commands because when you can go on duty then you also cant do /arrest,/mdc,.... so i think its not the best ive fixed it right the other direction ^^i'll post it later (sry for doublepost)
Reply
#50

Ty needed it to, can you tell me wich line to post this?
Reply
#51

Quote:
Originally Posted by Seif[CC
]
It's not that hard at all. Just look at the families' settings and make a new gang with it.
I don't want to make a family, I know how to do that.

But I want to remove Yakuza and La Cosa Noca and make my own gangs like Grove Ballas vagos etc.
Reply
#52

Quote:
Originally Posted by NadavNP
I have errors in file: gf.pwn

Quote:

E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9192) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9193) : error 017: undefined symbol "Encript"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9212) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9220) : error 017: undefined symbol "pCB"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9221) : error 017: undefined symbol "pHW"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9222) : error 017: undefined symbol "pSR"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9223) : error 017: undefined symbol "pWA"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9224) : error 017: undefined symbol "pPEN"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9229) : error 017: undefined symbol "pGun5"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9230) : error 017: undefined symbol "pGun6"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9235) : error 017: undefined symbol "pAmmo5"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9236) : error 017: undefined symbol "pAmmo6"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9242) : error 017: undefined symbol "accountplay"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9255) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9323) : error 017: undefined symbol "LoadPlayer"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 017: undefined symbol "PLlayerInfo"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : warning 215: expression has no effect
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 001: expected token: ";", but found "]"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 029: invalid expression, assumed zero
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


19 Errors.

what i do?
help !!
Reply
#53

hi, i have one error when compiling the .pwn file which is

C:\Program Files\Rockstar Games\GTA San Andreas\gamemodes\gf.pwn(19) : fatal error 100: cannot read from file: "dprop"


any ideas?
Reply
#54

Quote:
Originally Posted by Seif[CC
]
Quote:
Originally Posted by Mithrandir
Quote:
Originally Posted by Seif[CC
]
It's not that hard at all. Just look at the families' settings and make a new gang with it.
I don't want to make a family, I know how to do that.

But I want to remove Yakuza and La Cosa Noca and make my own gangs like Grove Ballas vagos etc.
Then that's even easier. Ever thought of replacing their skins and whatever that displays that they're Ykz/LCNs to Grove/Ballas then create new ones for vagos and etc?
That is exactly what I want to do, and to remove the family system.

But I realy don't know how...

Can you help me?
Reply
#55

Where i can change color for Civilians and for Cosa Nostra?
Reply
#56

I want to make a /radar command that shows all of the players locations for a short amount of time. Can anyone help? Or at least lead me in the right direction.
Reply
#57

Quote:
Originally Posted by Battleskull
I want to make a /radar command that shows all of the players locations for a short amount of time. Can anyone help? Or at least lead me in the right direction.
No

-----------------------------------------------------------------------------------------

Anyone know how to change the house locations?
I'm changing to Dillimore, Changed the right co-ordinates.
Its all ok until i /exit the house were I appear in LS somewhere.
Reply
#58

toons of problems everybody had were solved in previous posts. SEARCH and stop spamming
Reply
#59

Quote:

That is exactly what I want to do, and to remove the family system.

But I realy don't know how...

Can you help me?

You said you know how to replace them...
[/quote]

replace what?

I don't know how to make a new gang like Grove... How?
Reply
#60

Quote:
Originally Posted by NadavNP
Quote:
Originally Posted by NadavNP
I have errors in file: gf.pwn

Quote:

E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9192) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9193) : error 017: undefined symbol "Encript"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9212) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9220) : error 017: undefined symbol "pCB"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9221) : error 017: undefined symbol "pHW"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9222) : error 017: undefined symbol "pSR"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9223) : error 017: undefined symbol "pWA"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9224) : error 017: undefined symbol "pPEN"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9229) : error 017: undefined symbol "pGun5"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9230) : error 017: undefined symbol "pGun6"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9235) : error 017: undefined symbol "pAmmo5"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9236) : error 017: undefined symbol "pAmmo6"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9242) : error 017: undefined symbol "accountplay"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9255) : error 017: undefined symbol "pPassword"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9323) : error 017: undefined symbol "LoadPlayer"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 017: undefined symbol "PLlayerInfo"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : warning 215: expression has no effect
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 001: expected token: ";", but found "]"
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : error 029: invalid expression, assumed zero
E:\Program Files\Rockstar Games\GTA San Andreas\server\gamemodes\gf.pwn(9327) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


19 Errors.

what i do?
help !!
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)