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
magicLGK
New Member
Join Date: Aug 2017
Old 08-14-2017 , 15:45   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #21

Hell Ocixcrom,

I had a few questions about this plugin for some reason it is not working properly when I install it to my server. When I try to RTD I get the following message:

< D.I.C.E. > No dice items are currently available.

I've downloaded this plugin from here as well as gamebanana you had uploaded it and it seems that when I download it here the .amxx files are missing rather than gamebanana they are there. I've tried checking the CFG to see if they were enabled and if the map was custom for some reason but its not. I've played this RTD before and think it's awesome. Do you know what the problem could be?

Thanks
magicLGK is offline
magicLGK
New Member
Join Date: Aug 2017
Old 08-14-2017 , 16:00   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #22

It appears my DICE.cfg keeps deleting itself.. So its just a blank cfg everytime I try to put it on the server
magicLGK is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 08-15-2017 , 06:52   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #23

The problem is you didn't read the rules. Uploading .amxx files is forbidden. You need to compile the plugins if you want them to work properly. The version in GameBanana is old, don't use it. Make sure you read all the instructions carefully. You probably missed something.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 01-13-2018 , 09:58   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #24

Quote:
Hungarian: by Sound.cfg
Is it me or it does not exist even in the translation threads?
RaZ_HU is offline
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-13-2018 , 10:03   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #25

Ugh, looks like I lost it somewhere. You can make a new one if you like.
__________________

Last edited by OciXCrom; 01-13-2018 at 10:26.
OciXCrom is offline
Send a message via Skype™ to OciXCrom
LuXoAlinFCSB
Junior Member
Join Date: Dec 2016
Location: Ramallah
Old 01-13-2018 , 10:14   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #26

nice Share
__________________
LuXoAlinFCSB is offline
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 01-19-2018 , 07:37   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #27

Quote:
Originally Posted by OciXCrom View Post
Ugh, looks like I lost it somewhere. You can make a new one if you like.
Done, yet need to test it (to be sure about meanings).

Meanwhile when I try to compile the dice_main.sma with 1.8.3 I get tag mismatch on line 663.

Code:
dice_main.sma(663 -- 665) : warning 213: tag mismatch
It is caused by get_param returns an int and tries to put it in a bool.

I have done this to fix it, yet it works with both .2 and .3 amxx:
Code:
eItem[Glow] = get_param(9)
->
Code:
    new paramHolder = get_param(9)     if(paramHolder == 1)         eItem[Glow] = true     else         eItem[Glow] = false


Pull request sent with better fix.

Last edited by RaZ_HU; 01-19-2018 at 09:04. Reason: Update
RaZ_HU is offline
Old 01-19-2018, 13:13
OciXCrom
This message has been deleted by OciXCrom.
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 01-19-2018 , 13:31   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #28

Thanks for the translation.

The tag can be fixed by simply adding _: infront of get_param:

PHP Code:
eItem[Glow] = _:get_param(9
About the instant health - I don't agree with the change. The idea is to make this item both good and bad, because you can either get lots of HP or you can get less HP than you had before. Making it add the HP to your current state will make the item good.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom
RaZ_HU
Senior Member
Join Date: May 2015
Location: Hungary
Old 01-20-2018 , 03:23   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #29

Sorry about the bad "fix", I didn't know that way

I have seen that you made the money to add to current and I was like "maybe he forgot to do that with the instant health?", but I see your point and you are right.

I have 2 more ideas:
- Win scout without zoom (cs_set_user_zoom)
- Add an option to enable voting for using the rtd on that map or not (~60 sec after map start) or add support for Custom Votes plugin ( https://forums.alliedmods.net/showthread.php?t=3605 )


I think I have found a bug:
If someone wins Shadow item, he will remain invisible after he gets his weapon back. That happens in 1/10 cases.

Last edited by RaZ_HU; 01-22-2018 at 13:19.
RaZ_HU is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 02-01-2018 , 14:25   Re: < D.I.C.E. > Ultimate Roll the Dice < R.T.D. >
Reply With Quote #30

installed properly but lang file missing why??

< ^,^ > ML_NOTFOUND: DICE_ROLLED
< ^,^ > ML_NOTFOUND: DICE_CANTROLL_INTERVAL
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
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 21:41.


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