Dylan
Members-
Posts
291 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Dylan
-
Re: Xp problem Your welcome
-
Re: Xp problem it should if *I* am correct
-
Re: Xp problem Money isn't determined just a set reward its the formula that matters
-
Re: Xp problem just raise it heres a higher level one ((WILL*0.1)/75)
-
Re: Xp problem This is one of my crimes formulas I tested if succeeded you gain .3 exp ((WILL*0.8 )/3)+(LEVEL/4) without the space between the 8 and )
-
Re: Xp problem Have you looked at your crime formula?
-
[Other] New Login Page, Great look!!! [$20.00]
Dylan replied to KingRise's topic in Paid Modifications
Re: New Login Page, Great look!!! Looks great :-) -
Re: MCCode v3 Dab said supposedly that V3 will be better protected guess he might buy a copyright or something ... but I wanna see it first before I buy it
-
Re: [REVIEW] 4x4Mayhem - Please review!! Looks good like the others say the register could be edited to look like the login...overall its an okay game I will defiantly be playing it.
-
City-Gangs http://www.city-gangs.net City-Gangs you can do what ever in the game just join to make friends or become the richest or best player. It's all up to you. City-Gangs is a mafia/gangster gaming engine (Mccode's). Please review post any comment or suggestion about it :-). Demo Login: Username: demo Password: demo Thanks all!
-
Re: [REVIEW]Criminal Warfare Wow nice game, but on the register it is kinda tricky to read the black text so some users may not know what goes where...
-
Re: Counting (nr game) 1944
-
Re: Free 2 - Gym Very nice mod Nyna it will be featured on my game :)
-
Re: Counting (nr game) 1942
-
Re: FREE V2 NEW GAME STATS PAGE Very nice it's being added to my game :)
-
Re: [v2]Casino[v2] Very nice mod it will be featured on my game :D
-
Re: [mccode] Hack Users PC Great mod I will definitely be using this on my game! :mrgreen:
-
Re: Register [Free] Very Very Nice work Z-E-R-O :-)
-
Howdy, I was wondering I have the cars mod..and want to make it run on actual times is there some way I can code it to post random times..and post them on a timeslip I don't see were I could code this unless I redo the whole code and I really don't want to do that...so is there a way I could do it? or like I am guessing I could do it like slots $car[1]=(bigint) rand(8853,10); <-- it would display a random number between them number..could I do this?
-
Re: Simple Marriage [V2] Great mod :)
-
Re: Simple Marriage [V2] Great Mod Richard! :mrgreen:
-
Re: Tell A Friend Very Nice Mod Ze0n :-D
-
Re: Password Protect Pages(v1 v2)
-
Re: Changer User Password! V2 Very Nice Mod :wink:
-
Re: Race Logs V2 **Update function view_race_logs() { global $db,$ir,$c,$h,$userid; print "<h3>Race Logs</h3> <table width=100% cellspacing='1' class='table'> <tr style='background:gray'> <th>ID</th> <th>User From</th> <th>User To</th><th>Race Type</th><th>Race Notes</th> <th>Amount</th> <th>Winner</th> <th> </th> </tr>"; $q=$db->query("SELECT rr.*,u1.username as sender, u2.username as sent FROM race_results rr LEFT JOIN users u1 ON rr.rrCHALLENGER=u1.userid LEFT JOIN users u2 ON rr.rrCHALLENGED=u2.userid ORDER BY rr.rrID DESC"); while($r=$db->fetch_row($q)) { print "<tr><td>{$r['rrID']}</td> <td>[url='viewuser.php?u={$r[']{$r['sender']}[/url] [{$r['rrCHALLENGER']}] [b]Used [{$r['rrCHRCAR']}] [/b] </td><td>[url='viewuser.php?u={$r[']{$r['sent']}[/url] [{$r['rrCHALLENGED']}] [b] Used [{$r['rrCHDCAR']}] [/b] </td><td>{$r['rrTYPE']} <td>{$r['rrNOTES']}</td> <td> {$r['rrBET']} Money </td> <td>{$r['rrWINNER']} </td> <td> [[url='staff_punit.php?action=fedform&XID={$r[']Ban Sender[/url]] [[url='staff_punit.php?action=fedform&XID={$r[']Ban Receiver[/url]]</td> </tr>"; } print "</table>"; stafflog_add("Viewed the Race Logs"); } Does not have multi any more it shows Race ID/User From and Car/User Received and Car/Race Type/Race Amount/Winner/Ban/Sender/Receiver Picture of Race Logs V2