Jump to content
MakeWebGames

A little help?


elessar

Recommended Posts

Re: A little help?

 

That will judge by the person trying to do the kicks daysingang

Indeed... Kyle tends to post before he thinks..

Maybe try...

Find:

 

$kdata=mysql_fetch_array($q);

 

Under add:

 

$chec=mysql_query("SELECT * FROM users WHERE gang={$kdata['gang']} AND userid={$_GET['ID']}", $c);
$check=mysql_fetch_array($chec);
if ($check['daysingang']<2) { 
echo 'You cannot kick someone if they have been in the gang less then 2 days'; 
$h->endpage();
exit; }

 

Though im not sure if "daysingang" is right. Also its not been tested. But hopefully it will work. :wink:

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