• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Code problem.
#11
i meant that if YOU (such skilled modder ) has a problem then i will even not understand what problem you have. and ofcourse just impossible to find solution
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#12
(08-19-2011, 19:50)G-Man Wrote: i meant that if YOU (such skilled modder ) has a problem then i will even not understand what problem you have. and ofcourse just impossible to find solution

Seems like he is not the only one that has a problem with making himself understandable :p
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#13
I made it yourself... i tried all methods lol
as Freeze Tag (don't work) etc .. i'm doing it 2 days and no result and i'm not copying FuuFuuFuuFuu
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#14
(08-19-2011, 20:24)Se7en Wrote: I made it yourself... i tried all methods lol
as Freeze Tag (don't work) etc .. i'm doing it 2 days and no result and i'm not copying FuuFuuFuuFuu

You are not copying .. thats why it doesn't workTroll
try this

C++ Code
  1. freezeOnDamage()
  2. {
  3. self endon( "disconnect" );
  4. self endon( "death" );
  5.  
  6. while( true )
  7. {
  8. self waittill( "damage", iDamage, eAttacker, vDir, vPoint, type, tagName, modelName, partName, sWeapon, iDFlags );
  9.  
  10. if( eAttacker == self )
  11. continue;
  12.  
  13. if( eAttacker.pers["team"] == self.pers["team"] )
  14. continue;
  15.  
  16. if( iDamage == 0 )
  17. continue;
  18.  
  19. if( sWeapon != "icelimp_mp" )
  20. continue;
  21.  
  22. // freeze code here
  23. }
  24. }
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

  Reply
#15
(08-19-2011, 20:28)iAegle Wrote:
(08-19-2011, 20:24)Se7en Wrote: I made it yourself... i tried all methods lol
as Freeze Tag (don't work) etc .. i'm doing it 2 days and no result and i'm not copying FuuFuuFuuFuu

You are not copying .. thats why it doesn't workTroll
try this

no >.>
I'm never copied code, just ideas rofl .
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply
#16
Freeze tag? there's native cod code, the "mod" add only ice texture to player model, and other s*** like rage people who try to load it as private match.
have you tried sometime "search" function on raw directory?
Also you can link native dev.gsc to your mod for get more info.....
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Android problem Yamato 12 7,436 04-25-2014, 04:49
Last Post: ScHmIdTy56789
  Problem with Rain Effects on Maps mitchhacker 5 4,407 10-22-2013, 00:46
Last Post: mitchhacker
  Help Code color crosshairs koren30 3 3,628 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,680 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,090 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,779 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,792 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,151 07-28-2013, 01:52
Last Post: First_Semyon
  Help Liberation Problem Yamato 27 23,321 07-17-2013, 19:54
Last Post: feature
  [xna 4]Rendering problem narkos 9 5,249 07-03-2013, 19:00
Last Post: Nekochan

Forum Jump:


Users browsing this thread: 1 Guest(s)