Jump to content

CrazyDude

Members
  • Posts

    62
  • Joined

  • Last visited

Everything posted by CrazyDude

  1. This was just small tip for feature developing
  2. Don't use "+" or "-" operation if you don't wan't problems :< Use "*" or "/" instead. Also, there is much easier method, try use something like this (middle of the screen): x=screenHeight*0.5 y=screenWidth*0.5 I think you got it
  3. viewtopic.php?f=91&t=27877&p=312461&hilit=weapon+texture#p312337 BTW, i don't need to replace model -.- I wan't to replace WEAPON MODEL TEXTURE :<
  4. Hey guys. I have problem with the weapon texture replace. I created new txd with 3 textures in it. 1 is weapon icon "M4icon", second is a weapon model texture "gun_m4" and third is too a model texture, but i named it with another name "m4a1t" because i'm using custom weapon model for my m4. After resource loads, my weapon icon texture is replaces, but my weapon model is still the same. Why it's happens, and maybe you have your own created weapon texture replace resource and you can give it to me, to let me solve the problem with my resource
  5. Fixed bug, please redownload resource!
  6. http://xtremex.ru/server/server/index.php But it's on russian
  7. Description: This resource adds stats system to your web-site (clan,personal site), that includes: -Kills -Deathes -Ratio -Damage -Accuracy -Average Ping -Average FPS -Total time on server You can sort stats by any parameter you wan't Statistic page updates when: -When player killed/died -When player exited server/logged out from account -When resource stops What you need to install: 1. MySQL DB with REMOTE access 2. MTA Server 3. Installed module MTA-MySQL (https://wiki.multitheftauto.com/wiki/Modules/MTA-MySQL) 4. WebServer with PHP support How to install 1. Download PHP side(http://xtremex.ru/server/server/gta-eng.zip) 2. Download statistic resource http://xtremex.ru/server/server/crazy-stats.zip 3. Unzip PHP archive 4. Create DB 5. Import DB(using phpMyAdmin or any other DB managing tool) that you can find in PHP folder of unziped archive (player.sql) 6. Upload other files to WebServer 7. Open index.php and edit DB settings to yours 8. Install MTA-MySQL module 9. Install resource 10. Edit first 4 lines in server.lua to yours DB settings 11. Start resource 12. ????? 13. PROFIT! Something you must to read: -This resource will be updated with some new features -If you wan't to be in stats, you must register first on server /register name password and then login by /login name password -Names in statistic is not your NICK, that is your LOGIN name -Statistic updates only when you logged in Authors:: -Crazy - Lua Scripter -Skillz - PHP Scripter Special thanks to: -Vincent -Vitalan All sources open, so you can edit this at your own, but if you will delete copyrights, i'm gonna kick your ass!
  8. Hey Slothman. I making some gamemode using your resource, and i have one problem. I made paths in Map Editor, than i connected them together. In gamemode, i spawn bots at this paths, but bots just staying on the one place, they only start move when some player running at them
  9. CrazyDude

    Hydra Movie

    Good, why there is no backward flying stunts?!
  10. Look at first post, i will add this soon
  11. Fixed GUI fit on others resolutions
  12. Will be fixed in next version (was using absolute for children)
  13. Function & Event browser added! I took XML's from MTA:SE, so all credits goes to MTA:SE developers. (Cazomino05)
  14. In-game Script Editor With this resource you can edit resource scripts in-game! As this is the first version, you can only: -Load script -Edit script -Save script -Start/restart current loaded resource But in next version, i want to add some new cool features, like: -Syntax checking -New resource create feature -Functions and events list(Cazomino05) and much more! --How to install-- 1. Copy unzipped folder (or zip) into your resources folder 2. Add resource.igse to ACL as Admin group 3. Start resource 4. Login as admin 5. Press O and have fun editing your scripts. Download Please report resource bugs and what you wan't to see in next version!
  15. You can use our PHP SDK or write a server module to extend server's functionality and add any other network layer you want Then you must look at this topic
  16. I had same problem on my server, when i used "setElementHealth" on client-side
  17. Hey, what about function for POST/GET query from/to the webserver?
×
×
  • Create New...