A little help, Please?
#1

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.
Reply
#2

what are you compiled men ??
Reply
#3

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;
Reply
#4

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.

Reply
#5

Can we see the lines for:

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

can you repeat that sentence again?
Reply
#7

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

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)