1 compile error
#1

I cant compile my script which is an edited version on LARP script but only to suit my server

Код:
C:\Users\Seany\Desktop\SCRP LSLS\LSLRP 0.3C\LARP\gamemodes\larp.pwn(43810) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply
#2

Код:
#undefine NameTimer;
Hope this helps
Reply
#3

Quote:
Originally Posted by [DJ]Boki
Посмотреть сообщение
Код:
#undefine NameTimer;
Hope this helps
And where abouts should I put it?
Reply
#4

Up the script
Reply
#5

Now I get
Код:
C:\Users\Seany\Desktop\SCRP LSLS\LSLRP 0.3C\LARP\gamemodes\larp.pwn(12) : error 031: unknown directive
C:\Users\Seany\Desktop\SCRP LSLS\LSLRP 0.3C\LARP\gamemodes\larp.pwn(43810) : error 021: symbol already defined: "NameTimer"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Errors.
Reply
#6

Show us the code? Would be better.
Reply
#7

The correct directive is 'undef,' not 'undefine.'

You shouldn't try to undefine the symbol, try locate where you're declaring it again and remove the second declaration and just create a global one.

Show us the code for line #43810 for the most appropriate advice or even code to fix your problem.
Reply
#8

oh...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)