-- ][ اول شئ قم بتشغيل مود killmesseage هو موجود تبع اللعبة ثم قم بتغير اكواد الكلينت بهذا ][ --
------------------------------ Client Cide -----------------------------------
local ZA7F = { }
--[[local rootElement = getRootElement()
local myDisplay = textCreateDisplay()
local myTextItem = textCreateTextItem ( "", 0.4, 0.2 )
local myTextItem1 = textCreateTextItem ( "", 0.3, 0.3 )
local myTextItem2 = textCreateTextItem ( "", 0.4, 0.6 )]]--
addEventHandler( "onPlayerChat", root, function ( msg )
if ( msg and msg == "" ) then
-- givePlayerMoney( source, 1000000 )
elseif ( msg and msg == "ابي سلاب" ) then
killPed ( source )
elseif ( msg and msg == "ابي موتر" ) then
if( isElement ( ZA7F [ source ] ) ) then destroyElement( ZA7F [ source ] ) end
local x, y, z = getElementPosition ( source )
ZA7F [ source ] = createVehicle( 411, x, y, z)
warpPedIntoVehicle ( source, ZA7F [ source ] )
end
end )
addEventHandler( "onVehicleExplode", resourceRoot,
function( )
setTimer( destroyElement, 2000, 1, source )
end )
addEventHandler( "onPlayerQuit", root,
function( )
if( isElement ( ZA7F [ source ] ) ) then
destroyElement( ZA7F [ source ] )
end
ZA7F [ source ] = nil
end )
setTimer(function()
exports.killmessages:outputMessage('لاخذ موتر او سلاب اكتب في الشات ابي موتر او ابي سلاب',root,math.random(255),math.random(255),math.random(255),true) -- عمل رسالة كيل مسج تتغير لونها في كل رسالة
end,50000,0)