Jump to content
MakeWebGames

S.Cosmin

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by S.Cosmin

  1. Pffff.....i hate CSS&ONCLICK I can't do this :(
  2. The ingame menu it's like the outgame menu, same menu... can i do this? Mister...
  3. Ohh..i want to make the menu like http://www.thecrims.com menu...but i don't know how...:(
  4. Ohh...i'm the biggest noob ever :D, i can't do this :| can anyoane with experience to place that function on this code?  
  5. Ok mister. If i add that in global_func.php i become a error like: Parse error: parse error, expecting `'&'' or `T_VARIABLE' in C:\xampp\htdocs\global_func.php on line 481 If i add that in mainmenu.php i become this error... Parse error: parse error, expecting `'&'' or `T_VARIABLE' in C:\xampp\htdocs\menu_left.php on line 2 How to fix that mister? Thanks for everything.
  6. So...what can i do to work mister?
  7. I want to make that with onClick, is more intersting... Can you help me to make this to work? What to change?
  8. Hallo guys, I have a problem with my game script, i wanted to make a menu with JS onClick but does't work. When i click on the button he does'n redirect me on that page. This is the code.   <?php global $db,$c,$ir, $set; $hc=$set['hospital_count']; $jc=$set['jail_count']; $ec=$ir['new_events']; $mc=$ir['new_mail']; if($ir['hospital']) { print " <div class='menu_hospital'> <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='170' height='387' title='TheGangsters.ro'> <param name='movie' value='images/flash/header.swf' /> <param name='quality' value='high' /> <param name='wmode' value='Transparent' /> <embed src='images/flash/menu_hospital.swf' quality='high' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='170' height='387'></embed> </object> </div>"; } elseif($ir['jail']) { print " "; } else { print " <table cellspacing='1' width='100%'> <tr> <td width='100%' height='550' valign='top'> <table cellpadding='0' cellspacing='0' border='0' class='content_menu_left'> <tr> <td width='148'> <ul class='action_menu'> <li onClick=\"redirect('bank.php')\"><div id=\"menu-sprite-sabotage\" class=\"menu-sprite\"></div><span class=\"action_menu_header\">Sabotaj</span><br>Distruge-ti rivalii!</li> <li onClick='function redirect(a){ location.href=a; }><div id='menu-sprite-hookers' class='menu-sprite'></div><span class='action_menu_header'>Tarfe</span><br>Vezi ce fac tarfele.</li> <li onClick='redirect('armsdealer.php')'><div id='menu-sprite-armsdealer' class='menu-sprite'></div><span class='action_menu_header'>Vanzatorul de arme</span><br>Ia-ti niste scule.</li> <li onClick='redirect('alley.php')'><div id='menu-sprite-alley' class='menu-sprite'></div><span class='action_menu_header'>Aleea</span><br>Fa o ciupeala.</li> </ul> </td> </tr> </table> </div>"; } if($ir['jail'] and !$ir['hospital']) { print "<li> <a class='link1' href='gym.php'>Jail Gym</a></li> <li> <a class='link1' href='hospital.php'>Hospital ($hc)</a></li>"; } else if (!$ir['hospital']) { print "<li> "; } if(!$ir['jail'] ) { print " "; } ?>   What can i do guys? Sorry for my bad English. Thank you. :worship:
  9. Hy guys, I have another question, ist my script m ore secured if i lock some files with base64 ?
  10. Where can I change what gives you to beginning the game: money, braves...etc
  11. In IE is not good, but i work in firefox and i heart when is good in firefox is goot in chrome, opera, etc right?
  12. Whou is better to make my game, with IE or Firefox? Cuz now i make with Firefox but in IE seen like shit...
  13. Ok, first problem with the table has works, thanks. Now, i want to make a top like this
  14. Has anyoane ideea whou to make a top?
  15. S.Cosmin

    R.i.p

    R.I.P a love hes films..i gono see one right now :(
  16. Can you make a schort tutorial how to make please?
  17. i want to move 10px that table to left...and i cant find it in css...
  18. 11 yearhs old? In Romanian children in that age want to fuck and smoke crack , not to learn PHP and to lie another persons. Go to find a girl and let later the PHP. Have a nice day!
  19. off: k1ngscorp1o whou old are you?
  20. Ok, now i have that Welcome to the Brothel Sign up today to gain some extra cash! You Currently Have a Total Of Hoes. Join brothel And Buy Hoes Buy Extra Hoes Leave and loose all your hoes   but when i click on 'Join brothel And Buy Hoes' for example, work not...he don't send me on that page.. ;(
  21. I get that error in phpmyadmin when i add that in sql ;( What can i do?   Error SQL query: ALTER TABLE users ADD hoesbuy INT( 11 ) DEFAULT 0; MySQL said: Documentation #1060 - Duplicate column name 'hoesbuy'
  22. I hope he sees this topic...
  23. Work, thanks Danny & Dayo :D
  24. Yeah ut i dont know whou to star it, i need a example what come in actionsscript....i not so good in flash, I'm beginner.
  25.   And Dayo, where i place that?
×
×
  • Create New...