Need some answers.
#7

Here:
pawn Код:
new variablename[somesize];

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

And

Q1). What are pvars?
Reply


Messages In This Thread
Need some answers. - by Faisal_khan - 09.06.2012, 06:13
AW: Need some answers. - by Extremo - 09.06.2012, 06:22
Re: Need some answers. - by MP2 - 09.06.2012, 06:38
Re: Need some answers. - by Rudy_ - 09.06.2012, 07:13
Re: Need some answers. - by Faisal_khan - 09.06.2012, 07:27
AW: Need some answers. - by Extremo - 09.06.2012, 07:28
Re: Need some answers. - by Faisal_khan - 09.06.2012, 07:36
AW: Need some answers. - by Extremo - 09.06.2012, 07:46
Re: Need some answers. - by Faisal_khan - 09.06.2012, 07:50
Re: Need some answers. - by MadeMan - 09.06.2012, 07:51

Forum Jump:


Users browsing this thread: 6 Guest(s)