Jump to content
MakeWebGames

Starter Pack/ Bonus


Recommended Posts

This script is to give free stuff to the new people who join the game...

So first all alter this -

 

You're unable to view this code.

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

 

 

Now make a file called bonus.php or what ever you want and add -

 

You're unable to view this code.

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

 

 

Now open up headers and add this somewhere near the jail thingy bit -

 

You're unable to view this code.

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

 

 

Luckily for me I got the V2 item system on my V1 game

Note: SQL only MCCodes. But inventory etc I re-coded.

  • Like 1
Link to comment
Share on other sites

I came up with something just like this a long time ago and I'm going to tell you what people told me since its a better idea :p.

Do this on register and here's why:

  1. No additions to the users table
  2. A player can only register once
  3. Less file edits

On the register page where they get inserted in the database you just do something like this:

You're unable to view this code.

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

Then you can send a message or an event to the player which ever you choose.

all done

**EDIT**

Also you have like 3 different queries to update one table. How about one query only for example, if you want to keep it the same way as op:

You're unable to view this code.

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

other than that its not bad and will get the job done granted it clutters the header even more ;)

Thanks for the contribution though

Edited by KyleMassacre
more detail
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...