Added initial version
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
int script_1146(int arg0) {
|
||||
if (arg0 >= 10000000) {
|
||||
return 65408;
|
||||
}
|
||||
if (arg0 >= 100000) {
|
||||
return 16777215;
|
||||
}
|
||||
return 16776960;
|
||||
}
|
||||
Reference in New Issue
Block a user