OnPlayerKeyStateChange
#1

pawn Код:
if(PRESSED(KEY_SUBMISSION) && UnlimitedNos[playerid] == 1 || PRESSED(KEY_FIRE) && UnlimitedNos[playerid] == 1)
how to be more simple?
Reply
#2

pawn Код:
if(PRESSED(KEY_SUBMISSION || KEY_FIRE) && UnlimitedNos[playerid] == 1)
Reply
#3

Quote:

warning 213: tag mismatch

....
Reply
#4

pawn Код:
if(PRESSED(KEY_SUBMISSION) || PRESSED(KEY_FIRE) && UnlimitedNos[playerid] == 1)
This might.
Reply
#5

is it valid also for PRESSED(KEY_SUBMISSION)?
Reply
#6

Care to test it?
Reply
#7

Quote:

I'm too busy to do so albeit briefly.

but maybe later I will test.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)