Using const *[], len
#1

Hi there. I'm trying to make a command in which info is automatically set to a specified string, like some commands. For example:

pawn Код:
RandomCommand(playerid,const bla[],len)
{
  new x[20];
  if(whatever == 1) x = "Yay, you cool";
  // More lines similiar to above
  x = bla
}
How would I go about including the "len"?
Reply


Messages In This Thread
Using const *[], len - by ilikepie2221 - 06.09.2009, 20:00
Re: Using const *[], len - by dice7 - 06.09.2009, 20:02
Re: Using const *[], len - by ilikepie2221 - 07.09.2009, 00:17
Re: Using const *[], len - by snoob - 07.09.2009, 00:39
Re: Using const *[], len - by ilikepie2221 - 07.09.2009, 00:42
Re: Using const *[], len - by ilikepie2221 - 07.09.2009, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)