23.12.2014, 21:24
One thing: Why use format AND printf in the example?
Same exact outcome, 4 lines, easily shrinkable to one line also.
pawn Код:
forward DisplayIP(); public DisplayIP()
{
return printf("The IP address is: %s", GetServerIP());
}