[HELP!]error 017: undefined symbol "PRESSED"
#1

Error Code :
Quote:

C:\Users\********\Desktop\Door.pwn(15) : error 017: undefined symbol "PRESSED"
C:\Users\********\Desktop\Door.pwn(22) : error 017: undefined symbol "PRESSED"
C:\Users/********\Desktop\Door.pwn(30) : error 030: compound statement not closed at the end of file (started at line 17)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.

The Errors Is On Line 22 And 30.

Here Is The Code :
http://pastebin.com/sBLaXPfN

Can someone help me?
Have newest pawno and includes
And newest sscanf and streamer.
Reply
#2

pawn Код:
#define PRESSED(%0) \
    (((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
Reply
#3

Thanks That was fast :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)