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

Showing results 1 to 25 of 53
Search took 0.01 seconds.
Search: Posts Made By: 0xBatuhan
Forum: Scripting 10-14-2017, 15:46
Replies: 0
Views: 570
Posted By 0xBatuhan
[CSGO] Radio Block Problem

Hi Modders,

I have a problem. I can't blocking radio for all players. I tried https://forums.alliedmods.net/showpost.php?p=2136865&postcount=49 . But this is not working. How can i code it?
...
Forum: Plugins 09-29-2017, 19:31
Replies: 3,002
Views: 1,487,403
Posted By 0xBatuhan
Forum: Plugins 09-15-2017, 14:37
Replies: 264
Views: 212,288
Posted By 0xBatuhan
Forum: Scripting 09-09-2017, 07:07
Replies: 1
Views: 579
Posted By 0xBatuhan
Kill Timer Problem

Hi,

I have a problem.


I used this function:

stock ClearTimer(&Handle:timer)
{
if (timer != INVALID_HANDLE)
Forum: Scripting 08-18-2017, 11:41
Replies: 8
Views: 1,570
Posted By 0xBatuhan
Re: [PAIDED] Fixing Problems

"Store"
{
"Custom Knives"
{
"Tri-Dagger Black"
{
"model" "models/weapons/v_knife_tridagger_v2.mdl"
"entity" "weapon_knife"
"price" "50"
"type" "CustomModel"
Forum: Source Servers (SRCDS) 08-04-2017, 20:50
Replies: 6
Views: 4,569
Posted By 0xBatuhan
[CSGO] FPS Drop with 128 Tick

Hi,

I have a server. Now, 20 player in the server. My server is 128 tickrate but I am having a big problem.
We are live fps drops.

CPU/Ram:
http://i.hizliresim.com/YN9yEZ.png

Server.cfg
Forum: Source Servers (SRCDS) 08-04-2017, 20:47
Replies: 6
Views: 7,686
Posted By 0xBatuhan
Re: Get Enemy Name on Crosshair

This is game option. I was see this feature in all community servers. But how I can enable it?
Forum: Source Servers (SRCDS) 08-03-2017, 15:06
Replies: 6
Views: 7,686
Posted By 0xBatuhan
Get Enemy Name on Crosshair

Hi,

I have a csgo server. I need to get enemy name of screen center. How I can enable it in server?

https://cdn.aixxe.net/blog/content/6/csgo_blank_targetid.jpg
Forum: Plugin/Gameplay Ideas and Requests 08-01-2017, 19:02
Replies: 10
Views: 1,693
Posted By 0xBatuhan
Forum: Plugin/Gameplay Ideas and Requests 08-01-2017, 18:51
Replies: 10
Views: 1,693
Posted By 0xBatuhan
Re: Simple plugin request, weapon giver

You should be change:


GivePlayerItem(client, "weapon_usp_silencer");


to


GivePlayerItem(client, "weapon_usp");
Forum: Scripting 08-01-2017, 18:42
Replies: 5
Views: 1,472
Posted By 0xBatuhan
Re: Please help, it wont deny the ban

my idea:


/* In CommandBan action. */
if(CheckCommandAccess(client, "", ADMFLAG_CUSTOM6))
{
if(time == 0 || time > 7200)
{
PrintToChat(client, "Du kan maks banne i 7200...
Forum: Scripting 08-01-2017, 18:27
Replies: 6
Views: 1,028
Posted By 0xBatuhan
Re: Having a full method in a include

Yep, you can use stock bool
Forum: Scripting 07-31-2017, 08:23
Replies: 9
Views: 7,641
Posted By 0xBatuhan
Re: [CS:GO] How to stop round end sounds

Maybe, you should be try https://forums.alliedmods.net/showthread.php?t=257874 :)
Forum: Scripting 07-28-2017, 18:40
Replies: 5
Views: 1,193
Posted By 0xBatuhan
Re: [CS:GO] Auto Team

This better;


#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <sdkhooks>
#pragma semicolon 1

public Plugin:myinfo = {
Forum: Scripting 07-24-2017, 17:44
Replies: 16
Views: 2,807
Posted By 0xBatuhan
Forum: Scripting 07-24-2017, 16:20
Replies: 16
Views: 2,662
Posted By 0xBatuhan
Re: How to make when all players alive ready set warmuptime 0

Yes your code will be more right than me. I edited code. Thanks for way :)
Forum: Scripting 07-24-2017, 13:26
Replies: 16
Views: 2,662
Posted By 0xBatuhan
Re: How to make when all players alive ready set warmuptime 0

try this ^^


#include <sourcemod>

ConVar g_iConVar = null;

Handle warmuptimer;

public OnMapStart()
Forum: Scripting 07-24-2017, 12:47
Replies: 16
Views: 2,807
Posted By 0xBatuhan
Re: How to Detect Slot number Pressing?

Alternative solution example:


#include <sourcemod>
#include <sdktools>

public void OnPluginStart()
{
RegConsoleCmd("slot1", pressedSlot1);
}
Forum: Scripting 07-21-2017, 04:29
Replies: 6
Views: 1,883
Posted By 0xBatuhan
Re: (Synergy) [SM] Exception reported: Game event "jump" does not exist

try this,


HookEvent("player_jump", OnPlayerJump)


If this is not the solution, you can try buttons. (https://forums.alliedmods.net/showthread.php?t=151142)
Forum: Scripting 07-20-2017, 06:28
Replies: 12
Views: 2,177
Posted By 0xBatuhan
Re: Problem with Custom Chat Colors [CS:GO]

Purple and team colour code is \x03({purple}). If the message comes from the server it becomes purple. So, your message comes from client to server it becomes teamcolour.
Forum: Suggestions / Requests 07-19-2017, 08:33
Replies: 9
Views: 3,879
Posted By 0xBatuhan
Re: [Question] 3 Connection From 1 IP

Try this but I couldn't test.



#include <sourcemod>
#include <sdktools>
#include <sdkhooks>
Forum: Scripting 07-18-2017, 19:46
Replies: 4
Views: 1,289
Posted By 0xBatuhan
Re: console error aim pl

Try this,


if(CloseHandle(menu))
{
menu = INVALID_HANDLE;
}
Forum: Scripting 07-18-2017, 18:45
Replies: 6
Views: 1,289
Posted By 0xBatuhan
Re: Get Data from website with cURL

Firstly, thx for your idea. But I don't like MOTD. I want to only get data.
Forum: Scripting 07-18-2017, 15:52
Replies: 6
Views: 1,289
Posted By 0xBatuhan
Get Data from website with cURL

Hi modders,

I have a project. I need to get data from website with cURL.

Example my website: http://xx.xxx/serverrules.html

Get rules (data) from website when Player was write '!rules' to...
Forum: Scripting 07-16-2017, 15:44
Replies: 21
Views: 4,026
Posted By 0xBatuhan
Re: How to know drop weapon in cs go

Example:
This example, prints "This Message" to chat 5 times when plugin started.

#include <sourcemod>

Handle timer = null;

public OnPluginStart()
{
timer = CreateTimer(1.0,...
Showing results 1 to 25 of 53

 
Forum Jump

All times are GMT -4. The time now is 10:43.


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