07.01.2015, 10:11
You can't really use #define, otherwise you get:
But you can use:
Код:
warning 206: redundant test: constant expression is non-zero
pawn Код:
GetPlayerNameEx(playerid, bool:underscore = true) return (underscore) ? (PlayerData[playerid][pUsername]) : (PlayerData[playerid][pNickname]);