-
Posts
2,464 -
Joined
-
Last visited
-
Days Won
8
Content Type
Profiles
Forums
Events
Everything posted by rulerofzu
-
You would need to either setup as a company (would be overkill in your situation) or set up as a sole trader which is your name trading as xxx business name. As your not going to be an employee of someone else then basically your becoming self employed Either way. Regardless if it makes money or not. You legally required to register with the Inland Revenue as self emlpoyed and then submit your tax return yearly. Your also required to pay national insurance contributions usually done on either a monthly or annual basis. The amount of tax you pay depends on the money you make and if you pass the threshold. If you have just read that and sat back thinking WHAT???? seek free advice from a local accountant. Usually they will give you a meeting for free and explain it to you. As generally they hope you will use them to file your accounts.
-
Strats mentioned his inventory code. Have you checked that?
-
There is several mods on how to do that search for it!
-
Does the middle ' in that line in your code appear as a ' or is it a htmlspecialcharacter '
-
Or you can hit me up on msn :D
-
For the life of me....i cant get this to work lol
-
You could do something like Vote for rewards for example if you have donator status then you get double the reward. That would be a simple edit to the voting page Same for travel an edit to the monorail (or whatever file you use) if the player has donator days then reduce the cost of travel by xxx
-
Styling in default MC2 is in the header.php
-
Someone did ask for this recently perhaps thats why!
-
Works well. Nice little mod which takes out players sending in game msgs to admins. Easy to build upon to make into a knowledge base too :D
-
Does your usersonline.php code have 101 lines??
-
Well. I think it looks great. Nice job.
-
There is no cron ....the code uses a timestamp entered into the db 'when' and then counts down from there. Whats the problem your having.
-
Re: Paid Request McCodes v2 Nevermind then ill do it myself when i get around to it. :D
-
Removed........................................
-
Re: New Houses Mod [Mccodes V2] Still got to resolve the when the daily cron runs if the player has no money then they go into - figures Ive managed to get them to be evicted from the property so far.....so they have to move back in again but ideally it should be returned to the rentals market or taken off the market altogether. If anyone has any solutions :-P
-
mccode-v2 New and improved inventory code sources for free!
rulerofzu replied to MDK666's topic in Free Modifications
Re: [mccodes v2]New and improved inventory code sources for free! Read your error message. Query was INSERT INTO inventory (inv_itemid, inv_userid, inv_qty, inv_lent) VALUES (8075, 2, 1,) you dont have enough values there. -
Re: [V2] Chat LMAO Hmm from that statement we should use flat txt files for everything then huh. Depends on the coding. Its all in the coding :-P
-
Re: [V2] Chat Search chat in the free mods you will find this posted several times. I believe it was coded by Eternal and then rewritten by a few others. (if thats the other way around heyho) Also if you look there is a mysql version rather than txt file version which works much better. The code posted here the users online doesnt work as there is nothing writing to the who.txt file :wink:
-
I aint got time to do this so gonna throw it out there for someone to make for me :lol: I wanna organise my inventory to a ajax tabbed listings. For example Weapons, Potions, Others... Click on the link and you bring up whats in your inventory for items of that type. Msg me pls.
-
Re: Inventory revamp Very nice. I put this into my game to see how it looked. Very nice job. Just one thing. The primary weapon showed as a empty box. So I changed this bit to resolve the problem for($i; $i < count($types); $i += 1) { $t = $ir['equip_'.$types[$i]]; to for($i=0; $i < count($types); $i++) { $t = $ir['equip_'.$types[$i]]; Also this looks good too change line 38 to <span style='color:#58ACFA;font-size: xx-small;'>".(($equip[$t]['itmname']) ? $equip[$t]['itmname'] : 'Nothing Equipped')."</span>
-
Re: Complete new gang system... Sounds good I like it. Id like to see gang wars run on a set time frame that can be chosen by the leader. So declare war for 1 day or 5 days etc where the number of hits is recorded and then the winner is decided when the time runs out.
-
Re: Effects mod v2 Yes of course. Thanks. Now im thinking how to intergrate this to just work from the inventory page. So that you can purchase different drugs from different shops and then use them from the inventory.
-
Re: Effects mod v2 Nice work. I use your attack mod with the inventory mod. Would it be possible to see where it intergrates into the attack page please.
-
Re: [Class - Spydre452] Update Nice.