Thread
:
Limiting options
View Single Post
#
7
11-10-2011, 04:05 PM
callimuc
ジ
Join Date: Nov 2010
Location: Germany
Posts: 1,015
Quote:
Originally Posted by
cbk1994
PHP Code:
if (
UserPrice
.
text
!=
"Offer"
&& (
UserPrice
.
text
<
1
||
UserPrice
.
text
>
2000000
)) {
return;
}
Probably just a typo but shouldnt it be > 1 and < 2000000?
__________________
MEEP!
callimuc
View Public Profile
View GraalOnline Profile
Find all posts by callimuc