Jump to content

ابى كود


Recommended Posts

ابى كود اذا تيم معين قتل يروح الاعيب اللى اتقتل مكان معين انا احط احدثياته + يخرج من المكان دا بعد وقت معين انا احطه

ابى الكود جاهز

+

CLIENT ولا SERVER

وشكرا ليكم

Link to comment

هاد مش مني

و عدل علية

addEventHandler ("onPlayerWasted", root,function (_,killer) 
if ( killer and getElementType(killer) == "player" ) then 
if ( getPlayerTeam(source) ~= getTeamFromName("Police") and getPlayerTeam(killer) == getTeamFromName("Police") ) then 
local Levels = getPlayerWantedLevel ( source ) 
if ( Levels > 1 ) then 
setElementPosition(source,x,y,z) 
setTimer(setElementPosition,60000,1,source,x,y,z) 
end 
end 
end 
end) 

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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