Jump to content
MakeWebGames

[mod v2] halloween bit late but fun Scare members with Masks


Uridium

Recommended Posts

Sorry this is late for Halloween but its still fun to have based on the attack.php ive just modified it so members can wear Masks to scare the hell out of each other..

Call this file scare.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

PART 2 to follow

Link to comment
Share on other sites

Re: [mod v2] halloween bit late but fun Scare members with Masks

call this file equip_mask.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Call this file equip_weapon.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Part 4 to follow

Link to comment
Share on other sites

Re: [mod v2] halloween bit late but fun Scare members with Masks

Call this Inventory.php or just extract what you need and place it into your own copy

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Call this File unequip.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Edited by illusions
Link to comment
Share on other sites

Re: [mod v2] halloween bit late but fun Scare members with Masks

Add this line to your Viewuser.php

Scare {$r['username']}'

and finally the SQLs

ALTER TABLE `items` ADD `mask` int(11) NOT NULL default '0';

and

ALTER TABLE `users` ADD `scarewon` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `scare` int(11) NOT NULL default '0';

You will need to create an item mask sellable but as a weapon

Your users can buy the masks and when inserted into their Inventory equip then to scare Opponents....

Oucomes Vary...

and the final Result

scare.png

Link to comment
Share on other sites

  • 1 year later...

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