Jump to content
MakeWebGames

Who WlD like the mod that shows if ur in er


grant

Recommended Posts

$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. :)

Link to comment
Share on other sites

$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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...