Raised This Month: $ Target: $400
 0% 

Team Objectives - Slay Losers (OLO)


Post New Thread Reply   
 
Thread Tools Display Modes
Brad
AMX Mod X Team Member
Join Date: Jun 2004
Old 11-03-2005 , 13:08  
Reply With Quote #41

That's not true. At least not on my server. The messages show up in the chat area.

Can you show a screenshot of what you're seeing?
Brad is offline
DaSilva
Senior Member
Join Date: Oct 2005
Location: Germany
Old 11-03-2005 , 14:55  
Reply With Quote #42

Sorry no screenshot. But i have tested it again and only a blinking message is shown but only one second then the next round starts.
Would be better if it is written in the chat too and the best would be only to those players!
DaSilva is offline
MrCoolMan
Member
Join Date: Nov 2005
Old 12-01-2005 , 09:45  
Reply With Quote #43

can u plz make this work to 1,60... getting this error:


//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// slaylosers.sma
// H:\Dedicate\czero\addons\amxmodx\scripting\sl aylosers.sma(84) : error 017: un
defined symbol "set_user_frags"
//
// 1 Error.
// Could not locate output file H:\Dedicate\czero\addons\amxmodx\scripting\co mpi
led\slaylosers.amx (compile failed).
//
// Compilation Time: 0,16 sec
// ----------------------------------------

Press enter to exit ...
MrCoolMan is offline
MrCoolMan
Member
Join Date: Nov 2005
Old 12-01-2005 , 09:46  
Reply With Quote #44

and this at web complier!

Plugin failed to compile! Please try contacting the author.
Welcome to the AMX Mod X 1.60-300 Compiler.
Copyright (c) 1997-2005 ITB CompuPhase, AMX Mod X Team

/home/users/amxmodx/public_html/forums/files/slaylosers.sma(84) : error 017: undefined symbol "set_user_frags"

1 Error.
Could not locate output file /home/groups/amxmodx/public_html/compiled3/slaylosers.amx (compile failed).
MrCoolMan is offline
silli
Junior Member
Join Date: Jul 2004
Old 12-25-2005 , 14:13  
Reply With Quote #45

hmm.. i got this old version of this, it works if you don't need any fancy stuff...

Code:
/* AMX Mod script.
*
* (c) Copyright 2002-2003, OLO
* This file is provided as is (no warranties).
*
* Slay losing team when:
* o CT defuse the bomb (de_ map)
* o CT save the target (de_ map)
* o T destroy the target (de_ map)
* o CT rescue hostage (cs_ map)
* o T prevent from hostage rescue (cs_ map)
*/

#include <amxmodx>

public plugin_init(){
    register_plugin("Team Objectives","0.9","default")
    register_event("SendAudio","delayslay","a","2=%!MRAD_terwin","2=%!MRAD_ctwin")
}

public delayslay(){
    new param[32]
    new len = read_data(2,param,31)
    set_task(1.0,"slaylosers",0,param, len + 1)
}

public slaylosers(param[]) {
    new players[32], playersnum
    get_players(players,playersnum,"ea",(param[7] == 't') ? "CT" : "TERRORIST" )
    for(new a = 0; a < playersnum; ++a)
        user_kill(players[a])
    if (playersnum)
        client_print(0,print_center,"Killing losing team!!!")
}
(yep.. that's it..)
silli is offline
SoulReapeR
New Member
Join Date: Dec 2005
Old 12-26-2005 , 04:37  
Reply With Quote #46

Can someone please fix this plugin, getting errors when i am trying to compile it.

//// slaylosers.sma
// D:\Servers\HLServer_tarzanII\cstrike\addons\a mxmodx\scripting\slaylosers.sma(
84) : error 017: undefined symbol "set_user_frags"
//
// 1 Error.
// Could not locate output file compiled\slaylosers.amx (compile failed).
//
// Compilation Time: 0,09 sec
SoulReapeR is offline
Denkkar
New Member
Join Date: Dec 2005
Old 12-26-2005 , 10:04  
Reply With Quote #47

Hi, I'm the original author of this plugin, Denkkar Seffyd... in the sense that I *cough* borrowed *cough* other people's special effects code and put it to work slaying those poor losers

Anyway, some changes have been made to AMX over the past few years and killed the plugin so I'll link you to my website for a working version (compiled on AMXX 1.55). http://msdl.cs.mcgill.ca/people/deni...oserPlugin.zip

If you have any trouble with it you can contact me at [email protected]
Denkkar is offline
Send a message via Yahoo to Denkkar
TooL
Senior Member
Join Date: May 2004
Location: NC
Old 01-04-2006 , 16:38  
Reply With Quote #48

<3
__________________
TooL is offline
Send a message via ICQ to TooL Send a message via AIM to TooL Send a message via MSN to TooL Send a message via Yahoo to TooL
M4Dd0G
Junior Member
Join Date: Jun 2005
Old 01-04-2006 , 17:18  
Reply With Quote #49

this can come in handy will try this later



[edit by Brad: there's a specific thread for advertising your sig help, use it]
__________________
M4Dd0G is offline
Silenced
Member
Join Date: Nov 2005
Old 04-05-2006 , 17:16  
Reply With Quote #50

Is this updated for AMXX 1.71?
Silenced is offline
Reply



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 08:45.


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