26.09.2012, 20:59
_: defines a custom tag without giving any error, example:
Bit operators.
Binary.
Binary.
You can always use functions inside brackets, example:
pawn Код:
new Text3D:asd;
printf("%d", asd); // Will give errors.
printf("%d", _:asd); // Will not give errors.
Binary.
Binary.
Quote:
- I saw that someone is using barackets without a function before it,for example: (parts from rBits)
pawn Код:
|
pawn Код:
GivePlayerMoney(playerid, (500));