Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions [gameplay]/hedit/client/gui/languages/arabic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ guiLanguage.arabic = {
shortname = "حول",
longname = "حول معدل الوزانيات الرسمي",
itemtext = {
textlabel = "مرحبا بكم في معدل وزانيات MTA الرسمي ! يتيح لك هذا المورد تعديل تعامل أي سيارة في اللعبة في الوقت الفعلي . \ n \ n "..
"يمكنك حفظ و تحميل وزانيات التي صممتها باستعمال قائمة وزانية في الجانب العلوي الايمن \ n \ n "..
textlabel = "مرحبا بكم في معدل وزانيات MTA الرسمي ! يتيح لك هذا المورد تعديل تعامل أي سيارة في اللعبة في الوقت الفعلي . \n \n "..
"يمكنك حفظ و تحميل وزانيات التي صممتها باستعمال قائمة وزانية في الجانب العلوي الايمن \n \n "..
"للمزيد من المعلومات حول معدل الوزنيات - مثل التغيير الرسمي - زر:",
websitebox = "http://github.com/hedit/hedit",
morelabel = "شكرا لك لاستخدامك ل Hedit"
Expand Down
2 changes: 1 addition & 1 deletion [gameplay]/sfxbrowser/sfxBrowser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function sfxBrowser:playCurrent()

self.m_Sound = playSFX(self.m_CurrentContainer, self.m_CurrentBank, self.m_CurrentSFX, guiCheckBoxGetSelected(self.m_GUI.loopedCheck))
if not self.m_Sound then
outputChatBox("Some audio files are missing! Please check your GTASA\Audio\SFX\ folder!", 255, 0, 0)
outputChatBox("Some audio files are missing! Please check your GTASA\\Audio\\SFX\\ folder!", 255, 0, 0)
return false
end

Expand Down