AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   MapHostageRescueEditar (https://forums.alliedmods.net/showthread.php?t=231205)

richi92 12-09-2013 15:13

MapHostageRescueEditar
 
Hello

I looking plugin to change a place of hastages spawns and hostage rescue points.

Is it exist?

ANTICHRISTUS 12-09-2013 15:49

Re: MapHostageRescueEditar
 
Quote:

Originally Posted by richi92 (Post 2070442)
Is it exist?

dunno, search this keyword in titles to know: *hostage*

richi92 12-11-2013 09:05

Re: MapHostageRescueEditar
 
I search and found only how remove normal hostages and hostage rescue.
So is possible to create new hostage entity and hostage rescue?

joshknifer 12-11-2013 11:38

Re: MapHostageRescueEditar
 
Probably through a map editor.

ANTICHRISTUS 12-11-2013 15:41

Re: MapHostageRescueEditar
 
this will create a new identical map, with diferent hostage stuff. useful if possible by a plugin without editing maps :|.

richi92 12-13-2013 17:07

Re: MapHostageRescueEditar
 
so its impossible.

can i asked is possible to make radar what show an enemy position but show blue point not the red one?

So can sb change this to show a blue point?

PHP Code:

                 get_user_origin(iPlayerCoords);
        
                
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("HostagePos"), {0,0,0}, id);
                
write_byte(id);
                
write_byte(i);
                
write_coord(PlayerCoords[0]);
                
write_coord(PlayerCoords[1]);
                
write_coord(PlayerCoords[2]);
                
message_end()
        
                
message_begin(MSG_ONE_UNRELIABLEget_user_msgid("HostageK"), {0,0,0}, id);
                
write_byte(i);
                
message_end(); 



All times are GMT -4. The time now is 20:28.

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