grant Posted February 16, 2011 Posted February 16, 2011 av been messing around and made my self a new mod its a mod where u can see if the users are in Er it comes up a little redcross Beside there name :P Quote
Equinox Posted February 16, 2011 Posted February 16, 2011 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Djkanna Posted February 16, 2011 Posted February 16, 2011 $InER = ($ir['hospital'] > 0) ? '<img src = "/link/to/image/" alt = "'.$ir['username'].' is in hospital for '.number_format($ir['hospital']).'" />' : ''; echo ''.$ir['username'].' ['.$userid.'] '.$InER.''; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. :D I really wouldn't call this a mod, and whoops this is the GRPG section, but I'd like to see how you've done it. :) Quote
Equinox Posted February 16, 2011 Posted February 16, 2011 $InER = ($ir['hospital'] > 0) ? '<img src = "/link/to/image/" alt = "'.$ir['username'].' is in hospital for '.number_format($ir['hospital']).'" />' : ''; echo ''.$ir['username'].' ['.$userid.'] '.$InER.''; You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. :D I really wouldn't call this a mod, and whoops this is the GRPG section, but I'd like to see how you've done it. :) 2 ternary's in ONE lines? No.....freaking....way. You're hard core. XD Quote
grant Posted February 17, 2011 Author Posted February 17, 2011 its all dun in classes find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. add under it You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. and replace with this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. all done if there are other ways uses them this is my way 8) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.