Quote:
Originally Posted by ******
How is:
pawn Код:
new Packed: Hey <25["Hi All"]>, Packed: Hey1 <25["Hi All"]> ;
Simpler than:
pawn Код:
new Hey[25 char] = !"Hi All", Hey1[25 char] = !"Hi All";
It's not even shorter.
|
Not really sure, however to me does look quite more simple (I don't know how but to me it does somehow).
Alright there we go, first un-needed macro created by Lorenc_ posted lol