[FilterScript] [FS]Betting System v2
#1

~ Betting System v2~

_________________________________________________
Hi everybody
For fun servers ...
_________________________________________________
new version: v2
Fixed bugs...Chance has been set.
1/100 (%1)
Comedy functions

Download in pastebin
_________________________________________________
Reply
#2

Interesting And ... You should learn how to use switch, case statements.
Reply
#3

Yes, by using

pawn Code:
case 0;
{
//Whatever happends here.
}
case 1;
{
//Whatever happends here.
}
Reply
#4

Haha nice
Reply
#5

Quote:
Originally Posted by Benne
Yes, by using

pawn Code:
case 0;
{
//Whatever happends here.
}
case 1;
{
//Whatever happends here.
}
I'm Sure Its Actually:
pawn Code:
case 0:
{
  // whatever happens here
}
case 1:
{
 // whatever happens here
}
Nice System Though.
Reply
#6

He's a beginner rofl
Reply
#7

No I don't use case because This code would be too long
Reply
#8

nice but not english
Reply
#9

Quote:
Originally Posted by &&Saiber
I'm Sure Its Actually:
pawn Code:
case 0:
{
  // whatever happens here
}
case 1:
{
 // whatever happens here
}
No, it's not (you forgot switch-statement).

It's like:
pawn Code:
switch(myVariable)
{
  case 0:
  {
    // myVariable is 0.
  }
  case 1:
  {
    // myVariable is 1.
  }
  default:
  {
    // myVariable isn't 0 or 1, it's something else.
  }
}
Reply
#10

Quote:
Originally Posted by quite_scream
nice but not english
Wtf? It's english.Only Command name turkish I didn't see
Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by &&Saiber
I'm Sure Its Actually:
pawn Code:
case 0:
{
  // whatever happens here
}
case 1:
{
 // whatever happens here
}
No, it's not (you forgot switch-statement).

It's like:
pawn Code:
switch(myVariable)
{
  case 0:
  {
    // myVariable is 0.
  }
  case 1:
  {
    // myVariable is 1.
  }
  default:
  {
    // myVariable isn't 0 or 1, it's something else.
  }
}
Thanks but i know swich-statement
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)