Raised This Month: $ Target: $400
 0% 

Solved [Maps ] Spawn Bosses


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
MayroN
Senior Member
Join Date: Aug 2017
Location: Kyiv
Old 06-20-2020 , 13:22   [Maps ] Spawn Bosses
Reply With Quote #1

There are 3 Bosses ( loading all 3 plugins on the NPC Mod )
I do spawn on the map in precache in each plugin like this

boss_alien
PHP Code:
    if(equal(mapname"Alien") != -1)
    {
        
y_spawn_points[0] = 138.0
        y_spawn_points
[1] = -263.0 
        y_spawn_points
[2] = 36.0 
    

boss_revenant
PHP Code:
    if(equal(mapname"Revenant") != -1)
    {
        
y_spawn_points[0] = 243.0
        y_spawn_points
[1] = 109.0 
        y_spawn_points
[2] = -412.0
    

boss_titan
PHP Code:
    if(equal(mapname"Titan") != -1)            
    {
        
y_spawn_points[0] = -431.0
        y_spawn_points
[1] = -33.0 
        y_spawn_points
[2] = 613.0
    

And for some reason on the map Alien spawn in addition to the other 2 Bosses

Tell me, what other way is there for only one Boss to work on a specific map ( 1 plugin )

Last edited by MayroN; 06-22-2020 at 20:23.
MayroN is offline
Send a message via ICQ to MayroN Send a message via Skype™ to MayroN
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode