SA-MP Forums Archive
A little help, Please? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A little help, Please? (/showthread.php?tid=250451)



A little help, Please? - seanny - 23.04.2011

Well I am unable to compile with the problems here, But I hope the log explains alot

Код:
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(26613) : error 017: undefined symbol "NameTimer"
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(28026) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: A little help, Please? - [ADC]Aldi96 - 23.04.2011

what are you compiled men ??


Re: A little help, Please? - Stigg - 23.04.2011

Quote:
Originally Posted by seanny
Посмотреть сообщение
Well I am unable to compile with the problems here, But I hope the log explains alot

Код:
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(26613) : error 017: undefined symbol "NameTimer"
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(28026) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
pawn Код:
new NameTimer;



Re: A little help, Please? - seanny - 23.04.2011

Well, Now I get

Quote:

C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn (26614) : error 012: invalid function call, not a valid address
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn (26614) : error 029: invalid expression, assumed zero
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn (26614) : warning 215: expression has no effect
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn (28027) : warning 225: unreachable code
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn (28089) : warning 203: symbol is never used: "NameTimer"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Errors.




Re: A little help, Please? - Stigg - 23.04.2011

Can we see the lines for:

pawn Код:
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(26613) : error 017: undefined symbol "NameTimer"
?


Re: A little help, Please? - seanny - 23.04.2011

can you repeat that sentence again?


Re: A little help, Please? - MadeMan - 23.04.2011

Download morphinc.inc file and put it to ../pawno/include/


Re: A little help, Please? - seanny - 23.04.2011

Quote:
Originally Posted by Stigg
Посмотреть сообщение
Can we see the lines for:

pawn Код:
C:\Users\Admin\Desktop\SCRP\GameModes\Hillside.pwn(26613) : error 017: undefined symbol "NameTimer"
Код:
new Float:oldposx, Float:oldposy, Float:oldposz;
	new string[128];
	NameTimer();
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
?
Quote:
Originally Posted by MadeMan
Посмотреть сообщение
Download morphinc.inc file and put it to ../pawno/include/
It is already their.