Jump to content

UserAccount3

Members
  • Posts

    23
  • Joined

  • Last visited

UserAccount3's Achievements

Civilian

Civilian (7/54)

0

Reputation

  1. I added some message box to the startup so nothing awesome . It was only a little test to see if it was working.
  2. Now it looks working fine... thx guys EDIT: works perfectly now!! i made my first "edit" to the source code and it worked out perfect!!! thank you guys for helping me get things running
  3. I did install all of those packages before i compiled.
  4. i try to compile mta 1.4 but it give these errors: ------ Build started: Project: CEGUI - DirectX9GUIRenderer, Configuration: Release Win32 ------ Compiling... d3d9renderer.cpp ..\..\..\..\..\src\renderers\directx9GUIRenderer\d3d9renderer.cpp(31) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory d3d9texture.cpp ..\..\..\..\..\src\renderers\directx9GUIRenderer\d3d9texture.cpp(31) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory Build log was saved at "file://c:\MTASOURCE\vendor\cegui-0.4.0-custom\makefiles\win32\VC++7.1\Renderers\DirectX9Renderer\Release\BuildLog.htm" CEGUI - DirectX9GUIRenderer - 2 error(s), 0 warning(s) In Project: Client - Deathmatch, Configuration: Release Win32 is errors: c:\mtasource\vendor\portaudio\pa_win_ds_dynlink.h(66) : fatal error C1083: Cannot open include file: 'dsound.h': No such file or directory pa_win_ds.c ..\..\..\vendor\portaudio\pa_win_ds.c(60) : fatal error C1083: Cannot open include file: 'dsound.h': No such file or directory and client - GUI c:\mtasource\mta10\gui\StdInc.h(14) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory and Project: Client - Core c:\mtasource\mta10\core\StdInc.h(11) : fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory How i can fix this?
  5. I found the resource named GPS in my server folder and now i wanna know what it is and how it works. I searched trough the script file but found nothing. Help pl0x???
  6. Thankyou solidsnake14 i will try that tomorrow. Now i go to sleep its 01.20 here Good night all
  7. Hello guys !! I need info on how to run another finction in otjer lua file but within same resource. Like thjis: i have a file called client1.lua and client2.lua both are clientside. Now the client1.lua has function named openInputWindow and i need to execute tjhat finction from client2.lua. How to do this? P.S Sorry my typos, i writed this from ann iphone
  8. UserAccount3

    Cod2mod

    So can i get it? Please i need it badly
  9. UserAccount3

    Cod2mod

    Can someone please PM me the cod2mod download link??? Cant find it in commounity
  10. very nice design ! this wil help me make scripts more faster! thx
  11. i know they can leave mta when they press the X in windows but then he must reopen mta. i wanna prevent the quit buton and quit comand. my code should works but it not,
  12. hello! i wanna know how to prevent playeer from leaving the server. i ryed this code but no work: function onLeave(player) cancelEvent() end addEventHandler("onPlayerQuit", onLeave)
  13. So, where i can get the PHP scripts or do i need to make them myself?
  14. How i can make my own hosting web site like serverFFS? i need the website only, i can arrange other things myself.
×
×
  • Create New...