what what does it means,, im still learning my pawn skill
#8

Quote:
Originally Posted by *IsBack
Посмотреть сообщение
And what does this
Код:
a <<= b; // a = a << b
means? < means LESS THAN, but << ?
Why not try it out in a blank script?

pawn Код:
public OnGameModeInit() {
        new a = 10, b = 20;
        printf("10 <<= 20: %d", a <<= b);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)