12.09.2015, 18:12
(
Последний раз редактировалось SkittlesAreFalling; 16.09.2015 в 04:34.
)
Small Bug:
When typing 'loadjs <scriptname>.js' into console even though script is already loaded will crash server.
Spelling:
$fs.exits = $fs.exists @ line: 103 (samp.js/FileSystem.js)
Spelling:
[ERROR][samp.js] FileSystem.js:151: TypeError: Cannot read property 'mkdir' of undefined
[ERROR][samp.js] return this.internval.mkdir(directory);
CRASH:
It is because I forgot the )
When typing 'loadjs <scriptname>.js' into console even though script is already loaded will crash server.
Spelling:
$fs.exits = $fs.exists @ line: 103 (samp.js/FileSystem.js)
Spelling:
[ERROR][samp.js] FileSystem.js:151: TypeError: Cannot read property 'mkdir' of undefined
[ERROR][samp.js] return this.internval.mkdir(directory);
CRASH:
Код:
SendClientMessage(player.id, COLOR.WHITE, String.format("Welcome to %s, %s!", ServerData.name, player.name);
Код:
SendClientMessage(player.id, COLOR.WHITE, String.format("Welcome to %s, %s!", ServerData.name, player.name));
Quote:
[ERROR][samp.js] js/cops&robbers.js:317: SyntaxError: missing ) after argument list [debug] Server crashed due to an unknown error [debug] Native backtrace: [debug] #0 0049dc0c in ?? () from samp-server.exe [debug] #1 779bd2d9 in ?? () from C:\WINDOWS\SYSTEM32\ntdll.dll [debug] #2 779e8e5c in ?? () from C:\WINDOWS\SYSTEM32\ntdll.dll [debug] #3 698a3264 in ?? () from C:\WINDOWS\system32\apphelp.dll [debug] #4 698a328c in ?? () from C:\WINDOWS\system32\apphelp.dll [debug] #5 0049eef9 in ?? () from samp-server.exe [debug] #6 0048b460 in ?? () from samp-server.exe [debug] #7 004a5a3b in ?? () from samp-server.exe [debug] #8 0049cf72 in ?? () from samp-server.exe |