Raised This Month: $51 Target: $400
 12% 

Tasks


Post New Thread Reply   
 
Thread Tools Display Modes
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 07-11-2008 , 10:10   Re: Tasks
Reply With Quote #11

One of changes made it not easy to clean for bugs, now its no work good :/ Maybe I will repair it...

//Edit
Update.
Yeah, I finally repair it. Added new awards. Now it really work, please somebody check. (I know that vacations, so will be patient)

Last edited by Scherzo; 07-14-2008 at 12:02. Reason: update
Scherzo is offline
anakin_cstrike
Veteran Member
Join Date: Nov 2007
Location: Romania
Old 07-14-2008 , 15:15   Re: Tasks
Reply With Quote #12

I have this ideea to...along time ago better than this one...anyway, gj
__________________

anakin_cstrike is offline
iknowiz58
Member
Join Date: Sep 2006
Old 07-27-2008 , 17:03   Re: Tasks
Reply With Quote #13

OMG I was looking for a plugin like this a long time ago. You Rock!
__________________

iknowiz58 is offline
Slim-T
Junior Member
Join Date: Jun 2008
Old 08-10-2008 , 08:35   Re: Tasks
Reply With Quote #14

[sv]
INFO_MESS = Skriv 'tasks' i console'n f'o'r att visa en lista med uppdrag.
INFO_MED_HELP = F'o'r att l'a'ra sej att anv'a'nda medkit skriv i console'n 'medichelp'
INFO_MED_USE = f'o'r att anv'a'nda medkit bind'a command 'medic'<br>Da anv'a'nder du alla dina medkits f'o'r att komma till 100hp eller anv'a'nda sista av dom
INFO_HEAL = En medkit ger dej %d hp
MUST_B_ALIVE = Spelare maste vara levande.
PRE_ONLY = Gar bara att anv'a'nda vid start server och load map.
KILL = - D'o'da %d fiender med %s %s
SURVIVE = - 'O'verlev %d runda(rundor)
KILL_ADD = med headshot
ANY = vilket vapen som h'a'lst
Q_DONE = [TASKS] Grattis! %s f'a'rdiga Uppdrag#%d och tj'a'na %d%s
DONE = F'a'rdig
NDONE = Tillg'a'nglig
TOOMUCH = F'o'r manga uppdrag (max %d)
MED = Medkits
NEXT = F'o'r att visa mer uppdrag skriv tasks %d
No_TASK = Det finns inga fler uppdrag
STATUS = --TASK#%d -- Pris %d %s --- Status: %s ------
MAIN_INFO = > F'a'rdiga uppdrag: %d^n> Pris multiplicera: %1.2f^n
CHANCE_ON = % Chans på
BERSERK = Du 'a'r nu B'a'rs'a'rk!^nMer hastighet och kniv skada bonus^nN'a'r anfallaren 'a'r n'a'sta f'o'r att bli slap'ad
__________________
I want Team Bet Plugin for AMXX
I want WarmUp Plugin for AMXX
I want a plugin so you can add youre own sprites for the hud for AMXX
More cool plugins for AMXX!

/Slim-T
Slim-T is offline
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 08-11-2008 , 15:24   Re: Tasks
Reply With Quote #15

Thank you, included.
Scherzo is offline
r3d_w1r3
Senior Member
Join Date: Sep 2006
Old 08-23-2008 , 22:05   Re: Tasks
Reply With Quote #16

i am using this plugins everything is fine but only one glitch i am running a wc3 server with amxx 1.8.0.3660 when u using night elf u spawn with 255 hp not everyrounds it happen randomly i would say there s 3 chances out of 4 that will happen is there anyway to fix that glitch .Oh by the way i set it so it reward money only ... thank you and verry nice plugins and idea by the way
r3d_w1r3 is offline
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 08-24-2008 , 16:21   Re: Tasks
Reply With Quote #17

I didn`t think that someone will be using it on server with wc3 (it not catch critical strikes and grenades, and maybe any)
HP is sets only for berserkers and maxHP increaser (on begin additional hp is always 0). Maybe if you add condition something like
Code:
public on_ResetHud(id)
{
    showInfo(id);
    if(get_pcvar_num(g_Cvartaskaward)==1) return;
    new chance=random_num(1,100);
    if(chance<=g_berserkerChance[id])
    {
        makeBerserker(id);
    }
    add_health(id,g_addHp[id]);
}
I can`t test it now, but it should help in your case.

Last edited by Scherzo; 08-25-2008 at 05:27.
Scherzo is offline
r3d_w1r3
Senior Member
Join Date: Sep 2006
Old 08-24-2008 , 21:13   Re: Tasks
Reply With Quote #18

BOOM you re DA BOMB test it about one hour runing nuthing bad happen thank you very much Scherzo

Last edited by r3d_w1r3; 08-24-2008 at 22:46.
r3d_w1r3 is offline
r3d_w1r3
Senior Member
Join Date: Sep 2006
Old 08-29-2008 , 08:23   Re: Tasks
Reply With Quote #19

i keep getting this msg in logs
L 08/29/2008 - 01:14:28: [AMXX] Displaying debug trace (plugin "tasks.amxx")
L 08/29/2008 - 01:14:28: [AMXX] Run time error 4: index out of bounds
L 08/29/2008 - 01:14:28: [AMXX] [0] phpQkGMlJ.sma::AwardPlayer (line 261)
L 08/29/2008 - 01:14:28: [AMXX] [1] phpQkGMlJ.sma::award (line 420)
L 08/29/2008 - 01:14:28: [AMXX] [2] phpQkGMlJ.sma::AwardPlayer (line 260)
L 08/29/2008 - 01:14:28: [AMXX] [3] phpQkGMlJ.sma::CheckSurvived (line 151)
anyway to fix that pls
r3d_w1r3 is offline
Scherzo
Senior Member
Join Date: Feb 2007
Location: Kwidzyn, Poland
Old 08-30-2008 , 10:01   Re: Tasks
Reply With Quote #20

Try it now. The problem was in allocation memory. I added header "#pragma dynamic 32768" and it shouldn`t cause error msg.
Scherzo 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 22:16.


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