-
Posts
2,608 -
Joined
-
Last visited
Everything posted by 12p
-
[Resolved][MTA:SA 1.0.4] Lags "wave effect" in Windows 7.
12p replied to [EFO]Kesha_F1's question in Client
About 5-10 FPS Drop. I said YES about that single player thing. Same thing on empty server. -
Ok I fixed that but still doesn't insert anything into the table. What's wrong?
-
I want to give money to a player basing in just some letters (like in admin panel). For example: Player Objetive: Maurize Word on Command for Player: Mau Well, it doesn't find any player... addCommandHandler ("dardinero", function (player,_,destiny,cash) if destiny and cash then if getPlayerMoney (player) >= tonumber(cash) then local matchPlayers = {} local players = getElementsByType ("player") for i,p in ipairs (players) do local name = getPlayerName (p) if string.find(destiny,name) then table.insert(matchPlayers,p) outputChatBox ("test") end end if table.getn(matchPlayers) == 1 then takePlayerMoney (player,tonumber(cash)) givePlayerMoney (matchPlayers[1],tonumber(cash)) outputChatBox ("INFO: Enviaste $"..cash.." a "..getPlayerName(matchPlayers[1])..".",player,0,255,0) outputChatBox ("INFO: Recibiste $"..cash.." de "..getPlayerName(player)..".",matchPlayers[1],0,255,0) elseif table.getn(matchPlayers) > 1 then outputChatBox ("ERROR: Hay mas de un jugador con este nombre.",player,255,0,0) else outputChatBox ("ERROR: No hay jugadores con este nombre.",player,255,0,0) end else outputChatBox ("ERROR: Tus fondos son insuficientes.",player,255,0,0) end else outputChatBox ("ERROR: Falta algun argumento.",player,255,0,0) end end)
-
[Resolved][MTA:SA 1.0.4] Lags "wave effect" in Windows 7.
12p replied to [EFO]Kesha_F1's question in Client
I did everything you said. I use lowest things on graphics settings, I will check what about the asynchronous loading. EDIT: Nothing different happens, still having "waving" lag, damn. And yes, for me it happens on GTA and MTA. -
That sounds like you don't trust me lol. hum... What did you mean with the redstone wires and dispenser and bla-bla? I don't get it rightly lol. But I'm good at maths, relax
-
Depends on how you want to do it, with teams or something else.
-
not easy, not easy.
-
Look, check wiki. You are asking too many things, and you just started on MTA. And this kind of script is very hard, even for experienced scripters (of course not impossible). My suggestion: learn LUA a lot, check wiki for help instead of ask everything because there are own jobs/projects on every scripter, and when you get stuck, check the syntax with Notepad++ or something like that, if the problem isn't the syntax then ask here. And maybe, in 1 year, you would have learned enough to do this script.
-
Awesome idea, Puma. Hope you keep them, because you're a genius mapper, the best I have ever seen.
-
[Resolved][MTA:SA 1.0.4] Lags "wave effect" in Windows 7.
12p replied to [EFO]Kesha_F1's question in Client
Ok here is my DX Diag report: ------------------ System Information ------------------ Time of this report: 1/20/2011, 11:50:38 Machine name: BENJAMÍNLAMADRI Operating System: Windows 7 Starter 32-bit (6.1, Build 7600) (7600.win7_gdr.100618-1621) Language: Spanish (Regional Setting: Spanish) System Manufacturer: Olidata Chile S.A. System Model: A1xIM0 BIOS: BIOS Date: 02/23/10 14:48:56 Ver: 08.00.16 Processor: Genuine Intel(R) CPU T1700 @ 1.83GHz (2 CPUs), ~1.5GHz Memory: 2048MB RAM Available OS Memory: 2014MB RAM Page File: 1253MB used, 2773MB available Windows Dir: C:\windows DirectX Version: DirectX 11 DX Setup Parameters: Not found User DPI Setting: Using System DPI System DPI Setting: 96 DPI (100 percent) DWM DPI Scaling: Disabled DxDiag Version: 6.01.7600.16385 32bit Unicode ------------ DxDiag Notes ------------ Display Tab 1: No problems found. Sound Tab 1: No problems found. Input Tab: No problems found. -------------------- DirectX Debug Levels -------------------- Direct3D: 0/4 (retail) DirectDraw: 0/4 (retail) DirectInput: 0/5 (retail) DirectMusic: 0/5 (retail) DirectPlay: 0/9 (retail) DirectSound: 0/5 (retail) DirectShow: 0/6 (retail) --------------- Display Devices --------------- Card name: Mobile Intel(R) 4 Series Express Chipset Family Manufacturer: Intel Corporation Chip type: Mobile Intel(R) 4 Series Express Chipset Family DAC type: Internal Device Key: Enum\PCI\VEN_8086&DEV_2A42&SUBSYS_20001297&REV_09 Display Memory: 814 MB Dedicated Memory: 64 MB Shared Memory: 750 MB Current Mode: 1280 x 800 (32 bit) (60Hz) Monitor Name: Monitor PnP genérico Monitor Model: unknown Monitor Id: APP9CD1 Native Mode: 1280 x 800(p) (60.223Hz) Output Type: Internal Driver Name: igdumdx32.dll,igd10umd32.dll Driver File Version: 8.15.0010.2226 (English) Driver Version: 8.15.10.2226 DDI Version: 10 Driver Model: WDDM 1.1 Driver Attributes: Final Retail Driver Date/Size: 10/15/2010 22:22:50, 571904 bytes WHQL Logo'd: n/a WHQL Date Stamp: n/a Device Identifier: {D7B78E66-6902-11CF-9579-0A00A9C2C535} Vendor ID: 0x8086 Device ID: 0x2A42 SubSys ID: 0x20001297 Revision ID: 0x0009 Driver Strong Name: oem13.inf:Intel.Mfg:iCNT0:8.15.10.2226:pci\ven_8086&dev_2a42 Rank Of Driver: 00E62001 Video Accel: ModeMPEG2_A ModeMPEG2_C ModeWMV9_B ModeWMV9_C ModeVC1_B ModeVC1_C Deinterlace Caps: {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend D3D9 Overlay: Supported DXVA-HD: Supported DDraw Status: Enabled D3D Status: Enabled AGP Status: Enabled ------------- Sound Devices ------------- Description: Altavoces / Auricular (IDT High Definition Audio CODEC) Default Sound Playback: Yes Default Voice Playback: Yes Hardware ID: HDAUDIO\FUNC_01&VEN_111D&DEV_76D5&SUBSYS_12972000&REV_1004 Manufacturer ID: 1 Product ID: 100 Type: WDM Driver Name: stwrt.sys Driver Version: 6.10.6255.0000 (English) Driver Attributes: Final Retail WHQL Logo'd: n/a Date and Size: 11/6/2009 23:50:00, 420864 bytes Other Files: Driver Provider: IDT HW Accel Level: Basic Cap Flags: 0x0 Min/Max Sample Rate: 0, 0 Static/Strm HW Mix Bufs: 0, 0 Static/Strm HW 3D Bufs: 0, 0 HW Memory: 0 Voice Management: No EAX(tm) 2.0 Listen/Src: No, No I3DL2(tm) Listen/Src: No, No Sensaura(tm) ZoomFX(tm): No --------------------- Sound Capture Devices --------------------- Description: Mic interno (IDT High Definition Audio CODEC) Default Sound Capture: Yes Default Voice Capture: No Driver Name: stwrt.sys Driver Version: 6.10.6255.0000 (English) Driver Attributes: Final Retail Date and Size: 11/6/2009 23:50:00, 420864 bytes Cap Flags: 0x0 Format Flags: 0x0 Description: Micrófono Externo Hurricane (IDT High Definition Audio CODEC) Default Sound Capture: No Default Voice Capture: Yes Driver Name: stwrt.sys Driver Version: 6.10.6255.0000 (English) Driver Attributes: Final Retail Date and Size: 11/6/2009 23:50:00, 420864 bytes Cap Flags: 0x0 Format Flags: 0x0 ------------------- DirectInput Devices ------------------- Device Name: Mouse Attached: 1 Controller ID: n/a Vendor/Product ID: n/a FF Driver: n/a Device Name: Teclado Attached: 1 Controller ID: n/a Vendor/Product ID: n/a FF Driver: n/a Poll w/ Interrupt: No ----------- USB Devices ----------- + Concentrador raíz USB | Vendor/Product ID: 0x8086, 0x2935 | Matching Device ID: usb\root_hub | Service: usbhub | Driver: usbhub.sys, 7/13/2009 20:52:09, 258560 bytes | Driver: usbd.sys, 7/13/2009 20:51:05, 5888 bytes | +-+ Dispositivo de entrada USB | | Vendor/Product ID: 0x15D9, 0x0A4C | | Location: Port_#0001.Hub_#0006 | | Matching Device ID: generic_hid_device | | Service: HidUsb | | Driver: hidusb.sys, 7/13/2009 20:51:04, 24064 bytes | | Driver: hidclass.sys, 7/13/2009 20:51:01, 55808 bytes | | Driver: hidparse.sys, 7/13/2009 20:51:00, 25728 bytes | | | +-+ Mouse compatible con HID | | | Vendor/Product ID: 0x15D9, 0x0A4C | | | Matching Device ID: hid_device_system_mouse | | | Service: mouhid | | | Driver: mouhid.sys, 7/13/2009 20:45:08, 26112 bytes | | | Driver: mouclass.sys, 7/13/2009 22:20:44, 41552 bytes ---------------- Gameport Devices ---------------- ------------ PS/2 Devices ------------ + Teclado PS/2 estándar | Matching Device ID: *pnp0303 | Service: i8042prt | Driver: i8042prt.sys, 7/13/2009 20:11:24, 80896 bytes | Driver: kbdclass.sys, 7/13/2009 22:20:36, 42576 bytes | + Controlador de teclado de Terminal Server | Matching Device ID: root\rdp_kbd | Upper Filters: kbdclass | Service: TermDD | Driver: i8042prt.sys, 7/13/2009 20:11:24, 80896 bytes | Driver: kbdclass.sys, 7/13/2009 22:20:36, 42576 bytes | + Mouse PS/2 de Microsoft | Matching Device ID: *pnp0f03 | Service: i8042prt | Driver: i8042prt.sys, 7/13/2009 20:11:24, 80896 bytes | Driver: mouclass.sys, 7/13/2009 22:20:44, 41552 bytes | + Controlador de mouse de Terminal Server | Matching Device ID: root\rdp_mou | Upper Filters: mouclass | Service: TermDD | Driver: termdd.sys, 7/13/2009 22:19:10, 51776 bytes | Driver: sermouse.sys, 7/13/2009 20:45:08, 19968 bytes | Driver: mouclass.sys, 7/13/2009 22:20:44, 41552 bytes ------------------------ Disk & DVD/CD-ROM Drives ------------------------ Drive: C: Free Space: 149.3 GB Total Space: 232.0 GB File System: NTFS Model: SAMSUNG HM251HI Drive: E: Model: OTST GL6RGLA SCSI CdRom Device Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (Spanish), 7/13/2009 20:11:26, 108544 bytes Drive: D: Model: TSSTcorp CDDVDW TS-L633C Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7600.16385 (Spanish), 7/13/2009 20:11:26, 108544 bytes -------------- System Devices -------------- -
Thanks to for fixing it
-
[Resolved][MTA:SA 1.0.4] Lags "wave effect" in Windows 7.
12p replied to [EFO]Kesha_F1's question in Client
Can I do the same thing ? I have same problem -.- -
I will add it. However I sent you the UI file. Thanks for the help
-
Humm... Is this a QT To Lua error or MTA error?
-
Why do you ask me if I'm sure? Of Course I Am!!!
-
Because (surely) all we think MTA is better than SAMP in every way. MTA, even, is one of the best 5 MODs! And you still thinking that SAMP is good? PS: For the "bone rotation" you can use findRotation useful function and use Y and Z points of 2 bones, then you will get the bone rotation
-
1. Use EDIT Button please. 2. That is not a bug, you didn't add "za" to "Admin" ACL Group so it can't add any account to the server because doesn't has rights. 3. The problem about not-earning money may be caused by LAG, otherwise it should work because the script itself works.
-
function Photo1() Photo = guiCreateStaticImage( 247, 182, 509, 406, "images/Photo.png", false) Photo2 = guiCreateStaticImage(247,182,509,406,"images/Photo2.png",false) ButtonNext = guiCreateButton(248,564,45,24,"Next",false, Photo2) ButtonPrev = guiCreateButton(248,564,45,24,"Prev",false, Photo) end addCommandHandler ( "photo", Photo1)
-
All IDs are in that wiki archive, looks like you didn't check it, just saw the link but no visit -.-
-
actually, you can download it and share it on your server, and use it
-
EPIC Mate! but man, just save those great 3d object until Minecraft Classic is ended, and don't show them, I don't want the people to see it, because would be really embarrasing that people see it and can't download it (those special obj. are going to be used in Alpha version, it will be only mine and of my server)
-
I used onClientPreRender to put a torch in the player's back.
-
stupid, you can use a custom 3D object model and attach it to the player.
-
function drawTripleXLogoImage() GUIEditor_Image = {} local sWidth, sHeight = guiGetScreenSize() GUIEditor_Image[1] = guiCreateStaticImage(sWidth-(1334.976*sWidth),sHeight-(169.992*sHeight),sWidth-(1265.088*sWidth),sHeight-(910.008*sHeight),"triplexlogo.png",false) guiSetAlpha(GUIEditor_Image[1],1) end addEventHandler("onClientResourceStart",getRootElement(), drawTripleXLogoImage) Next time, just use Relative -.-