Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 25 of 148
Search took 0.01 seconds.
Search: Posts Made By: PriceLess
Forum: Unapproved Plugins 04-23-2013, 11:40
Replies: 28
Views: 33,141
Posted By PriceLess
Re: [CSS] VIP

I will update this, been working on something new.

Zoxia : Just setup xampp or something to run a database.
Forum: Scripting 04-11-2013, 14:14
Replies: 5
Views: 1,021
Posted By PriceLess
Re: [Mysql - as allways]

Fixed
$sql = mysql_query("INSERT INTO $database.$table (
`user_id`,
`steamid`,
`username`,
`password`,
`email`,
`status`,
`admin`,
`pending`
Forum: Scripting 04-11-2013, 13:31
Replies: 5
Views: 1,021
Posted By PriceLess
Re: [Mysql - as allways]

Yes, just copy pasted the table rows nothing wrong :|

<?php
define('ROOT', dirname(dirname(__FILE__))."/");
include ROOT.'config.php';

$admin_username = $_POST['username'];
$admin_password...
Forum: Scripting 04-11-2013, 12:56
Replies: 5
Views: 1,021
Posted By PriceLess
Re: [Mysql - as allways]

Yes but now i got a new error :o

$sql = mysql_query("INSERT INTO '$table' (`steamid` ,
`username` ,
`password` ,
`email` ,
`status` ,
`admin` ,
`pending`
)
Forum: Scripting 04-11-2013, 12:04
Replies: 5
Views: 1,021
Posted By PriceLess
[Mysql - as allways]

Well I'm working on a interface for a donation thingy for sourcemod. Anyways, started of with the install part.
The install where it creates tables and stuff is correct, it aswell as create table...
Forum: Scripting 03-17-2013, 23:18
Replies: 3
Views: 750
Posted By PriceLess
Forum: Scripting 03-14-2013, 08:53
Replies: 2
Views: 825
Posted By PriceLess
Re: [SQL] Heeeeeeeeelp

Oh yeah, thanks!! =D
Forum: Scripting 03-13-2013, 19:20
Replies: 2
Views: 825
Posted By PriceLess
[SQL] Heeeeeeeeelp

Hi there, I'm trying to read out of the vbulletin subscription, so I figgured the way to do that, but one thing I dont get is how to do this

Format(Query, sizeof(Query), "INSERT INTO sb_admins...
Forum: Plugin/Gameplay Ideas and Requests 03-12-2013, 21:44
Replies: 4
Views: 1,173
Posted By PriceLess
Re: Timer (!start - !stop )

Should check out You should check out this! (https://forums.alliedmods.net/showthread.php?p=1747459)

Try this one (https://forums.alliedmods.net/showthread.php?p=1747459) Here is a timer with the...
Forum: Scripting 03-12-2013, 21:40
Replies: 2
Views: 766
Posted By PriceLess
Re: [Store][TF2] Does this teamplay_point_capture event look set up correctly?

Try posting it here, so he could answer himself (incase he does not pick up on it here)
https://forums.alliedmods.net/forumdisplay.php?f=157
Forum: Scripting 03-08-2013, 12:26
Replies: 4
Views: 1,074
Posted By PriceLess
Re: [CSS] time as argument and as field in database

decl String:Query[200];
decl String:time[20];

GetCmdArg(1, time, sizeof(time));

new time2 = StringToInt(time);

Format(Query, sizeof(Query), "INSERT INTO %s (time, time2) VALUES (%d, %d)",...
Forum: Scripting 03-08-2013, 10:47
Replies: 4
Views: 1,074
Posted By PriceLess
[CSS] time as argument and as field in database

Hello, I was wondering how could I make <time> as an argument, and how would I define this at "INSERT INTO %s (time) VALUES('%wut?')", Table, What?
Forum: Scripting 03-07-2013, 02:52
Replies: 4
Views: 721
Posted By PriceLess
Re: [Error] In mysql.

No need for more help, as you pointed out, the steamids.. Thanks anyways =D

fixed it
Forum: Scripting 03-07-2013, 01:43
Replies: 4
Views: 721
Posted By PriceLess
Re: [Error] In mysql.

On the picture (in attachement) I have changed NULL Too NOT NULL. aka it says just 0 now
decl String:steamid3[32];
GetClientAuthString(client, steamid3, sizeof(steamid3));
decl...
Forum: Scripting 03-07-2013, 00:54
Replies: 4
Views: 721
Posted By PriceLess
[Error] In mysql.

When I use the command to choose color and update the color for "client", it does not change anything.

Table is not null.. Dont get what I'm doing wrong.

Format(rQuery, sizeof(rQuery), "UPDATE...
Forum: Scripting 03-03-2013, 03:26
Replies: 4
Views: 991
Posted By PriceLess
Re: [Mysql] Strange Error

Ok, like a timer or something?


*edit* fixed. thanks alot!
Forum: Scripting 03-03-2013, 03:13
Replies: 4
Views: 991
Posted By PriceLess
Re: [Mysql] Strange Error

now im getting this error.. dunno whats wrong now.

L 03/03/2013 - 09:12:54: Info (map "de_dust2") (file "errors_20130303.log")
L 03/03/2013 - 09:12:54: [SM] Native "SQL_TQuery" reported: Invalid...
Forum: Scripting 03-03-2013, 00:34
Replies: 4
Views: 991
Posted By PriceLess
[Mysql] Strange Error

The error I get it underneath. The error line is the line SQL_TQuery on Mysql_Insert
Been strugling for an hour, so kinda rather ask.
Here is my script :
#include <sourcemod>

new...
Forum: Scripting 03-01-2013, 22:37
Replies: 0
Views: 515
Posted By PriceLess
[fixed] - need help

Hi there. for the first time I've seen my own plugin making an error that said :
Memory leak, please contact the author of the plugin to correct the error, unloaded the plugin and server crashed. My...
Forum: Scripting 03-01-2013, 21:52
Replies: 4
Views: 1,112
Posted By PriceLess
Re: [Other clinet not in game] error

obviously, yeah. thanks, hehe.
Forum: Scripting 03-01-2013, 19:47
Replies: 4
Views: 1,112
Posted By PriceLess
[Other clinet not in game] error

I got this error where it says the second guy is not ingame, and it wont spawn the smokegrenade for some reason. First it is going to give you smokegrenade on "action" started by a command, and...
Forum: Scripting 03-01-2013, 12:10
Replies: 5
Views: 1,173
Posted By PriceLess
Re: Save CP & Teleport

Dont get why you would do that.

I would recommend mysql to save location, mapname and checkpoint.
Forum: Scripting 03-01-2013, 12:07
Replies: 27
Views: 7,963
Posted By PriceLess
Re: Admin Call Plugin via php

I would send the authid/steamid too php aswell. Incase the offended leaves.

And isnt it easier to get FindConVar("hostname") and print out insted?

it was a nice idea, ill see what I can do....
Forum: Scripting 02-28-2013, 16:10
Replies: 7
Views: 2,872
Posted By PriceLess
Re: [Block Buttons] Jailbreak

For some reason the buttons doesn't force on zombie?
Forum: Scripting 02-28-2013, 13:49
Replies: 7
Views: 2,872
Posted By PriceLess
Re: [Block Buttons] Jailbreak

When i execute the command the only error that appears 100's time per second is Can't find second player or something like that.
And it says unknown command. But it prints out the message obviously....
Showing results 1 to 25 of 148

 
Forum Jump

All times are GMT -4. The time now is 06:56.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode