Help OnPlayerCommandText
#4

Here's an indented code (just an example):
pawn Код:
myFunction(myVar1, myVar2)
{
  new
      myVar3, myVar4, myValue;
  myVar3 = myVar1;
  myVar4 = myVar2;
  myValue = myVar3 + myVar4;
  if(myValue == 0)
  {
    myValue = 5;
  }
  return myValue;
}
And here's a code which isn't indented (just an example):
pawn Код:
myFunction(myVar1, myVar2)
{
new
      myVar3, myVar4, myValue;
  myVar3 = myVar1;
myVar4 = myVar2;
    myValue = myVar3 + myVar4;
  if(myValue == 0)
  {
myValue = 5;
    }
return myValue;
}
Reply


Messages In This Thread
Help OnPlayerCommandText - by Pantontini - 26.03.2010, 00:23
Re: Help OnPlayerCommandText - by Correlli - 26.03.2010, 00:26
Re: Help OnPlayerCommandText - by Pantontini - 26.03.2010, 00:30
Re: Help OnPlayerCommandText - by Correlli - 26.03.2010, 00:35
Re: Help OnPlayerCommandText - by Pantontini - 26.03.2010, 00:37
Re: Help OnPlayerCommandText - by russo666 - 26.03.2010, 00:39
Re: Help OnPlayerCommandText - by Anwix - 26.03.2010, 00:41
Re: Help OnPlayerCommandText - by russo666 - 26.03.2010, 00:43
Re: Help OnPlayerCommandText - by Pantontini - 26.03.2010, 00:48
Re: [Solved]Help OnPlayerCommandText - by Pantontini - 26.03.2010, 00:52

Forum Jump:


Users browsing this thread: 1 Guest(s)