-
Posts
785 -
Joined
-
Last visited
-
Days Won
79
Content Type
Profiles
Forums
Events
Everything posted by SRB
-
I play games via Epic more than anything else. Originally it was because I bought a couple Farcry games on steam (Via a Humble Bundle, I believe), but they wouldn't work for me - I play controller (Astro C40) on PC, and controller support was almost non-existent. Since then, I've played a little dauntless, some Watch Dog: Legions, Assassins Creed: Valhalla, GTA5 etc, all through Epic. Also guilty of playing Fortnite, which for me works because I used to play COD and the competitiveness it bought out cost me a few controllers and gave me a couple grey hairs, I think - Fortnite gives me an FPS, that's still somewhat competitive, but without the stress of dying or aiming for K/D ratios, etc. I think they'll only get bigger too - more companies are selling their games via the Epic Store, and given they are actively still pushing their engine, Unreal Engine, I think more Indy people are making small games these days too, if that's your thing. Add in the fact they give out a free game every week, and it's not too shabby - obviously, some of the free games are trash, but theres been some decent titles for nothing - GTA 5 was a free game one week.
-
I'd argue that what's missing is components (which can probably be found on https://bootsnipp.com/), rather than custom CSS. Unless I'm missing something that it doesn't have - I'm actually curious, if you have a list? Bootstrap does have a lot of stuff that most people don't need, I agree. The answer to that is https://purgecss.com/ which bootstrap even acknowledge as the answer to the problem themselves - https://getbootstrap.com/docs/5.0/customize/optimize/#unused-css I'm not even trying to advocate bootstrap - I don't like it, and I don't use it - I just feel time spent on custom stuff for an engine that should be changed/designed by the end user, is time wasted for you and could be better spent on further enhancing your engine. Personally, since I work with Laravel daily, I use TailwindCSS now.
-
Save your time - if you are going to write a generic set of css classes, you might as well continue using bootstrap. I'd suggest perhaps using less styling in what you do, and hopefully force people to be creative and wrap their own games a little. If you provide all the scaffolding, the games using the engine (assuming this will ship with your game engine) will end up suffering the same fate as bootstrap anyway - they'll all look mostly the same.
-
@Sim : https://www.uefa.com/uefaeuro-2020/ COVID doesn't stop our football plans - Euro 2020, but we couldn't do it last year so it's happening in 2021.
-
Assuming anything goes without saying is an assumption normally proved wrong. To then argue your point based on assumption... and answer like a politician... yeah, okay buddy.
-
Traffic isn't worth shit if it's not targeted. Someone who turns up once and hit's the X isn't someone you really want. This is amplified on a game because who really wants 200,000 accounts that logged in once, and never came back - makes the game look absolutely trash on the face of it, doesn't it? If you want real traffic, you're paying for that shit and something like Facebook (Expensive, and an extreme) has this shit nailed down, so unless Sim can somehow sell me something that let's me say "I want to reach out to this age range, within this geographical region, if they have ever posted about granny pants", then it's not really what I'd call ideal. The old advertising methods were not the best, back when you'd pay for banners on other games - but they were at least targeted to gamers.
-
Cash App is limited to US and UK only, and even then, you can only transfer to your own country. Not quite the same as PayPal, so it's no comparison really.
-
That looks fine - I see no syntax error there. What's the error in you error log?
-
There is no error in that line, so something else is being changed when you did that. Screenshot or paste of where you've put it in the function?
-
I have no idea what you are looking at, but line 483 in the file you put int he first post isn't even in the first function. To clarify though: no, not replace - add. As a general rule of thumb, if people want you to remove something, or replace it, they will state as much.
-
When you are posting code, can you hit this icon from the tool bar? Once clicked, paste your code in and select PHP from the dropdown - this will give highlighting and stop it extending the forum thread down so much more - and will retain any formatting your file has, for easier perusal. ---------------------- That said, if you look at the function "credit_member()", you can add the following line below "global $ir, $inf;": $_POST['cash'] = (int)$_POST['cash'] > 0 ? $_POST['cash'] : 0; It's not the best solution, but it should resolve it.
-
But how we going to sign this person up for viagra ads without knowing their details!? 😞
-
-
The query was broken - that should work now, as is.
-
In your minute cron, add something like ... $db->query("UPDATE users SET jail = 15 WHERE userid IN (1, 2, 3, 4) AND jail = 0"); Replacing 1, 2, 3 and 4 with the account IDs of the NPC's. Note: I'm not 100% certain the method for query execution is query() - but you should be able to see if it's not from the other queries in the cron file.
-
help on inserting something in the header mc codes v2
SRB replied to rednspirited's topic in Modification Support
Try it above the following line: if ($ir['fedjail'] > 0) That should display in the header about where you need it. -
What code have you used? I don't mean quote from here - post the actual code you've used. Someone can actually help then - right now, we would all be shooting in the dark to try and hazard a guess.
-
-
solved QUERY ERROR: Query was SELECT * FROM gangwars where warID=
SRB replied to Twisted's topic in Game Support
It's not passing the war id variable to the query, hence it erroring on warID= ... nothing. So on the surrender form, make sure the field for the war id is populated, and that it's passing the variable by the same name, to that query. -
Lol, I don't even trust myself these days.
-
You can't say that, you use netbeans 😛
-
Totally going off topic now, but we have been for a while, so never mind! Not sure if you're completely sold on current theme, but there's a developer called Dayle Rees who wrote up a tonne of themes for multiple editors, VSCode included. They can be previewed here - http://daylerees.github.io/ Peacock and Zacks were 2 of my favourite - I'm a dark theme kinda dude though, as we established recently.
-
While I want to agree, I can't. Depending on what you're working with, VSCode is a solid choice. When I played around with React for a while, VSCode with a couple of plugins worked brilliantly. My opinion isn't because it's free, either - I have the full suite license for Jetbrains, so I could have used webstorm. Credit where credit is due for VSCode.
-
Similar, but I bought the Autonomous one - https://www.autonomous.ai/standing-desks Premium model so it has the stronger motors / legs, as I didn't know how much everything on it would weigh - Premium model is guaranteed for 300 lbs of weight. Didn't buy it with a desktop because they are pretty standard sizes, and I wanted 1.9m across, which is very non-standard.