وش تقصد الصواريخ .. حدد الصورايخ فيه ( رشاشات ف الهنتر + صواريخ ف الهنتر )
+
السيارات الشفافة جرب الكود ذا
#Server
gmontext = get("gmontext")
gmoncolor = get("gmoncolor")
gmofftext = get("gmofftext")
gmoffcolor = get("gmoffcolor")
addEvent("onMapStarting")
addEventHandler("onMapStarting", getRootElement(),
function(mapInfo)
if string.find(mapInfo.name, "[DM]", 1, true) or string.find(mapInfo.name, "=DM=", 1, true) or string.find(mapInfo.name, "DM", 1, true) or mapInfo.modename == "Sprint" then
gmon()
else
gmoff()
end
end)
function gmon()
for theKey,thePlayer in ipairs(getElementsByType("player")) do
setElementData( thePlayer, "overrideCollide.uniqueblah", 0, false )
outputChatBox(gmoncolor..gmontext,thePlayer,186,212,71,true)
end
end
function gmoff()
for theKey,thePlayer in ipairs(getElementsByType("player")) do
setElementData(thePlayer, "overrideCollide.uniqueblah", nil, false )
outputChatBox(gmoffcolor..gmofftext,thePlayer,255,255,255,true)
end
end
meta.xml
"Autoghostmode" author="ahmtork" type= "script" version="1.0.0"/>
فـ أنتظارك
By AboShanab : الأكواد من