08.02.2012, 15:23
hi,
like the title says.
Now my question is how to empty these strings and how to check if they are empty.
Can i do it like above?
And if yes then how to check for it (if it is emtpy?)
thx.
like the title says.
pawn Код:
new pNames[11][24];
for(new q = 0; q < sizeof(pNames); q++)
{
pNames[q]="";
}
Can i do it like above?
And if yes then how to check for it (if it is emtpy?)
thx.
