Ok, so I want to display stuff in near columns.. I see how its done in amx_who.. but what do the decimal numbers mean?
Code:
console_print(id,"^nClients on server:^n # %-16.15s %-12s %-8s %-4.3s %-4.3s %s", "nick","authid","userid","imm","res","access")
I could see if they were whole numbers, but what the hell do they mean? I know basically what they do (make that variable fit in a certain number of spaces) but I can't find where I found that out
__________________