Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help code
#1
Question 
Hi guys i saw a video On youtube of a guy planting more than 17 clamores at the same time and i want to know if some can bring this code for me i will thank you so much. And another code pls is if some know the code of the yellow circles on the minimap of the qczm 4,5, if some could take the code from the mod for me
And tell me where do i put it pls i tryed already to find the code on the mod but indisnt hoy good results so pls help with this 2 codes.
Thanks alvaro xD
Reply

#2
scr_maxPerPlayerExplosives 999
Reply

#3
Thx dude but still needing the other one code i wrote about.:p
Reply

#4
i dont even know what yellow circles you mean, never recognized them.
look into init, they should be pre cached
Reply

#5

These?
[Image: a22fb176809e7afd8432fab9ec30c380.png]

[Image: 2b29f60173bc92b03e4a08cf77e8d05c.png]

And the code for that (copy&pasted from QCZM):

Code:
showInMap()
{
    self endon ( "disconnect" );
    self endon ( "death" );
        curObjID = maps\mp\gametypes\_gameobjects::getNextObjID();    
        name = precacheShader( "compass_waypoint_panic" );    
        objective_add( curObjID, "invisible", (0,0,0) );
        objective_position( curObjID, self.origin );
        objective_state( curObjID, "active" );
        objective_team( curObjID, self.team );
        objective_icon( curObjID, name );
        self.objIdFriendly = curObjID;
}

Reply

#6
it was it on the picture Thx so much dude Smile))
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Code color crosshairs koren30 3 3,662 10-02-2013, 19:26
Last Post: koren30
  Help need help?how to make plugins code hXnarutoXone 12 7,818 09-01-2013, 18:30
Last Post: Bandarigoda123
  Help Need Help with C# code tubwux 2 3,118 08-27-2013, 18:18
Last Post: tubwux
  [Request] Compile this code please dozsa0 4 3,820 08-10-2013, 21:02
Last Post: Nukem
  Compile this code please First_Semyon 12 8,910 08-08-2013, 14:53
Last Post: Bandarigoda123
  Compile please this code First_Semyon 8 5,192 07-28-2013, 01:52
Last Post: First_Semyon
  Code of vector Bloodfocus 1 2,214 06-23-2013, 11:54
Last Post: Yamato
  problem with gsc code CheGuevara 5 5,105 04-20-2013, 15:06
Last Post: Nekochan
Tongue [Request] read if you have a cs:go code:) rawr-saours 5 3,799 04-05-2013, 18:15
Last Post: SuperNovaAO
Smile Help Help me with a code (who knows) NyZzE 2 2,370 04-05-2013, 01:47
Last Post: NyZzE

Forum Jump:


Users browsing this thread:
1 Guest(s)

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