07.06.2011, 07:26
Use named arguments, for example:
Put a "." in front of the argument name. I think this only works as long as all the params have default values, like you have above.
pawn Код:
SendAdminMessage("Test Message", .color = COLOR_PURPLE);