Re: [V LITE] Killing License
I added it and I got a bug
Parse error: syntax error, unexpected T_PRINT, expecting T_CASE or T_DEFAULT or '}' in /home/mygun4/public_html/killinglicence.php on line 11
<?php
/*-----------------------------------------------------
-- sniko`
-- killinglicence.php
-----------------------------------------------------*/
require "globals.php";
print "<h3>Killing License</h3>";
switch($_GET['action'])
{
print "[<a href=?action=buy'>Buy A Killing License</a>]
[i]Killing Licenses Are So You Can Kill Others![/i]";
if($_GET['action'] == 'buy')
{
print "You Successfully Bought One!";
$db->query("UPDATE users set hospital=hospital-1 WHERE hospital>0");
("UPDATE users ADD killinglicense=1 WHERE userid=$userid");
}
?>