A question
#7

Actually, this... 'logical comparator' (?) is more efficient.

'if(newstate & PLAYER_STATE_DRIVER)' does not mean 'if(newstate && newstate == PLAYER_STATE_DRIVER)'.

It's a more efficient way of doing:
'if(newstate == PLAYER_STATE_DRIVER)'.
Reply


Messages In This Thread
A question - by ilay65 - 07.07.2014, 23:49
Re: A question - by rappy93 - 08.07.2014, 00:02
Re : A question - by S4t3K - 08.07.2014, 00:06
Re: A question - by Threshold - 08.07.2014, 00:08
Re: A question - by gtasarules14 - 08.07.2014, 00:09
Re : A question - by S4t3K - 08.07.2014, 00:12
Re: A question - by Threshold - 08.07.2014, 00:19

Forum Jump:


Users browsing this thread: 5 Guest(s)