xPr3d4t0Rs

Users
  • Content Count

    38
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by xPr3d4t0Rs


  1. 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. 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.


  3. 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.


  4. 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).