nhokpretkool
19-08-12, 03:29 PM
Thường thì current bt chỉ đc max là 2 tỉ tiền. Không biết anh em nào biết cách mở thêm giới hạn cho nó ko nhỉ? /:) Mình tìm khắp mà chả thấy chỗ nào cả!
trungviet
19-08-12, 05:23 PM
Không có đâu! Max number của GSE.exe là 2000000000.
#define MAX_NUMBER 2000000000
private int Cash;
int get_max_cash() { return MAX_NUMBER; }
int get_cash() { return Cash; }
int set_cash( int gold )
{
gold = range_value( gold, 0, get_max_cash() ); // - MAX_NUMBER
if( Cash != gold && get_login_flag() > 1 ) send_user( this_object(), "%c%c%d", 0x3d, 70, gold );
return Cash = gold;
}
nhokpretkool
19-08-12, 06:06 PM
Code đấy a Việt lấy ở đâu v? Thế là mình ko edit cho nó hơn tí đc hả a :(
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.