Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Just a simple question

heres to add an event but not sure how to add who did it. Will have a look later if no one else tells you

event_add($_POST['user'],"You were banned from the (your place) for

{$_POST['days']} day(s) for the following reason:

{$_POST['reason']}",$c);

Posted

Re: Just a simple question

just add ".$ir['username']." into it. So it will become:

 

event_add($_POST['user'], 'You were banned from YOUR GAME for ',$_POST['days'],' day(s) by ',$ir['username'],' for the following reason: '.$_POST['reason']);

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