ItsMods

Full Version: Help code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
scr_maxPerPlayerExplosives 999
Thx dude but still needing the other one code i wrote about.:p
i dont even know what yellow circles you mean, never recognized them.
look into init, they should be pre cached

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;
}

it was it on the picture Thx so much dude Smile))