Jump to content

مشكله في المود


Recommended Posts

السلام عليكم ورححمة الله

شباب انا مسوي مود وكان كويس بس مدري وش فيه فجئه صارت تطلع لي هاذي الرساله

[Client] is encoded in ANSI instead of UTF-8.  Please convert your file to UTF-8 

ابغى ححل :cry:

Link to comment

شباب وش الخطأ في الكود ؟

اذا مات الاعب يصير مايرجع ورا

يعني اذا ضغطت s

ما يسوي شي

؟؟

function ( ) 
    if source == Kill then 
    setTimer ( setElementHealth, 10000, 1, localPlayer, 0 ) 
    toggleControl ( 'left', false ) 
    toggleControl ( 'fire', false ) 
    toggleControl ( 'jump', false ) 
    toggleControl ( 'right', false ) 
    toggleControl ( 'backwards', false ) 
    toggleControl ( 'forwards', false ) 
    setTimer ( function() 
    toggleControl ( 'left', true ) 
    toggleControl ( 'fire', true ) 
    toggleControl ( 'jump', true ) 
    toggleControl ( 'right', true ) 
    toggleControl ( 'backwards ', true ) 
    toggleControl ( 'forwards', true ) 
    end, 10000, 1 ) 
    outputChatBox("#FF0000 After 10 seconds you will die ", 255, 0, 0, true) 
    guiSetVisible(GUIEditor_Window[1], false) 
    showCursor (false ) 
end 
 end) 

Link to comment
addCommandHandler('kill', 
function(p) 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end) 

جربتها ولا صلح

وجربت اسويها بزر زي ما انا ابغى وبعد ما صلح

صح كذا ؟؟

addEventHandler("onClientGUIClick", root, 
function(p) 
if source == Kill then 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end 
    end) 

Link to comment
addCommandHandler('kill', 
function(p) 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end) 

جربتها ولا صلح

تأكد أنك حاطه سيرفر بالميتا

+

kill تأكد أن مود بلاي مو شغال لان بلاي فيه نفس الكومند

وجربت اسويها بزر زي ما انا ابغى وبعد ما صلح

صح كذا ؟؟

addEventHandler("onClientGUIClick", root, 
function(p) 
if source == Kill then 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end 
    end) 

كودك كله خطأ

p = ذا مو لاعب

button: the name of the button which will be clicked , it can be left, right, middle

https://wiki.multitheftauto.com/wiki/OnClientGUIClick

killPed = سيرفر مو كلينت

Link to comment
addCommandHandler('kill', 
function(p) 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end) 

جربتها ولا صلح

تأكد أنك حاطه سيرفر بالميتا

+

kill تأكد أن مود بلاي مو شغال لان بلاي فيه نفس الكومند

وجربت اسويها بزر زي ما انا ابغى وبعد ما صلح

صح كذا ؟؟

addEventHandler("onClientGUIClick", root, 
function(p) 
if source == Kill then 
setElementFrozen(p,true) 
setTimer(killPed,10000,1,p) 
setTimer(setElementFrozen,10000,1,p,false) 
end 
    end) 

كودك كله خطأ

p = ذا مو لاعب

button: the name of the button which will be clicked , it can be left, right, middle

https://wiki.multitheftauto.com/wiki/OnClientGUIClick

killPed = سيرفر مو كلينت

طيب الكود اول واحد حقي وش الخطأ لان مجنون فيكك على طول طرحح لي كود

Link to comment
شباب وش الخطأ في الكود ؟

اذا مات الاعب يصير مايرجع ورا

يعني اذا ضغطت s

ما يسوي شي

؟؟

function ( ) 
    if source == Kill then 
    setTimer ( setElementHealth, 10000, 1, localPlayer, 0 ) 
    toggleControl ( 'left', false ) 
    toggleControl ( 'fire', false ) 
    toggleControl ( 'jump', false ) 
    toggleControl ( 'right', false ) 
    toggleControl ( 'backwards', false ) 
    toggleControl ( 'forwards', false ) 
    setTimer ( function() 
    toggleControl ( 'left', true ) 
    toggleControl ( 'fire', true ) 
    toggleControl ( 'jump', true ) 
    toggleControl ( 'right', true ) 
    toggleControl ( 'backwards ', true ) 
    toggleControl ( 'forwards', true ) 
    end, 10000, 1 ) 
    outputChatBox("#FF0000 After 10 seconds you will die ", 255, 0, 0, true) 
    guiSetVisible(GUIEditor_Window[1], false) 
    showCursor (false ) 
end 
 end) 

وين الإيفنت ؟

Link to comment
شباب وش الخطأ في الكود ؟

اذا مات الاعب يصير مايرجع ورا

يعني اذا ضغطت s

ما يسوي شي

؟؟

function ( ) 
    if source == Kill then 
    setTimer ( setElementHealth, 10000, 1, localPlayer, 0 ) 
    toggleControl ( 'left', false ) 
    toggleControl ( 'fire', false ) 
    toggleControl ( 'jump', false ) 
    toggleControl ( 'right', false ) 
    toggleControl ( 'backwards', false ) 
    toggleControl ( 'forwards', false ) 
    setTimer ( function() 
    toggleControl ( 'left', true ) 
    toggleControl ( 'fire', true ) 
    toggleControl ( 'jump', true ) 
    toggleControl ( 'right', true ) 
    toggleControl ( 'backwards ', true ) 
    toggleControl ( 'forwards', true ) 
    end, 10000, 1 ) 
    outputChatBox("#FF0000 After 10 seconds you will die ", 255, 0, 0, true) 
    guiSetVisible(GUIEditor_Window[1], false) 
    showCursor (false ) 
end 
 end) 

وين الإيفنت ؟

غلطت وانا انسخ الككود

addEventHandler("onClientGUIClick", root, 
 function ( ) 
    if source == Kill then 
    setTimer ( setElementHealth, 10000, 1, localPlayer, 0 ) 
    toggleControl ( 'left', false ) 
    toggleControl ( 'fire', false ) 
    toggleControl ( 'jump', false ) 
    toggleControl ( 'right', false ) 
    toggleControl ( 'backwards', false ) 
    toggleControl ( 'forwards', false ) 
    setTimer ( function() 
    toggleControl ( 'left', true ) 
    toggleControl ( 'fire', true ) 
    toggleControl ( 'jump', true ) 
    toggleControl ( 'right', true ) 
    toggleControl ( 'backwards ', true ) 
    toggleControl ( 'forwards', true ) 
    end, 10000, 1 ) 
    outputChatBox("#FF0000 After 10 seconds you will die ", 255, 0, 0, true) 
    guiSetVisible(GUIEditor_Window[1], false) 
    showCursor (false ) 
end 
 end) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...