-
Posts
2,156 -
Joined
-
Last visited
-
Days Won
6
Everything posted by ' A F .
-
addEvent("ree", true) addEventHandler("ree", root,function() redirectPlayer( source, 46.105.250.205 , 25011 ) end );
-
مثال على وش واضحه خش الويكي وتعرف
-
فكرة السكربت زي runcode بس أنت راح تطورها ؟
-
عدل أسلوبك بالكلام . aGroup = "Console" ; -- هنأ القروب الي تبيه يقدر يحط الشخصية aIDSkin = 91 ; -- رقم الشخصية addEventHandler ( "onElementModelChange" , root , function ( aOldModel ) if ( getElementModel ( source ) == aIDSkin ) then if not ( isGuestAccount ( getPlayerAccount ( source ) ) or isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)),aclGetGroup(aGroup)) ) then setTimer(setElementModel,50,1,source,aOldModel) outputChatBox("* You Can't use this skin !",source,255,0,0,true) end end end ) ;
-
مآشوفك مسوي داتا ولا شيء من اكوادك أحسك انك تبي جآهز صراحتاً .
-
Fantastic work , good luck : )
-
executeSQLQuery -- INSERT خش على صفحة الويكي وتعرف
-
ترايقر عشان تظهر له التحميل بالنسبة لـ الداتا استخدمها مع حدث 'onPlayerWasted' حط داتا للاعب الي مات قيمة والقيمة راح تكون اللاعب الي قتله
-
سوي يوم يموت اللاعب حط داتا على اللاعب وخلي قيمته اللاعب الي قتله ثم سوي بالكوماند triggerClientEvent setTimer guiProgressBarSetProgress guiProgressBarGetProgress getElementData outputChatBox
-
العفو حيأك الله .
-
--- # client addEventHandler ( "onClientGUIClick" , resourceRoot , function () if ( source == yourbutton ) then triggerServerEvent ( "checkMoney" , localPlayer ) ; end end ) ; addEvent("setAction",true) addEventHandler("setAction",root,function() setWorldSpecialPropertyEnabled ( "extrajump" , true ) ; end ) ---- # server addEvent ( "checkMoney" , true ) addEventHandler ( "checkMoney" , root, function ( ) if ( getPlayerMoney ( source ) >= 5000 ) then triggerClientEvent ( source , "setAction" , source ) ; takePlayerMoney ( source , 5000 ) end end ) ; لو فيه خطا شف الدي بق واطرحه هنا
-
طيب انت تبي اللاعب اذا مات يكتب أمر ويطلع تحميل ويوم ينتهي يطلع من قتله ؟
-
وش ذا التحديث :@
-
ارسل ترايقر من السيرفر للكلينت على كل اللاعبين وقفل الزر
-
حآول ونساعدك بالنسبة لي ماراح اعطيك جاهز .
-
بالنسبة لمحترفين جراند مغلق للأسف @iMr.TZ[W]ER
-
^ انت مو مرسل شيء مع الترايقر خلي الترايقر كذا triggerServerEvent("giveBazzoka",localPlayer,localPlayer) او حول سطر 14 إلى source
-
يعني تبي الكل يشوفها مو بس التيم ؟
-
local teamname = "Staff" ; local Blip = { } ; addEventHandler ( "onPlayerWasted" , root , function ( ) if ( getTeamFromName ( teamname ) ) then if ( isElement ( Blip [ source ] ) ) then destroyElement ( Blip[source] ) Blip[source] = nil end if ( #getPlayersInTeam(getTeamFromName(teamname)) ~= 0 ) then for i,v in ipairs ( getPlayersInTeam ( getTeamFromName ( teamname ) ) ) do --if ( v ~= source ) then local pos = { getElementPosition ( source ) } ; Blip[source] = createBlip ( pos[1] , pos[2] , pos[3] ) ; setElementVisibleTo ( Blip[source] , v , true ) ; setTimer ( function (player) destroyElement ( Blip[player] ); Blip[player] = nil outputChatBox("* تم إزالة علامتك",player,0,255,0,true) end,5000,1,source); --end end end end end ) addEventHandler ( "onPlayerQuit" , root , function () if ( isElement ( Blip [ source ] ) ) then destroyElement ( Blip[source] ) Blip[source] = nil end end ) ; شوف جربه
-
سوي يوم ينقتل اللاعب يسوي علامة على مكانة وأستخدم getTeamFromName getPlayersInTeam setElementVisibleTo
-
'onElementModelChange' getElementType getElementModel getPlayerAccount isGuestAccount getAccountName isObjectInACLGroup setTimer setElementModel
-
تبي ماحد يقدر يحط شخصية محدةة الا اذا كان كونسل ؟