undefined symbol newkeys?
#1

Hello,
i have this error
Код:
undefined symbol newkeys?
on this line.
Код:
if (newkeys == KEY_ACTION){
Heres my full OnPlayerChangeKeyState

http://pastebin.com/m37e223bf
Reply
#2

You made a callback fail:

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange

Presumably you had other errors about the prototype ect ect...
Reply
#3

Quote:
Originally Posted by Weirdosport
You made a callback fail:

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange

Presumably you had other errors about the prototype ect ect...
No, just the one error
Код:
undefined symbol newkeys?
Reply
#4

Your key-code is at OnPlayerStateChange callback, put it at OnPlayerKeyStateChange callback.
Reply
#5

Quote:
Originally Posted by Don Correlli
Your key-code is at OnPlayerStateChange callback, put it at OnPlayerKeyStateChange callback.
Ahh shit yeah, lol thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)