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

Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: PyKw
Forum: General 07-24-2020, 04:27
Replies: 15
Views: 3,178
Posted By PyKw
Re: Latest update broke plugins

Thanks for release, working fine now!
Forum: General 07-24-2020, 02:38
Replies: 15
Views: 3,178
Posted By PyKw
Re: Latest update broke plugins

Same problem here on my jailbreak server. As far as I can see the problem is related to damage sdkhook. Hope we get a fast fix.
Forum: Unapproved Plugins 03-22-2020, 20:00
Replies: 27
Views: 37,124
Posted By PyKw
Re: [CSGO] Server Crasher Exploit Patch [3/20/2020]

I also got this error:
L 03/23/2020 - 01:25:34: [SM] Exception reported: Unnamed Signature Incorrect (2).
L 03/23/2020 - 01:25:34: [SM] Blaming: ExploitFix_3_20_2020.smx
L 03/23/2020 - 01:25:34:...
Forum: General 02-25-2020, 02:38
Replies: 21
Views: 4,504
Posted By PyKw
Re: [SDKTOOLS] Invalid detour address passed after update csgo

This error was fixed in build#6481 of sourcemod (dev state atm). So you probably have to wait until it is stable.
Forum: Scripting 11-19-2019, 12:28
Replies: 42
Views: 24,324
Posted By PyKw
Forum: Scripting 08-23-2019, 14:25
Replies: 13
Views: 2,715
Posted By PyKw
Re: Problem MySQL T_LoadData

Yeah I know it sucks, currently I'm trying to use only threaded query. Can you help me? Any tips how to solve? Or can you provide me a quick snippet
Forum: Scripting 08-21-2019, 15:00
Replies: 13
Views: 2,715
Posted By PyKw
Re: Problem MySQL T_LoadData

Can you please write it down, cause I don't get it!
Forum: Scripting 08-20-2019, 18:49
Replies: 13
Views: 2,715
Posted By PyKw
Re: Problem MySQL T_LoadData

Now I'm getting this error: L 08/21/2019 - 01:46:35: [SM] Exception reported: No current result set
L 08/21/2019 - 01:46:35: [SM] Blaming: testNewDb.smx
L 08/21/2019 - 01:46:35: [SM] Call stack...
Forum: Scripting 08-20-2019, 13:55
Replies: 13
Views: 2,715
Posted By PyKw
Re: Problem MySQL T_LoadData

My bad, i edited the error. And I'm using that because I need to store the field index in a variable.
https://sm.alliedmods.net/new-api/dbi/DBResultSet/FieldNameToNum
Forum: Scripting 08-20-2019, 13:03
Replies: 13
Views: 2,715
Posted By PyKw
Problem MySQL T_LoadData

Any idea what I'm doing wrong here?


#include <sourcemod>
int valoare[MAXPLAYERS + 1] = {0, ...};
Database g_Database = null;

public Plugin myinfo =
{
name = "Test Plugin",
Forum: Unapproved Plugins 12-10-2018, 23:14
Replies: 1,862
Views: 1,160,238
Posted By PyKw
Re: [CSGO] Weapon & Knives (Skins, Name Tags, StatTrak, Wear/Float) [!ws !knife !name

L 12/11/2018 - 06:08:23: Error log file session closed.
L 12/11/2018 - 06:08:24: SourceMod error session started
L 12/11/2018 - 06:08:24: Info (map "jail_xmf") (file "errors_20181211.log")
L...
Forum: Scripting 09-25-2017, 10:53
Replies: 13
Views: 2,703
Posted By PyKw
Re: [CS:GO] i can't get my "vip start items" plugin to work (Please help me)

Try this:
#include <sourcemod>
#include <sdktools>

public Plugin myinfo =
{
name = "Vip Items",
author = "Picutz",
description = "Items for VIPs",
version = "1.0",
Forum: Plugins 10-10-2016, 17:07
Replies: 54
Views: 21,963
Posted By PyKw
Re: [CS:GO] Extended Paintball (Gamemode) [1.0.1]

I was using 1.0.1 version, i updated to 1.2.0. Now this error pops up:
Forum: Plugins 10-09-2016, 11:10
Replies: 54
Views: 21,963
Posted By PyKw
Forum: Scripting Help 12-29-2013, 18:51
Replies: 9
Views: 1,702
Posted By PyKw
Re: Help with time

Thanks, i solved. You can close this topic.
Forum: Scripting Help 12-29-2013, 18:20
Replies: 9
Views: 1,702
Posted By PyKw
Re: Help with time

How i do that?
Forum: Scripting Help 12-29-2013, 18:13
Replies: 9
Views: 1,702
Posted By PyKw
Re: Help with time

It is working, but the task is repeating, and i am getting spammed with:

Its 20:00
Its 20:00
Its 20:00
Its 20:00
Its 20:00
Its 20:00
Its 20:00
Its 20:00
Forum: Scripting Help 12-29-2013, 17:45
Replies: 9
Views: 1,702
Posted By PyKw
Re: Help with time

Like this ?

#include <amxmodx>

public plugin_init()
{
register_plugin("On Time", "1.0", "PyKw")
set_task(0.1, "check_time", _, _, _, "b")
}
Forum: Scripting Help 12-29-2013, 17:22
Replies: 9
Views: 1,702
Posted By PyKw
Help with time

Hi, so i want a plugin that when its 20:00 a message is send to all connected players.
I tried this but not working...
#include <amxmodx>

public plugin_init()
{
register_plugin("On Time",...
Forum: Unapproved/Old Plugins 07-28-2013, 12:29
Replies: 103
Views: 103,803
Posted By PyKw
Re: CS Prop Hunt v1.1

Sorry but there is no cs_prophunt.ini.
Forum: Scripting Help 01-10-2012, 16:50
Replies: 0
Views: 1,066
Posted By PyKw
Please help

Hi i need some help . Here the sma : /* Plugin generated by NotePad */

#include <amxmodx>
#include <amxmisc>
#include <fakemeta_util>

#define PLUGIN "Sala"
#define VERSION "1.0"
#define...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT -4. The time now is 11:33.


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