Coding problem Cq_action expballs

05/18/2011 07:01 shadowkiller990#1
when i put this code in players still get they exp but the message dose pop up if ur under level 50 but its no good, if they still get the exp please help

Code:
1000171	1000000111	9140011	1001	0	level < 50
9140011	9140012	0	1001	0	coach += 20
1000000111	0	0	126	0	Your~level~Is~To~low
05/18/2011 09:39 cruey#2
VARIABLE1 < VARIABLE2

This < sign means greater-than.
This > sigh means lesser-than.

So, in the top argument it means variable1 is GREATERTHAN variable2.
Jesus, i learnt this in primary school
05/18/2011 11:33 PraDevil[ELITE]#3
Quote:
Originally Posted by cruey View Post
VARIABLE1 < VARIABLE2

This < sign means greater-than.
This > sigh means lesser-than.

So, in the top argument it means variable1 is GREATERTHAN variable2.
Jesus, i learnt this in primary school
hehe.. u are correct..but for me idk the truth about this..but if i remember we also can make a query like this..so i cant say < is greater-than or lesser-than :)
Code:
1000171	[COLOR="Red"]9140011	1000000111[/COLOR]	1001	0	level < 50
9140011	9140012	0	1001	0	coach += 20
1000000111	0	0	126	0	Your~level~Is~To~low
05/18/2011 14:14 shadowkiller990#4
the coding is correct lol u can only do < # lol i found that one out but for some reason it still gives the player exp lol but it dose pop up the message so im not to sure how to stop that exp gain haha