Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] [SA:MP] [GM] The Godfather

Newbie Spellweaver
Joined
Mar 8, 2008
Messages
5
Reaction score
0
Re: [Release] [GM] [SA:MP] The Godfather

I love you thanks dude!
 
Newbie Spellweaver
Joined
Apr 22, 2007
Messages
10
Reaction score
0
Re: [Release] [GM] [SA:MP] The Godfather

Doens't work with 0.2.x update 1!
 
Initiate Mage
Joined
Oct 16, 2008
Messages
4
Reaction score
0
Re: [Release] [GM] [SA:MP] The Godfather

I suppose this doesn't belong to you...
 
Newbie Spellweaver
Joined
Aug 10, 2009
Messages
34
Reaction score
0
Re: [Release] [GM] [SA:MP] The Godfather

server map cant dl
 
Initiate Mage
Joined
Jan 24, 2010
Messages
1
Reaction score
0
Re: [Release] [GM] [SA:MP] The Godfather

Hey man thanks so much,
but a little problem which i han't noticed anyone else with ...

When i try connect to my server it just keeps saying "trying to connect to server"
And continues to do so.

Any Ideas ...
 
Newbie Spellweaver
Joined
Jun 17, 2007
Messages
29
Reaction score
0
I have problemes whit gf.pwn i want make him amx.. and give me error!!!! help me plz..

Code:
D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: 
public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5904 bytes
Code size:          1100332 bytes
Data size:          4429832 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5552452 bytes

1 Warning.
 
Joined
Aug 15, 2006
Messages
944
Reaction score
53
I have problemes whit gf.pwn i want make him amx.. and give me error!!!! help me plz..

Code:
D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: 
public function lacks forward declaration (symbol "OnPlayerPrivmsg")
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase

Header size:           5904 bytes
Code size:          1100332 bytes
Data size:          4429832 bytes
Stack/heap size:      16384 bytes; estimated max. usage=5103 cells (20412 bytes)
Total requirements: 5552452 bytes

1 Warning.
search the part where you find all the
Code:
forward functionName();
where those forwards are located, add a new forward:
Code:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);
 
Newbie Spellweaver
Joined
Jun 17, 2007
Messages
29
Reaction score
0
search the part where you find all the
Code:
forward functionName();
where those forwards are located, add a new forward:
Code:
forward OnPlayerPrivmsg(playerid, recieverid, text[]);

AHA

i have next error

Code:
D:\sa-mp server\gamemodes\gf.pwn(24793) : error 004: function "NameTimer" is not implemented
D:\sa-mp server\gamemodes\gf.pwn(26207) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg")
D:\sa-mp server\gamemodes\gf.pwn(26243) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


1 Error.
 
Experienced Elementalist
Joined
Feb 14, 2007
Messages
223
Reaction score
6
Unless you guys want to rewrite the whole gamemode, I'd recommend you guys to NEVER use this piece of poop.
 
Initiate Mage
Joined
Apr 18, 2011
Messages
1
Reaction score
0
Okay so this is my problem.
I join the server as usual, types in my password then after 2 sec.. Im getting kicked for some reason.
Here is a SS of the situation
Junkers - [Release] [SA:MP] [GM] The Godfather - RaGEZONE Forums
 
Initiate Mage
Joined
Sep 4, 2011
Messages
1
Reaction score
0
hey open gf.pwn with pawno and when opened him press f5

---------- Post added at 01:44 PM ---------- Previous post was at 01:41 PM ----------

hey its apeear me at my server "server didnt responding.restarting"
 
Initiate Mage
Joined
Dec 11, 2009
Messages
3
Reaction score
0
Just figured it out...
for the fatal error, you must put the includes here!
C:\Users\User\Desktop\GTA San Andreas\Samp Server\pawno\include
 
Back
Top