This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: BlacKisEverywhere
Forum: Scripting 08-15-2020, 09:18
Replies: 0
Views: 514
Posted By BlacKisEverywhere
Nesting keyvalues

Hi.
Can someone explain me how to read data from that config structure using keyvalues.

Thanks for all help.


"Cases"
{
"Test 1"
{
Forum: Scripting 07-19-2020, 06:01
Replies: 7
Views: 1,270
Posted By BlacKisEverywhere
Re: Detect client collision with wall

Thank you!!

public bool IsClientColideWithWall(int client){
float pos[3];
GetClientAbsOrigin(client, pos);
pos[2] += 50;

float min[3];
GetClientMins(client, min);
Forum: Scripting 07-18-2020, 13:09
Replies: 7
Views: 1,270
Posted By BlacKisEverywhere
Re: Detect client collision with wall

Ok, i changed my code for:
public bool IsClientColideWithWall(int client){
float pos[3];
GetClientAbsOrigin(client, pos);
pos[2] += 50;

float min[3];
GetClientMins(client,...
Forum: Scripting 07-17-2020, 15:53
Replies: 7
Views: 1,270
Posted By BlacKisEverywhere
Re: Detect client collision with wall

I changed my code to:
public bool IsClientColideWithWall(int client){
float pos[3];
GetClientAbsOrigin(client, pos);

float angles[3];
GetClientAbsAngles(client, angles)

...
Forum: Scripting 07-17-2020, 14:03
Replies: 7
Views: 1,270
Posted By BlacKisEverywhere
Detect client collision with wall

Hello.

My code looks like that:
public bool IsClientColideWithWall(int client){
float pos[3];
GetClientEyePosition(client, pos);

float angles[3];
float endPos[3];
float...
Forum: Extensions 03-06-2020, 14:42
Replies: 116
Views: 118,496
Posted By BlacKisEverywhere
Re: REST in Pawn 1.1 - HTTP client for JSON REST APIs (Updated 2019/12/28)

After encode keys auth works correctly. Thanks for help and sorry for waste time
Forum: Extensions 03-06-2020, 14:10
Replies: 116
Views: 118,496
Posted By BlacKisEverywhere
Re: REST in Pawn 1.1 - HTTP client for JSON REST APIs (Updated 2019/12/28)

https://i.imgur.com/b9VCtww.png

I think this type of authorization can't be set in header.
I tried to set authorization basic as header but this isn't working.
Forum: Extensions 03-06-2020, 12:31
Replies: 116
Views: 118,496
Posted By BlacKisEverywhere
Forum: Scripting 02-08-2020, 06:49
Replies: 1
Views: 1,144
Posted By BlacKisEverywhere
MYSQL - table is not created

Hi. I tried to make test vip plugin but i finished on creating table and save players to thar table.
#include <sourcemod>

ConVar g_tableName;
Database g_db;

public Plugin info = {
name =...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 04:17.


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