Jump to content
MakeWebGames

Add Userlist to attackwon


Dustin Rohel

Recommended Posts

Find this in attackbeat;

print "You beat {$r['username']}!!<br /> You beat {$r['username']} severely on the ground. When there is lots of blood showing, you head up to the nearest 10-story building's roof and drop him over the edge. You run home silently and carefully.";<br />

Below that add <ahref='userlist.php'>UserList</a>

In the same file, find this;

print "<br />You earnt 3 respect for your gang!";<br />

below that add <ahref='userlist.php'>UserList</a>

Find this in attackwon;

print "You beat {$r['username']}!!<br /> You knock {$r['username']} on the floor a few times to make sure he is unconscious, then open his wallet, snatch \$$stole, and run home happily.";<br />

below that add <ahref='userlist.php'>UserList</a>

In the same file, find this;

print "<br />You earnt 2 respect for your gang!";<br />

below that add <ahref='userlist.php'>UserList</a>

In the attacktake file, find this;

print "and gained $expperc% EXP!<br /> You hide your weapons and drop {$r['username']} off outside the hospital entrance. Feeling satisfied, you walk home.";<br />

below that add <ahref='userlist.php'>UserList</a>

In the same file, find this;

print "<br />You earnt 1 respect for your gang!";<br />

below that add <ahref='userlist.php'>UserList</a>

That covers all three files where you win an attack. Done.

 

 

 

Link to comment
Share on other sites

On 7/15/2023 at 12:22 AM, Dustin Rohel said:

no, i'm just looking to get to the userlist

I'm wanting a button on the attackwon.php and attackbeat.php to bring players back to the userlist

Thats fine but what im saying is what if they never went to the user  page to attack in the first place you can attack people from their profile pages also ?

 

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...