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

Showing results 1 to 25 of 25
Search took 0.01 seconds.
Search: Posts Made By: Grafi_
Forum: Plugin/Gameplay Ideas and Requests 03-30-2023, 09:18
Replies: 1
Views: 448
Posted By Grafi_
Re: Problem with skin plugin

I fixed the problem, but now there is another one. When I have a skin set for the ak-47, and I start shooting the crosshair behaves strangely and this is fixed when I buy another weapon that does not...
Forum: Plugin/Gameplay Ideas and Requests 03-28-2023, 16:07
Replies: 1
Views: 448
Posted By Grafi_
Problem with skin plugin

Hi,

I have problem with my plugin - when I get a weapon sometimes I have no arms and the ammunition is always strange for example in the ak-47 I get 253 ammunition for the first magazine and the...
Forum: Scripting 08-07-2022, 12:24
Replies: 3
Views: 638
Posted By Grafi_
Re: Shift detection

yes, thank you
i was trying !(buttons & IN_SPEED) xD
Forum: Scripting 08-07-2022, 10:47
Replies: 3
Views: 638
Posted By Grafi_
Shift detection

Hi
Someone know how can i detect holding shift button?
Forum: Plugin/Gameplay Ideas and Requests 07-28-2022, 08:45
Replies: 5
Views: 602
Posted By Grafi_
Re: KeyValues help

done, thank you all for your help
Forum: Plugin/Gameplay Ideas and Requests 07-27-2022, 14:24
Replies: 5
Views: 602
Posted By Grafi_
Re: KeyValues help

void SetModelAfterJoin(int client)
{
kv.Rewind();
char sModelID[8};
char sFlags[AdminFlags_TOTAL];
int iClass = g_iClass[client];
IntToString(iClass,sModelID, sizeof(sModelID));
if...
Forum: Plugin/Gameplay Ideas and Requests 07-27-2022, 11:46
Replies: 5
Views: 602
Posted By Grafi_
Re: KeyValues help

FindFlagByChar works like HasPlayerFlags in my code, I tried searching in other codes but I found nothing

and once again I would like to explain what I mean.

When the player enters the server,...
Forum: Plugin/Gameplay Ideas and Requests 07-26-2022, 08:05
Replies: 2
Views: 543
Posted By Grafi_
Re: Keyvalues menu

However i did manage to do it myself but thanks :D
Forum: Plugin/Gameplay Ideas and Requests 07-25-2022, 16:19
Replies: 2
Views: 543
Posted By Grafi_
Re: Keyvalues menu

over there this plugin has some extra features and old syntax :/ I need a simple guns command with config like this

"Weapons"
{
"Rifles"
{
"weapon_ak47"
{
"name" "AK47"...
Forum: Plugin/Gameplay Ideas and Requests 07-25-2022, 15:28
Replies: 2
Views: 543
Posted By Grafi_
Keyvalues menu

Hello,

Can someone create exemplary guns menu plugin with keyvalues? :)
Forum: Plugin/Gameplay Ideas and Requests 07-25-2022, 15:25
Replies: 9
Views: 813
Posted By Grafi_
Forum: Plugin/Gameplay Ideas and Requests 07-23-2022, 14:34
Replies: 9
Views: 813
Posted By Grafi_
Re: Rainbow TEXT

thank you for trying, but i want these colors to change smoothly, just like in the video
Forum: Plugin/Gameplay Ideas and Requests 07-23-2022, 13:22
Replies: 9
Views: 813
Posted By Grafi_
Re: Rainbow TEXT

oh okay thanks for that, but I still need something that will work on the player model or object
example:
changing player model/object color like this https://youtu.be/TCpUxAh-bdM
Forum: Plugin/Gameplay Ideas and Requests 07-23-2022, 12:14
Replies: 9
Views: 813
Posted By Grafi_
Re: Rainbow TEXT

oo thank you but I have one question, it is possible to use this on entity?
https://i.imgur.com/omxXVIk.png
Forum: Plugin/Gameplay Ideas and Requests 07-23-2022, 11:22
Replies: 9
Views: 813
Posted By Grafi_
Re: Rainbow TEXT

https://youtu.be/TCpUxAh-bdM
could someone point me to this?
Forum: Plugin/Gameplay Ideas and Requests 07-22-2022, 15:50
Replies: 12
Views: 1,891
Posted By Grafi_
Re: cl_fullupdate on client

#include <sourcemod>

public void OnPluginStart()
{
RegConsoleCmd("sm_fullupdate", CMD_FullUpdate);
}

public Action CMD_FullUpdate(int client, int args)
{
ClientCommand(client,...
Forum: Plugin/Gameplay Ideas and Requests 07-22-2022, 12:15
Replies: 9
Views: 813
Posted By Grafi_
Rainbow TEXT

Hello, someone know how can i create animated rainbow hud text without SetHudTextParamsEx or rainbow color entity?
I know how stupid it is but I need it
Forum: General 07-18-2022, 11:55
Replies: 2
Views: 551
Posted By Grafi_
Hitbox problem

https://youtu.be/xpyg7m2wzq4
what can i do with this?
Forum: Plugin/Gameplay Ideas and Requests 07-18-2022, 09:14
Replies: 1
Views: 339
Posted By Grafi_
Natives

hello
can someone tell me how can i return float in native?


public int Native_GetFloat(Handle plugin, int numParams)
{
int client = GetNativeCell(1);
char sBuffer[16];
...
Forum: Plugin/Gameplay Ideas and Requests 07-02-2022, 09:21
Replies: 3
Views: 803
Posted By Grafi_
Re: Zephurus store compilation

and can someone send me link to the newest version of zephyrus store?





xd
Forum: Plugin/Gameplay Ideas and Requests 05-06-2022, 16:24
Replies: 3
Views: 803
Posted By Grafi_
Zephurus store compilation

Hi i want compile zephyrus store, but i dont know which version of sourcemod compilator i should use, can someone tell me?
Forum: Scripting 04-27-2022, 12:19
Replies: 9
Views: 1,406
Posted By Grafi_
Re: MYSQL - My first plugin

#include <sourcemod>
#include <sdktools>

Database g_hDB;

public void OnPluginStart()
{
SQL_TConnect(Connect, "advertisement");
}
Forum: Scripting 04-27-2022, 10:33
Replies: 9
Views: 1,406
Posted By Grafi_
Re: MYSQL - My first plugin

Yes i still want database because on 3 servers i will be able to change messages and add them more easily.
Forum: Scripting 04-26-2022, 15:30
Replies: 9
Views: 1,406
Posted By Grafi_
Re: MYSQL - My first plugin

You mean do I have a database management tool? If so, I don't really have one XD


No :(
Forum: Scripting 04-26-2022, 14:51
Replies: 9
Views: 1,406
Posted By Grafi_
MYSQL - My first plugin

Hi, i want to create my advertisement plugin with database.
I would like to make it work so that the plugin sends chat messages that can be changed in the database, but I don't know how to start...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT -4. The time now is 14:39.


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