09.06.2012, 07:36
Here:
That's an obvious statement. So you mean we can use anything in place of string? Like:
And
And what if we don't write sizeof and in place of that we write faisal[32]?
And
Q1). What are pvars?
pawn Код:
new variablename[somesize];
// remember to use the VARIABLENAME in sizeof not always sizeof(string) otherwise you WILL get errors at some point.
pawn Код:
new faisal[32];
pawn Код:
format(faisal, sizeof(faisal), "Some text with %s specifiers", stuff to replace the specifiers with in order of specifiers);
And
Q1). What are pvars?