Raised This Month: $ Target: $400
 0% 

[L4D & L4D2] Mini Gun Spawner (1.9) [11-Dec-2022]


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Mister_Game_Over
Junior Member
Join Date: May 2017
Location: Russia
Old 04-12-2018 , 18:44   Re: [L4D & L4D2] Mini Gun Spawner (1.5) [21-Jul-2013]
Reply With Quote #27

/////////////////////////////////////

new

g_bLeft4Dead & g_bLeft4Dead2

/////////////////////////////////////
PHP Code:
                (L4D)                                                                           (L4D2)

entity CreateEntityByName("prop_mounted_machine_gun");  VS   entity CreateEntityByName("prop_minigun");
SetEntityModel(entityMODEL_50CAL);                                      SetEntityModel(entityMODEL_50CAL);
          

entity CreateEntityByName ("prop_minigun");       VS               entity CreateEntityByName ("prop_minigun_l4d1");
SetEntityModel(entityMODEL_MINIGUN);                                 SetEntityModel(entityMODEL_MINIGUN);
           

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

g_bLeft4Dead

entity 
CreateEntityByName("prop_mounted_machine_gun"); // type = 0
SetEntityModel(entityMODEL_50CAL);

entity CreateEntityByName ("prop_minigun");                    // type = 1
SetEntityModel(entityMODEL_MINIGUN);       

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

g_bLeft4Dead2

entity 
CreateEntityByName("prop_minigun");               // type = 0
SetEntityModel(entityMODEL_50CAL);            

entity CreateEntityByName ("prop_minigun_l4d1");       // type = 1
SetEntityModel(entityMODEL_MINIGUN); 

Last edited by Mister_Game_Over; 04-12-2018 at 19:04.
Mister_Game_Over is offline
 



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 01:02.


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