SA-MP Forums Archive
Need help! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need help! (/showthread.php?tid=335409)



Need help! - Jerry[TH] - 18.04.2012

i downloaded the server from: http://www.sa-mp.com/download.php
And i tried to compile the gm by pawn
But it had some errors:
Code:
C:\DOCUME~1\Swap1\MYDOCU~1\DOWNLO~1\SAMP03~1\GAMEMO~1\GRANDL~1.PWN(8) : fatal error 100: cannot read from file: "a_samp"

Compilation aborted.Pawn compiler 3.0.3367			Copyright © 1997-2005, ITB CompuPhase


1 Error.
In a_samp:
Code:
C:\DOCUME~1\Swap1\MYDOCU~1\DOWNLO~1\SAMP03~1\pawno\include\a_samp.inc(23) : fatal error 100: cannot read from file: "a_players"

Compilation aborted.Pawn compiler 3.0.3367			Copyright © 1997-2005, ITB CompuPhase


1 Error.
a_players:

Code:
C:\DOCUME~1\Swap1\MYDOCU~1\DOWNLO~1\SAMP03~1\pawno\include\A_PLAY~1.INC(115) : error 070: rational number support was not enabled
C:\DOCUME~1\Swap1\MYDOCU~1\DOWNLO~1\SAMP03~1\pawno\include\A_PLAY~1.INC(127) : error 070: rational number support was not enabled
C:\DOCUME~1\Swap1\MYDOCU~1\DOWNLO~1\SAMP03~1\pawno\include\A_PLAY~1.INC(224) : error 013: no entry point (no public functions)
Pawn compiler 3.0.3367			Copyright © 1997-2005, ITB CompuPhase


3 Errors.
Please help me fix it @@


Re: Need help! - arjanforgames - 18.04.2012

Make sure that a_samp and a_players are in the pawno includes folder and that they are .inc.


Re: Need help! - Jerry[TH] - 18.04.2012

Here:

And it still error like i said


Re: Need help! - Plastic - 18.04.2012

open .pwn files from pawno/pawn.exe and compile

that should work


Re: Need help! - Jerry[TH] - 18.04.2012

Quote:
Originally Posted by Plastic
View Post
open .pwn files from pawno/pawn.exe and compile

that should work
Thanks


Re: Need help! - Jerry[TH] - 18.04.2012

Hey... i have trouble again @@
Code:
C:\Documents and Settings\Swap1\My Documents\Downloads\SA-MP\SA-MP\pawno\include\SFCRRPGdudb.inc(26) : fatal error 100: cannot read from file: "dutils"

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


1 Error.



I need link download
DUtils 1.6
DINI 1.4
Please give me xD


Re: Need help! - Jerry[TH] - 18.04.2012

No one?


Re: Need help! - Mark™ - 18.04.2012

Quote:
Originally Posted by Jerry[TH]
View Post
No one?
Missing dutils.inc from pawno >>include folder.


Re: Need help! - Jerry[TH] - 18.04.2012

my dutils.inc have some trouble @@... Sorry im new with this ~.~
Code:
C:\Documents and Settings\Swap1\My Documents\Downloads\SA-MP\SA-MP\pawno\include\dutils.inc(489) : warning 203: symbol is never used: "ret_memcpy"
C:\Documents and Settings\Swap1\My Documents\Downloads\SA-MP\SA-MP\pawno\include\dutils.inc(489) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Attach file:


Re: Need help! - Mark™ - 18.04.2012

Use this one, and replace the previous one with this. http://www.solidfiles.com/d/bd9e831c00/


Re: Need help! - Jerry[TH] - 18.04.2012

it have same error @@
Here is my folder. Please check for me @@
Sorry if i bother you... (and my bad english)


Re: Need help! - Mark™ - 18.04.2012

Gamemode compiles fine for me. Here's the pwn and compiled amx http://www.solidfiles.com/d/5439b76566/


Re: Need help! - Jerry[TH] - 18.04.2012

Quote:
Originally Posted by Xtreme_playa
View Post
Gamemode compiles fine for me. Here's the pwn and compiled amx http://www.solidfiles.com/d/5439b76566/
Thank man! Its work


Re: Need help! - Mark™ - 18.04.2012

Quote:
Originally Posted by Jerry[TH]
View Post
Thank man! Its work
Make sure you have the required includes, when you re-compile/edit the pwn again.


Re: Need help! - Jerry[TH] - 18.04.2012

Quote:
Originally Posted by Xtreme_playa
View Post
Make sure you have the required includes, when you re-compile/edit the pwn again.
okay i will