xPr3d4t0Rs

Users
  • Content Count

    38
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by xPr3d4t0Rs

  1. xPr3d4t0Rs

    Unlimited Sprint

    Good evening guys. I would like to ask how can I modify the sprint time in scripts so it can be unlimited. I am aware of the DVAR "player_sprintUnlimited 1" but I tried it to set and didn't work. Is it possible to modify the sprint time in another way?
  2. xPr3d4t0Rs

    Unlimited Sprint

    Ok I will search Ninja. Thanks.
  3. xPr3d4t0Rs

    Unlimited Sprint

    In which folders do you suggest to look first (eg "mp" folder)?
  4. xPr3d4t0Rs

    Unlimited Sprint

    Yes I am looking for the script that edits the sprint time but I couldn't find it.
  5. xPr3d4t0Rs

    Unlimited Sprint

    There must be a way to modify sprint time from scripts.
  6. xPr3d4t0Rs

    Unlimited Sprint

    I think it doesn't work. I put it in the config file and in war.gsc as DVAR/CVAR and no result. Do you know if I must modify the _globallogic.gsc?
  7. xPr3d4t0Rs

    Unlimited Sprint

    Ok I will try it and I will let you know if it worked.
  8. xPr3d4t0Rs

    Unlimited Sprint

    But if I want unlimited sprint Ninja? How can I do that?
  9. xPr3d4t0Rs

    Unlimited Sprint

    Hmm how can I find it?
  10. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Yes but I tried it and with sv_cheats to 0 (default value without setting anything) and it couldn't work.
  11. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Sorry guys for the delay but I was busy these days because I have 2 projects to finish in object oriented programming. I tried Volarific's and xXNinjAXxWii's scripts but it didn't work. I found the solution for the problem by detaching and attaching models manually (because self show() and self hide() don't work with trigger). Lossy I changed sv_cheats to 1 but it couldn't work.
  12. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    I tried the function that Volarific wrote but it didn't work.
  13. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Thanks. I wiil try it.
  14. xPr3d4t0Rs

    Change Model

    Thanks friend. And where I put the function? In which script?
  15. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Can you give me a site for good server or people to communicate with?
  16. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Guys I have finished the mod. It's not something specific because I am new to scripting but I added the features that I mentioned above. I run the server from my pc and I open it only when I play with my friends. If you want I can post the code to create a permanent server because I don't have money to buy one server and to be online for hours. Let me know if you want.
  17. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    That's unfair!
  18. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Nothing. I have disabled the guns of the "victims". "Michael Myers" has only knife and nothing else but he has invisible mode and he can see the enemies (from the compass/minimap).
  19. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    I call it Michael Myers mod. There is one player in one team and the rest of the players in the opposite team. The aim of the one player (he is called "Michael Myers") is to kill the rest of the players and he can use only knife. The aim of the rest of the players (they are called "victims") try to survive until time runs out. If "Michael Myers" kills them all before time ran out then he wins else "victims" win. "Michael Myers" has also invisible mode and can activate it for a specific time (and also has a cooldown). I finished it yesterday and I think its quite ok but sometimes it throws me the error "AimTarget_GetTagPos: Cannot find tag [j_helmet] on entity" because of the invisible mode (I detachall the models and then i attach body and head of the player and I think the problem is I don't link them. If you have any suggestion let me know).
  20. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    In my own mod.
  21. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    How can I use it as a plugin? I am new to scripting, can you show me?
  22. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    I tried ButtonPressed("BUTTON_F") but it didn't work.
  23. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Can you show me a fixed version?
  24. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    Thanks xXNinjAXxWii, I will try it tomorrow!
  25. xPr3d4t0Rs

    Invisible mode on usebuttonpress

    I mean pressing "F". Can you show me a function that sets invisible the player when he will press the button "F"?