AprQ2 1.19b "if"

The place to discuss your client and server issues, or to post your client and server related problems. Now with added Anticheat flavour.

Moderator: Moderators

Post Reply
Cnnlngs
plummets to its death
Posts: 68
Joined: Wed Oct 05, 2005 8:34 pm
Location: cl

AprQ2 1.19b "if"

Post by Cnnlngs »

can someone give some guidelines according to the new "if" command?
i'm not a programmer so i don't understand the operators

==, != or <>, <, <=, >, >=, isin, !isin, isini, !isini, eq, ne

O_o
Janner
found a way out
Posts: 200
Joined: Tue Mar 08, 2005 12:09 pm
Location: nl

Post by Janner »

I only understand ==, != or <>, <, <=, >, >=.
== means must be exactly that
!= means must be not that
<> means either greater or smaller than (opposite of ==)
< means smaller than
<= means smaller than or exact
> means greater than
>= means greater than or exact

About eq: it could mean equal to (like ==)
and the ! before those mean not.
Maniac-
joined the game
Posts: 29
Joined: Wed Aug 27, 2003 12:14 pm
Location: fi

Post by Maniac- »

Code: Select all

A == B    - is values/strings same
A != B    - is values/strings different
<> same as '!='
A <  B    - is A value smaller than B
A <= B    - is A value smaller or same as B
A >  B    - is A value larger than B
A >= b    - is A value larger or same as B
A isin b  - does B string contain string A
A !isin b - does B string not contain string A
isini/!isini - case-insensitive version of isin/!isin
eq same as '==' on strings but case-insensitive
ne same as '!=' on strings but case-insensitive
ogathy
is connecting
Posts: 23
Joined: Tue Aug 31, 2004 12:31 pm
Location: fi
Contact:

Post by ogathy »

if..
Knock 'Em Dead, Kid
Red, White and Crue
Cnnlngs
plummets to its death
Posts: 68
Joined: Wed Oct 05, 2005 8:34 pm
Location: cl

Post by Cnnlngs »

great! thx :)
Da^JuaN
was picked off
Posts: 1163
Joined: Sun Jul 27, 2003 1:30 pm
Location: nl
Contact:

Post by Da^JuaN »

asif 8)
Image
W1lco
tripped on its own grenade
Posts: 337
Joined: Sun Aug 29, 2004 2:16 pm
Location: se

Post by W1lco »

Looks like first grade maths at highschool for me O_o O_o
The colourblind
Mutu
loses a vital chest organ
Posts: 525
Joined: Sun Aug 29, 2004 2:46 pm
Location: no
Contact:

Post by Mutu »

hehe :)
· Catch-Gamer.no AQ2admin
Sabotage
plummets to its death
Posts: 430
Joined: Sat May 14, 2005 9:39 am
Location: vi
Contact:

Post by Sabotage »

W1lco wrote:Looks like first grade maths at highschool for me O_o O_o
That must have been bad then
How am i spelling?" Please call 800-WHO-CARES or online at www.Tellsomeonewhocares.com
*bplease*
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Post by Gen »

where can I get these release?
Image
Caracol
was picked off
Posts: 1152
Joined: Wed Sep 01, 2004 8:11 am
Location: cl
Contact:

Post by Caracol »

Here you go, Gencito.
http://maniac.aq2world.com/apr/
Ne quid nimis.
Gen
was flattened
Posts: 126
Joined: Tue Feb 10, 2004 11:06 pm
Location: cl
Contact:

Post by Gen »

thnx :hop:
Image
Nozaki
blew up
Posts: 189
Joined: Sun Sep 05, 2004 3:43 am
Location: no
Contact:

Post by Nozaki »

Da^JuaN wrote:asif 8)
hohoho!! made my day ^^
BeAViS
ittssaaa marrrioooo!
Posts: 1390
Joined: Wed Apr 06, 2005 5:15 am
Location: it
Contact:

Post by BeAViS »

Image
- Killing today in old fashioned way -
- Beware of Beavers -
- :mario: -
Post Reply