addCommandHandler ( "nuke",
function ( thePlayer )
local x,y,z = getElementPosition(thePlayer)
local marker = createMarker ( x , y , z, "cylinder", 15, 255, 255, 0, 170 )
if marker and getElementType(marker) == "marker" then
if isElementWithinMarker(thePlayer, marker) then
for _,p in ipairs(getElementsByType("player")) do
if ( p ~= thePlayer ) then
killPed (p)
end
end
end
end
end
)
شباب الحين انا مسوي لما يكتب كلمه باف 8
يسوي ماركر و كل يلي في الماركر يموت ..
الحين ما يموت اللاعب .. انا عندي استفسار الحين انا ابيه يموت اللاعب
مدري ليش وين الخطا ..
كمان الحين انا عندي استفسار .. الحين لو لاعب جاء دخل الماركر ما راح يقتلو صح ؟