log: Fix gbk and utf-8 string encoding.
log: Version up to v1.0.1
log: Version up to v1.0.1
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuIf you found this url on the VC:MP forum as an alternative if the update server is down you should enter this URL in your VC:MP browser.<br/><br/>If you're here because you want to download the latest update when your browser fails to download it. See below!<br/>Version <a href="/files/build62A35348.7z">04rel006</a>: Latest version is 62A35348 compiled on 2022-06-10 04:06:20<br/>Version <a href="/files/build5B2FAF0E.7z">04rel005</a>: Latest version is 5B2FAF0E compiled on 2018-06-24 04:06:47<br/>Version <a href="/files/build5B2D7C82.7z">04rel004</a>: Latest version is 5B2D7C82 compiled on 2018-06-23 12:06:47<br/>Version <a href="/files/build571C093D.7z">04rel003</a>: Latest version is 571C093D compiled on 2016-04-24 01:04:46<br/>Version <a href="/files/build55986E38.7z">04rel002</a>: Latest version is 55986E38 compiled on 2015-07-05 01:07:37<br/>Version <a href="/files/build55986E30.7z">04rel001</a>: Latest version is 55986E30 compiled on 2015-07-05 01:07:37<br/>Version <a href="/files/build5432F2AD.7z">04rel000</a>: Latest version is 5432F2AD compiled on 2014-10-06 09:10:51<br/>Version <a href="/files/build5400CA70.7z">04pb402</a>: Latest version is 5400CA70 compiled on 2014-08-29 08:08:46<br/>Version <a href="/files/build53D23BCE.7z">04pb400</a>: Latest version is 53D23BCE compiled on 2014-07-25 01:07:13<br/>Quote from: PSL on Jul 02, 2023, 10:53 AMThanks for sharing some useful code, butold code, outdated, new utils code will be release
This is my codelocal arr=[1,6,2,78,123,1,23,2,5];
local arr2=sort(arr);
for(local i=0;i<arr2.len();i++) print(arr2[i]);
In the sort function, an error occurred on this line:
foreach (v in arr) if (!IsNum(v)) number = false
error is: AN ERROR HAS OCCURED [parameter 1 has an invalid type 'integer' ; expected: 'string']