Post: [please close] Show crate on minimap
05-13-2016, 06:49 PM #1
seanhellen
Are you high?
(adsbygoogle = window.adsbygoogle || []).push({}); Hey all. Is there a way to paint an object on the minimap (in-game, not the pause menu) for example a crate? I wanna show everyone where certain things are on the map.

SORTED - THANKS
Last edited by seanhellen ; 05-14-2016 at 07:35 AM.
05-13-2016, 08:47 PM #2
HiddenHour
I defeated!
Originally posted by seanhellen View Post
Hey all. Is there a way to paint an object on the minimap (in-game, not the pause menu) for example a crate? I wanna show everyone where certain things are on the map.


Try this from Shark's Zombieland. You'll need to precache the shader you want to display.
    spawnObjective(origin, icon, onEntity)
{
Objective_Add(level.activeObjectiveIndex, "active", origin);
Objective_Icon(level.activeObjectiveIndex, icon);

if (isDefined(onEntity))
Objective_OnEntity(level.activeObjectiveIndex, onEntity);

level.activeObjectiveIndex++;
}
05-13-2016, 09:51 PM #3
seanhellen
Are you high?
didnt work :(

also tried loz's from his golden gun gamemode but that didn't work either
05-13-2016, 10:01 PM #4
HiddenHour
I defeated!
Originally posted by seanhellen View Post
didnt work :(

also tried loz's from his golden gun gamemode but that didn't work either


How are you using it?
05-13-2016, 10:12 PM #5
seanhellen
Are you high?
hey - turns out I was doing something wrong...dont quite know what it was, but came to try again this morning and got it working.

Thanks anyways :yes:
Last edited by seanhellen ; 05-14-2016 at 07:34 AM.
05-14-2016, 08:38 PM #6
Hey its not work for me can you send me your working code ? Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo