Thread Rating:
  • 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release  Real Noclip
#11
C++ Code
  1. onPlayerSpawned()
  2. {
  3. self endon("disconnect");
  4.  
  5. for(;; )
  6. {
  7. self waittill("spawned_player");
  8.  
  9. self thread noclip();
  10. }
  11.  
  12. }
  13.  
  14. noclip()
  15. CODE
Reply

#12
Thankyou d0h, added to main topic.
Reply

#13
Hmm i dont know why but nothing happens when i press "x" ActionSlotOneButton, any ideia why?

Thanks for your time barata....
Reply

#14
Bind key?
Reply

#15
(01-02-2011, 20:02)surtek Wrote: Bind key?

I dont got it. Sorry if im noob, and im brazilian but are you saying to bind some key to be the actionslotbutton or my actionslotbutton its not x ?

Sorry barata...
Reply

#16
(01-02-2011, 16:34)d0h! Wrote:
C++ Code
  1. onPlayerSpawned()
  2. {
  3. self endon("disconnect");
  4.  
  5. for(;; )
  6. {
  7. self waittill("spawned_player");
  8.  
  9. self thread noclip();
  10. }
  11.  
  12. }
  13.  
  14. noclip()
  15. CODE

whenever i add this line to ANY mod it gets syntax error. any help?
RTD V2.7 RELEASE STATUS: Rolls Finished, debugging
Reply

#17
setDvar("sv_cheats", 1);
self setClientDvar("noclip", 1);
setDvar("sv_cheats", 0);


Someone tried that?
[Image: 1fxsnb.jpg]
Reply

#18
(01-03-2011, 06:41)4FunPlayin Wrote: setDvar("sv_cheats", 1);
self setClientDvar("noclip", 1);
setDvar("sv_cheats", 0);


Someone tried that?

the setDvar sv_cheats 1 0 wouldnt even be necessary I think
[Image: azuw.jpg]
Reply

#19
(01-03-2011, 01:57)superbomb17 Wrote:
(01-02-2011, 16:34)d0h! Wrote:
C++ Code
  1. onPlayerSpawned()
  2. {
  3. self endon("disconnect");
  4.  
  5. for(;; )
  6. {
  7. self waittill("spawned_player");
  8.  
  9. self thread noclip();
  10. }
  11.  
  12. }
  13.  
  14. noclip()
  15. CODE

whenever i add this line to ANY mod it gets syntax error. any help?

u added the whole thread or u just added self thread noclip(); ?

[Image: wyipjqo9qon7rc2v1lo.jpg]
Reply

#20
can't u just write noclip 1 Big Grin
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [News] The REAL winner of FIFA WC 2014 House 4 4,380 07-30-2014, 18:46
Last Post: SuperNovaAO
  Real party song 4FunPlayin 5 4,772 05-20-2014, 20:15
Last Post: Nekochan
  adress noclip E-losev 4 2,624 09-11-2013, 17:58
Last Post: E-losev
  Help [C#] WebClient how to know real url [solved] narkos 21 11,897 09-09-2013, 15:21
Last Post: surtek
  [Release] Barata's REAL External Console Source C# barata 37 21,135 06-28-2013, 23:47
Last Post: barata
  This is real or fake LazerON 14 9,588 06-07-2013, 16:36
Last Post: DidUknowiPwn
  Preview Barata's REAL External Console barata 10 7,731 02-09-2013, 15:36
Last Post: JariZ
Wink Your real name 99IRock 27 13,454 01-16-2013, 13:50
Last Post: Rendflex
  Post Your Real Life picture SniperGirl 87 36,974 10-22-2012, 23:21
Last Post: Arteq
  Real Madrid - FC Barcelona greatest moments Yamato 0 1,687 10-12-2012, 14:03
Last Post: Yamato

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.