Jump to content
MakeWebGames

sfekt`

Members
  • Posts

    40
  • Joined

  • Last visited

    Never

sfekt`'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: war error give me the exact line you use to insert.
  2. Re: [Free v1 & v2] Advanced Gang Logs That's all in staff panel :o what i did is have it log everytime a user donates/receives points/money from the gang.
  3. Re: Users stats reset to 2,147,483,647   Change all the fields in userstats from int(11) to bigint(20)
  4. Re: Neat Little Bug Used to reward when voted and COUNTED, deception, what's your msn?
  5. Using incenitive voting on topwebgames.com; link used: "http://www.topwebgames.com/in.asp?id=5081&myId=$userid&alwaysreward=1"; users can validate the vote, it'll say success, than refresh. My code for rewarding below: <? $userid=$_GET['myId']; print "user: $userid "; require "mysql.php"; require "global_func.php"; global $c; print "connection: $c "; $q=mysql_query("SELECT * FROM votes WHERE userid=$userid AND list='twg'",$c); if(mysql_num_rows($q)) { die("already voted "); } else { mysql_query("INSERT INTO votes values ($userid,'twg')",$c); mysql_query("UPDATE users SET money=money+100 WHERE userid=$userid",$c); event_add($userid, "Your vote at TWG was successful, you have been credited $100.", $c); print "vote: complete "; } ?>   Any ideas? :\
  6. Re: PUB why not do a random amnt?
  7. Re: Joinable Organised Crimes yea me and cronus coded one works very nicely ;)
  8. Re: !!**Whore House Mod FREE**!! Just a suggestion..use random factors or base the whores on your current levels..
  9. Re: MC2 Codes - Are they worth it? I'm using source codes 1. something, don't even know. All good though, I re-did all the forumlas in my game and version 2 will be out soon :lol:
  10. Re: Steal Crystals when you Mug someone... You need to post the function "make_bigint"
  11. sfekt`

    mIRC

    I think CE should have an IRC server, and we can all have a channel on it for our games, agreed? :-)
  12. Re: ***!!FULLY WORKING LEVEL UPGRADE MOD HERE FREE!!*** I think my little code I did worked fine :|
  13. Re: ****FREE Mining mod**** Check out the mining mod on mine @ www.urban-riot.com :) I modified it a lot
  14. Re: Help me fix my announcemnts mod Did you code this mod yourself or is it stolen
  15. Re: ****FREE Mining mod**** Hmm, for a level 1 user, what is the max power / power supposed tobe ?:o
×
×
  • Create New...