Quited
Members-
Posts
1,423 -
Joined
-
Last visited
Everything posted by Quited
-
يمكن مواصفات جهازك ماتساعد
-
ارسلها لـ Solidsnake14 اكثر واحد يتواجد
-
طيب ممكن سؤال ؟ وش دخل حدث رستارت المود في كبسة الزر ؟
-
حاب ابارك للاخ فهد (برستيج) لوصوله 8000 الاف رد عقبال الـ 10000 رد !
-
give me link , i did not find
-
New, official thread viewtopic.php?f=167&t=80672&p=736567
-
It is good idea and useful
-
احلى ستايل لشهر رمضان المبارك http://cutt.us/WJK7 <-----------
-
Download This Setup : http://www.solidfiles.com/d/398b5c7436/ open "mtasa-1.3.1.sfx" run as adminstrator and wait 20 second after , run MTA If MTA Ask to Update to 1.3.3 , click yes
-
Add the resource to the acl file! -- lex There's problem if i add a chat event for the player onPlayerChat -_-' The tactics will repate the message -______-" Can i have the source code for this part so i can edit it! +1 also players can out from map
-
شكلك مافهمت قصدي انا ابيه لمن يكتب الكلمة يقعد 5 ثواني لين يقدر يكتبها مرة ثانية انا فاهمك بس انت اللي مافهمتني
-
م انصحك فيه ولا انصحك تركبه اصلا تدري ليه ؟ اغلب المودات تسوي اختصار على الكوماند زي مود الادمنية يعني بتخليه يفتح نافذة اي مود وينتظر 5 ثواني ويقفلها ؟ مهم : انا مو متاكد من كلامي جرب ورد خبر
-
Check my suggest : viewtopic.php?f=102&t=61746 include "cancelAnimations"
-
i know , but if onPlayerModInfo include "getModSize" will be the better.
-
getServerIP purpose is to get server IP and has a many uses getModSize purpose is get Mod Size in gta3.img To verify that the files in gta3.img original or no "fxAddGraphics" add Graphics to Server (example : ENBSeries graphics)
-
ok , cancelAnimations , engineLoadIFP and other ?
-
+1 , and how to replace effects.fxp , effectsPC.txd , fonts.txd , misc.txd , hud.txd ?
-
ok , other functions ?
-
setCursorIcon for custom Cursor Icon cancelAnimations (example : cancel jump animation and other animations in ped.ifp , anim.img and gta3.imgAnimations)
-
hi all It's nice to be these functions and exist Functions: engineloadIFP cancelAnimations -- Important loadCustom ped.ifp , anim.img , gta3.imgAnimations (Animations in gta3.img file example rifle.ifp) getMTAsettings setMTAsettings getServerIP getModSize (The size of gta3.img and gta_int.img files) setCursorIcon (for custom Cursor Icon) fxAddGraphics guiCreateGIF guiSetButtonColour guiSetTabColour
-
مشكورين برستيج وكل اللي ردو علي تمت الافادة
-
خلاصص بشيل Access Denide المهم كذا صح ؟ addEventHandler('onPlayerCommand',root, function ( cmd ) if isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( 'Admin' ) ) or if isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( 'Console' ) ) then if ( cmd == 'zeem1' ) then setServerConfigSetting( "bullet_sync", "1", true ) setServerConfigSetting( "lightweight_sync_interval", "200", true ) setServerConfigSetting( "player_sync_interval", "50", true ) outputChatBox ( '#CCFF00~~~~~ تم تشغيل مود زيم ~~~~~~~',source,0,0,0,true) elseif ( cmd == 'zeem0' ) then setServerConfigSetting( "bullet_sync", "0", true ) setServerConfigSetting( "lightweight_sync_interval", "1500", true ) setServerConfigSetting( "player_sync_interval", "100", true ) outputChatBox ( '#FF0000~~~~~~~ تم ايقاف مود زيم ~~~~~~~~',source,0,0,0,true ) elseif ( cmd == 'zeem2' ) then setServerConfigSetting( "bullet_sync", "0", true ) setServerConfigSetting( "lightweight_sync_interval", "200", true ) setServerConfigSetting( "player_sync_interval", "80", true ) outputChatBox ( '#99CCFF~~~~~~~~ تم تشغيل نص زيم ~~~~~~~~',source,0,0,0,true ) end end )
-
انا بالادمن والكونسول لو تبي تتأكد "Admin"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "resource.admin"> "resource.anti-bans"> "resource.zeem"> "resource.adding"> "resource.help-admin"> "user.MAFIA"> "resource.AC"> "resource.w1w"> "resource.apm"> "user.5555"> "resource.lag"> "resource.acpanel"> "user.basemode"> -- انا هنا "resource.anti_cmdspam"> "resource.nsr"> "Console"> "Moderator"> "SuperModerator"> "Admin"> "RPC"> "user.basemode"> -- + هنا "user.abomary"> "user.5555"> الكود الاخير addEventHandler('onPlayerCommand',root, function ( cmd ) if cmd == 'zeem1' or cmd == 'zeem0' or cmd == 'zeem2' and not isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( 'Admin' ) ) or isObjectInACLGroup ('user.'..getAccountName ( getPlayerAccount ( source ) ), aclGetGroup ( 'Console' ) ) then outputChatBox ( '#FF9933Access Denied' ,source,0,0,0,true) return false end if ( cmd == 'zeem1' ) then setServerConfigSetting( "bullet_sync", "1", true ) setServerConfigSetting( "lightweight_sync_interval", "200", true ) setServerConfigSetting( "player_sync_interval", "50", true ) outputChatBox ( '#CCFF00~~~~~ تم تشغيل مود زيم ~~~~~~~',source,0,0,0,true) elseif ( cmd == 'zeem0' ) then setServerConfigSetting( "bullet_sync", "0", true ) setServerConfigSetting( "lightweight_sync_interval", "1500", true ) setServerConfigSetting( "player_sync_interval", "100", true ) outputChatBox ( '#FF0000~~~~~~~ تم ايقاف مود زيم ~~~~~~~~',source,0,0,0,true ) elseif ( cmd == 'zeem2' ) then setServerConfigSetting( "bullet_sync", "0", true ) setServerConfigSetting( "lightweight_sync_interval", "200", true ) setServerConfigSetting( "player_sync_interval", "80", true ) outputChatBox ( '#99CCFF~~~~~~~~ تم تشغيل نص زيم ~~~~~~~~',source,0,0,0,true ) end end )
