-
Posts
3,267 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Tete omar
-
x-shadow even you can't spell stupid StanleySathler thanks
-
local Marker = createMarker ( 2056.0913085938, 1542.1124388281, 10.671875, "cylinder", 1.29999995, 255, 0, 0, 255 ) addEventHandler('onClientMarkerHit', Marker, function(hitPlayer) if (hitPlayer == localPlayer) then guiSetVisible(GUIEditor_Window[1], true) showCursor(true) end end) function CreateGUIWindow() GUIEditor_Window = {} GUIEditor_Memo = {} GUIEditor_Button = {} GUIEditor_Window[1] = guiCreateWindow(502,268,480,290,"glallllalll",false) GUIEditor_Button[1] = guiCreateButton(155,251,69,30,"exit",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(10,251,91,30,"lol",false,GUIEditor_Window[1]) GUIEditor_Memo[1] = guiCreateMemo(15,20,219,221,"Type any thing here",false,GUIEditor_Window[1]) guiSetVisible(GUIEditor_Window[1], false) addEventHandler("onClientGUIClick", GUIEditor_Button[2], kalla, false) end addEventHandler("onClientResourceStart", root, CreateGUIWindow) addEventHandler('onClientGUIClick', root, function () if ( source == GUIEditor_Button[1] ) then guiSetVisible(GUIEditor_Window[1],false) guiSetInputEnabled(false) showCursor(false) elseif ( source == GUIEditor_Button[4] ) then guiSetVisible(GUIEditor_Window[2],false) guiSetInputEnabled(false) showCursor(false) end end) function kalla() givePlayerMoney ( 900000 ) outputChatBox("#00ff00 Thanks",255,255,255,true) -- i want it here GUIEditor_Label = {} GUIEditor_Label[1] = guiCreateLabel(300,147,786,433,"Hey you thanks !",false) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiLabelSetHorizontalAlign(GUIEditor_Label[1],"left",true) guiSetFont(GUIEditor_Label[1],"sa-header") guiSetVisible(GUIEditor_Window[1],false) guiSetInputEnabled(false) showCursor(false) end is there any code to give a weapon on client side ?
-
No i'm not one of these peoples
-
عزوز التميمي يقول العن السنة كلها
-
No problem and thanks for reply
-
+1 +1 +1 لا تعليق والكلمة الوحيدة هي كفوووووووووووووووووووووووووووووووووووووووووووووووووووووو
-
تابل انا تبند في سيفرك بدون ذنب وهو عزوز قاعد يسب الاعبين والي يرد عليه يا باند يا ميوت جا وقلي لك وجه تجي هنا سكت ما قلت شي سبني وصكني باند والله سيرفرك احسن بدون هالاشكال بس والله حتى لو فكيت الباند ما راح اخش عشان الاهانة الا اذا رجع كويتي واحد محترم مو زي ولد الحارة هاذا شوف وش قالي بالاستضافة واحكم ولا تتجاهل مو هذا سيرفرك ؟ وان كنت تحسبني بس ولد صغير يشتكي عشان تفك له الباند ما ابغي اخش سيرفرك قصدي سيرفره زي ما هو يقول
-
هههه العقرب تابل سرق سكربتك وخلاه TOP 30 player by TAPL هههههههههه
-
This forum isn't for asking it's [suggestions] only read the rules if you want to remove the player's shadow go to settings/video/ and un-mark the volumetric shadows or low every thing.
-
It's already exist dude ..
-
Well glad you laughed guys : D it's just a suggestion and i want MTA support this action, for more development but btw i'm a good animator, and i feel like loser now : |
-
I like your idea but changing the names not locked
-
Hey guys ! There's many of animations in GTA SA But not so fit if some one wants to create a new script with a new anim Q: you trying to create new animations ? A: yes Q: Nothing supports you to create a new animations A: Absolutely no Q: so how you gonna create a new animations A: by Autodesk 3dsmax And that's the only way for who wants to create new animations But it's benefits not always more than its dangers Why ? Because this software isn't forfast impatience peoples it needs accuracy of use By the way a little mistake gonna stop the game running be careful when you use it and copy the anim file to an other folder Example if you like to create a zombies animation and make them walk like that Regardless of Left4dead Any way I know this is so hard because you need to make many of actions like that sorry youtube code doesn't workso at least it takes 1 hour than more But on the same time you feel like Completed something I wish a good replies thanks for read my suggestion if you want more info reply here
-
No but i have tdma inside " tdm " where should i put it
-
I see no tdma in my definitions :\
-
مشكورين يا حلوين :]
-
الاليمينت مو اوبجيكت يا حلوين
-
السلام عليكم ورمحة الله وبركاته فيه كود يخفي الاوبجيكت او الماركر ؟ عشان ابغي اسوي لمن الاعب يضغت على زر تنسحب فلوسه ويظهر له الماركر الي كاان مخفي client side function take() if( getPlayerMoney( localPlayer ) >= 100000 ) then takePlayerMoney (100000) outputChatBox("#00ff00You bought a ticket you can go to the rocket now have a nice trip.",255,255,255,true) guiSetVisible(GUIEditor_Window[1],false) guiSetInputEnabled(false) showCursor(false) else outputChatBox("#FFFF00Sorry, you don't have enough money",255,255,255,true) end end بس ابيه كلينت ولا ابي تعديلات على الكود هذا بس مثال الكود شغال الحمد لله والسلام عليكم ورحمة الله وبركاته
-
Where's map settings exactly Flaker ?
-
that mean it won't run ? you have an idea ?
-
Yeah the marker will be created when take the player money not when click on button because if the player haven't enough money then why the marker show up .. thank you : )