12.08.2012, 23:26
I'm used to another language where I create the message, and then whatever I need to put in, I place there as an extra argument.
print( playersid, print_type, "variable: %i", integername )
but apparently this is completely different. How exactly would I go about this in pawno?
print( playersid, print_type, "variable: %i", integername )
but apparently this is completely different. How exactly would I go about this in pawno?


