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

< D.I.C.E. > Ultimate Roll the Dice < R.T.D. >


Post New Thread Reply   
 
Thread Tools Display Modes
jievylook
Senior Member
Join Date: Sep 2018
Old 07-18-2019 , 17:32   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #51

Quote:
Originally Posted by OciXCrom View Post
I can add an ammo packs reward. You want it to be chosen only once per map?
is correct, once per map and random value
jievylook is offline
jievylook
Senior Member
Join Date: Sep 2018
Old 07-20-2019 , 13:34   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #52

Quote:
Originally Posted by OciXCrom View Post
I can add an ammo packs reward. You want it to be chosen only once per map?
For example, that the player writes in console / rtd and gives him a quantity of random mode packs like 30, 20, 40,50.

And that this can only be done only once per map
jievylook is offline
jievylook
Senior Member
Join Date: Sep 2018
Old 08-04-2019 , 21:07   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #53

Quote:
Originally Posted by OciXCrom View Post
I can add an ammo packs reward. You want it to be chosen only once per map?

it's possible?
jievylook is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-05-2019 , 07:20   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #54

It's possible to add the reward, but not to make it once per map only. At least not with the plugin's current API which I definitely need to expand at some point.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
kodar57
Junior Member
Join Date: Sep 2020
Old 02-10-2021 , 07:47   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #55

Quote:
Originally Posted by OciXCrom View Post
It's possible to add the reward, but not to make it once per map only. At least not with the plugin's current API which I definitely need to expand at some point.
Hello OciXCrom, it's possible to active or desactived some dice_<itemname> like this ?

amx_dice_badprizes <abc..>
Default: abcdefghijklm
Description: Enable all BAD PRIZES you want.
a = Win 100 Chickens
b = Nightclub
c = Deadly Slap Disease
d = Burning
e = Wild Ride
f = Old Man
g = Human Timebomb
h = Smoking Drunkard
i = Lose XP
j = Bankrupt
k = Win 50 Crabs (or Monsters)
l = Hit by Lightning
m = Go Blind


use this : ?. [ DISABLED_ITEMS = #none ] Add the item short names in this line in order to disable them. Separate each item with a comma.

DISABLED_ITEMS = hardwalk, bankrupt, money, lightning, randomwep

Last edited by kodar57; 02-10-2021 at 08:02.
kodar57 is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-10-2021 , 14:11   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #56

So basically you answered your own question. Cool.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
THEHEXAGON
Member
Join Date: Jan 2022
Location: USA
Old 02-04-2022 , 17:53   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #57

It's probably a stupid question, but it has been quite a while since you released it, so I think it's worth asking before trying to install it...

I assume this will work with a CZero server running AMX 1.8.3 ?

Has anything changed since the last update that I would need to know?

Last edited by THEHEXAGON; 02-04-2022 at 18:00.
THEHEXAGON is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-05-2022 , 07:36   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #58

There's no reason for it not to work on any game or any supported AMXX version.

I won't call 1.8.3 a supported version however. It's an old dev-build which there's no point in still using, and it has a lot of problems that are now fixed. You should update either to 1.9 or 1.10.

Quote:
Has anything changed since the last update that I would need to know?
I always write a new post whenever I make an update to a plugin, so no.
__________________

Last edited by OciXCrom; 02-05-2022 at 07:36.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
THEHEXAGON
Member
Join Date: Jan 2022
Location: USA
Old 02-05-2022 , 18:28   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #59

Quote:
Originally Posted by OciXCrom View Post
There's no reason for it not to work on any game or any supported AMXX version.

I won't call 1.8.3 a supported version however. It's an old dev-build which there's no point in still using, and it has a lot of problems that are now fixed. You should update either to 1.9 or 1.10.



I always write a new post whenever I make an update to a plugin, so no.
I appreciate the response.
My hosting service will not support AMXX versions until AMXX says a new version is stable, and so far, 1.9 and 1.10 have not been approved by AMX themselves, so I can't upgrade.

Question. For a CZero server, do I need to install all three, and list all three in the plugins.ini, or just the CStrike one, or the global one, or just 'global' and 'cstrike'...or?

Code:
dice_main.amxx
dice_items_global.amxx
dice_items_cstrike.amxx
update- installed all three, just in case, and it appears to be working. Let me know if I should remove one of the amxx files.

What happened to Luke Skywalker? Did he get lost on Tattoine?

BTW, so far, the plugin is AWESOME.
__________________
THE HEXAGON
74.91.123.28:27015

Last edited by THEHEXAGON; 02-05-2022 at 20:36.
THEHEXAGON is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 02-06-2022 , 14:17   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #60

Quote:
My hosting service will not support AMXX versions until AMXX says a new version is stable, and so far, 1.9 and 1.10 have not been approved by AMX themselves, so I can't upgrade.
It looks like your hosting doesn't know much about AMXX versions.

1.8.3 is an unstable and OLD build that is now changed to 1.9 (it's just a number change and the updates continue in this version). It makes no sense for them to say that they don't support unstable builds and have an unstable build at the same time. 1.8.3 is not "approved" by AMXX either. 1.9 is at the moment the most stable version even though not officially stated by AMXX.

Basically, if you can update the version by yourself, go for it.

Quote:
update- installed all three, just in case, and it appears to be working. Let me know if I should remove one of the amxx files.
dice_main is the main plugin, this must be installed.
dice_items_global adds all rewards inside it that work on all games.
dice_items_cstrike adds the rewards that work only in CS/CZ.

Quote:
What happened to Luke Skywalker? Did he get lost on Tattoine?
To be honest I didn't have the nerves to make it back then since the code for it is a bit complicated. I will definitely re-add it when I get to update the plugin. It's been 5 years since I've done something to it, and there's definitely a lot that can be expanded.
__________________

Last edited by OciXCrom; 02-06-2022 at 14:18.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
Reply


Thread Tools
Display Modes

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


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