Quick Question
#1

Can i use
pawn Код:
format(string, 128,...)
instead of
pawn Код:
format(string, sizeof(string),...)
Reply
#2

Yes. If you want to make your code more difficult to maintain and assuming the max length of the string is 128.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)