Jump to content

smacky

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by smacky

  1. I want to place peds which can shoot at zombies with M4 or something like that, can you guys tell me few functions of this how can I done this?
  2. Thanks, I already solved that problem.
  3. I have loaded Zday script successfully but no zombie loads I have set everything right but zombie's won't load I'm using this script - https://community.multitheftauto.com/index.php?p=resources&s=details&id=347
  4. I started resource successfully but no zombie loads, I haven't loaded any scoreboard and please anybody help me..
  5. Thank you very much. L&A please
  6. Model? If you mean Skin ID, you must choose it by your own. And don't forget to place skin name in META.XML like this. <file src="skins/jerry.txd" /> At last it will be something like this local jerrytxd = engineLoadTXD ( "skins/jerry.txd" ) engineImportTXD ( jerrytxd, SKIN ID ) If you want replace DFF too use this format: local jerrydff = engineLoadDFF ( "skins/jerrydff.dff", SKIN ID ) engineReplaceModel ( jerrydff, SKIN ID ) And don't forget to add this file src into META.XML!!
  7. Hello, I'm creating a zombie gamemode, and is there anyway to make RAID BOSS, and can I increase zombie's health? If I you guys can help please post it here, I'm beginner and I really need help.
  8. Thank you guys for help, I'm using Venux roleplay, this both are amazing scripts. L&A please.
  9. smacky

    [HELP]Anims

    Okay, I decided to replace anims with another one I can't find anything in wiki, is there anyway to replace the anim with another one, like Ped.IFP and other like that? If there isn't any function please admins, "Delete this topic".
  10. Okay thank you very much, I did it
  11. Uhm-, it's simple I guess, I'll take simple thing, if zombie hit you and you're infected I know this in SAMP but I don't know how to code it here, when you're infected and you write /inject medicinb you'll not be infected anymore, CODE LIKE: if (playerid, infected == 1) { infected = 0 (Something like that.) return 1; }
  12. Oh.. If you can tell me any idea how I can script Item system please tell me, I mean when player find Cheeseburger in shop he will have it and when he will type /eat he will eat it... If you have any idea of this please tell me, thank you again.
  13. Thank you very much.
  14. function search ( playerSource ) if ( getElementInterior(playerSource) == 0 ) then outputChatBox ( "გილოცავთ, თქვენ იპოვეთ M4" .. getPlayerName(playerSource), playerSource ) giveWeapon ( playerSource, 31, 200 ) else outputChatBox ( "თქვენ არ ხართ 24/7ში ან ნებისმიერ ინტერიერში." .. getPlayerName(playerSource), playerSource ) end end addCommandHandler ( "search", search ) Agr-, I tried my best but can't do anything, can you add that Math.Rand in this script? I'll take your lesson and I'll use it everytime )
  15. Okay I decided to make /search system. When player enter in shop and he type /search, than he will find weapons or items, but i want to make it as random, is there any function like "RANDOM" script? I can't find anything like this in wiki if you know how I can make random things please tell me.
  16. @DANIEL First of all, I know Lua scripting very well, but I won't create structure by myself it will have tons of bug and I don't have time for that. I have exams now in university so if you don't know what I mean use google translate and past sentence in there.
  17. Okay I decided to make public server but problem is I don't have gamemode, I decided to create GM by myself but It's hard I want to take roleplay script and starts server with it. Can you guys tell me which is best Roleplay gamemode ever? Or if you guys can give me Valhalla's DUMP file please post here.
×
×
  • Create New...