Jump to content
MakeWebGames

Eurogangster

Members
  • Posts

    161
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Eurogangster

  1. Ok thanx a lot Benii I found this https://www.1001fonts.com/nickerbocker-normal-font.html I downloaded the files one .otf and one .ttf Can you give me exactly the code for the css because it doesnt work .
  2. yes i mean font families but i asked which file i should edit because i cant find it 🙂
  3. Where i can choose the font style of the letters. I found in bootstrap.css but nothing changes. Thanx a lot
  4. Hello , i want to have the login.php together with register.php because i want at the top of the div to show the login and under it the register Can anyone help me with this, i tried it but get too many errors. I am using the GL2
  5. Hello all, It would be very nice to have an addon where the user can send the car that he owns to a different location for a cost and time limit. This will help a lot the organized crimes where if you have the driver role you must have a car in the location where the OC is planned. Time limit means that when you send the car the transportation will need for e.x. 5 minutes and also you can send again a car after 30m.
  6. This is what i wrote and i tested it and works 100% perfect. $timeb = time(); $bodyguardTime = $this->getTimer("bodyguard"); $timeRemaining = $bodyguardTime - $timeb ; if ($bodyguardTime > time() ) { $timeRemaining = gmdate("H:i:s", $timeRemaining); $page->addToTemplate('bodygua_timer',$timeRemaining); } else { $messagebodyg = 'No Protection' ; $page->addToTemplate('bodygua_timer',$messagebodyg); }
  7. I fixed it thanx Dave and everyone for your support. I tried by my self reading online and finally achieve it!!! But thanx for trying to help me
  8. i tried with my way adam and its working perfect. Make echo to see the results and see when you get money and when not you ll see that when number is 2 you get money but you defined to get when the number is 1
  9. Make this change because it doesnt work your rand it pays you in the 2 and not in the 1 so : $rand = mt_rand(1,2); if ($rand != 1) {
  10. We ll post some rules that staff members should follow. Staff members that user their power against players instead of helping them or staff that without reason get inactive for a long period without to info me it will be removed.
  11. When someone purchase the bodyguard protection : Can you rewrite my code to the correct one because my brain is out of order after many hours of trying. case "bodyguard": if($qty>1){ $this->error('You can buy one Bodyguard Protection each time.'); } else if($this->user->checktimer("bodyguard")){ $this->user->set("US_points", $this->user->info->US_points - $cost); $this->user->updateTimer("bodyguard", time() + (1 * 64800)); $this->user->updateTimer("bodyguardpurchase", time() ); $this->error('You paid ' . $cost . ' {_setting "pointsName"} for 18 hours of Bodyguard Protection', "success"); }else{ $this->error('You have already purchased Bodyguard Protection. You can buy one each time.'); } break No one can help me with this ?
  12. hello all i need your help to solve this issue. I created a function where users purchase with point bodyguard protection for 18 hours and this means they cant be killed. I added the timer in the loggeding.php. Everything is going good until the timer is 00:00. It roll over again and starts from the beginning and i cant find why the code of the timer is this : new hook("userInformation", function ($user) { global $page; $currentTime = new DateTime(); $bodyguardTime = new DateTime(); $bodyguardTime->setTimestamp($user->getTimer("bodyguard")); $timeRemaining = $currentTime->diff($bodyguardTime); $timeRemaining = $timeRemaining ->format(" %h hours, %i minutes "); if (($timeRemaining) > 0) { $page->addToTemplate('bodygua_timer',$timeRemaining); } else { $messagebodyg = 'No Protection'; $page->addToTemplate('bodygua_timer', $messagebodyg); } });
  13. Hello all, We decided to open our Staff doors to public. We are looking for Staff Members for MafiaShot.com Staff Members must active , help newbies, watch for spamming and spread the word over the net about MafiaShot. Staff members can play the game but cannot use their power against players without a logical reason. Staff members will be permant VIP members. Also we ll give 10% of our total monthly revenue to the Staff members ( e.x if our monthly revenue is 100$ the 10% is 10$ . If we have 5 Staff members that means that we ll give 2$ each Staff Member. The second example is something not easy but not difficult . If we have 1000$ per month the 10% will be 100% so 20$ will be given to Staff members ). Our previous game was making from 2000-2500$ per month ( in 2010 ) . Now after 10 years we dont know if we can get this numbers but we ll try for them and why not higher than them. Staff members that will not help the game or be inactive they will be removed without warning. The percent that we give to Staff members maybe changed to higher percentage in depence with the game performance. If you are interested register at www.mafiashot.com and send a pm in the admin account with your name , knowledge or experience and how you can spread the word about MafiaShot and we ll contact you asap
  14. O my god it was so simple and was searching in js to do that . LoL thanx Mark
  15. in the div ?
  16. Hello i want to hide/unhide div and i use this code that its working can someone write me the code i need to set default display to none ? $.setDisplay = function (id){ if($("#" + id ).css('display') == 'block'){ $("#" + id ).css('display', 'none'); } else if($("#" + id ).css('display') == 'none'){ $("#" + id ).css('display', 'block'); } } $('*[id^="divheader"]').click(function (){ $.setDisplay($(this).data("id")); }); });
  17. I need to change something in the DNS zone of my domain ?
  18. We are very happy and at the same time very emotional that after 10 years period we decided to relaunch EuroGangster but with a different name. The name is MafiaShot.com and we believe that it has the same power like Eurogangster. Before 10 years we had over 20k gangsters active in 1 year period and we had a great community, BUT this annoyed other games and hired hackers that they attacked the server and the games economy at the same time. The result was catastrophical and gangsters started not having trust in the game. So we decided that its better to shut it down than destroying the name that Eurogangster created in the browser game industry. Those were some few words about our history. Lets talk about future and future is MafiaShot. We redesigned the game , we secured the game and added some new features. Let see some Mafia Shot Features : 1. Crimes 2. Steal Cars 3. Organized Crimes 4. Police Chase 5. Scavenge 6. Workout 7. Bullet Factory ( You can own the factory and have revenue ) 8. Casino Games ( You can own the casino games and have revenue ) 9. Lottery 10. Kill Gangsters 11. Gangs 12. Chat system ( Gang chat and more included ) 13. Newbie Corner ( Very useful for new gangsters ) and much more..... We ll work very hard and continuously we ll add new features and functions ingame. We hope we ll receive the same support that we received before 10 years. Check it out https://www.MafiaShot.com
  19. Nice. Because i dont understand very well. This script is for the Gangster ? or you will create it ?
  20. I am just suggest them to create a chat script to be integrated in GL
  21. This is one of the most important things in a game CHAT. You should fix ingame chat but Gang chat also.
  22. It would be great if someone can buy vip package where it will give them for a certain time 2x xp , 2x money and 2x stats gain in gym. Also it will add a gold Vip badge next to their names or just make their usernames gold
  23. Eurogangster online Mafia game signed up to your Topsite because we love helping people that start now a work Hope it goes well
  24. No this its no correct because then my company will be illegal . Also when you pay developers a lot of times doesnt do the work they must do.
×
×
  • Create New...