onplayerkeystatechange "PRESSED" unexpected token
#5

Quote:
Originally Posted by AbyssMorgan
Посмотреть сообщение
PHP код:
replace
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0))*!= (%0)) 
to
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)) 
Код:
(((newkeys & (%0)) == (%0)) && ((oldkeys & (%0)) != (%0)))
There was still a bracket missing. Uneven count is a good indicator for that.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)