Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 131
Search took 0.01 seconds.
Search: Posts Made By: pTu
Forum: Extensions 01-05-2015, 20:10
Replies: 253
Views: 282,078
Posted By pTu
Re: [EXTENSION] cURL & Hash

I have a problem with code

curl = curl_easy_init();
if(curl != INVALID_HANDLE)
{
CURL_DEFAULT_OPT(curl);
curl_easy_setopt_string(curl, CURLOPT_URL, "http://domain.com/curl.php");...
Forum: Scripting 08-18-2014, 06:43
Replies: 1
Views: 770
Posted By pTu
Adding tag to client name on chat

Hello

Is better way to add tag to name on chat, than:
public Action:Command_SendToAll(client, args)
{
if (IsPlayerGenericAdmin(client))
{
decl String:sTextToAll[1024];
...
Forum: General 02-07-2014, 08:59
Replies: 3
Views: 768
Posted By pTu
Forum: Source Servers (SRCDS) 02-07-2014, 05:29
Replies: 3
Views: 1,548
Posted By pTu
Re: CS:GO low fps after last update

Yes client side, thanks for link.
Forum: Source Servers (SRCDS) 02-07-2014, 05:22
Replies: 3
Views: 1,548
Posted By pTu
CS:GO low fps after last update

Hello

Does anyone have a solution for a small number of fps after last update. Before I had 40-50, now 10-30!
Forum: Off-Topic 01-24-2014, 18:34
Replies: 0
Views: 466
Posted By pTu
Dog tag 3d model

Hello

I looking for dog tag 3d model or ready file to CS:GO for free.

Maybe anyone have?
Forum: Unapproved Plugins 01-24-2014, 13:13
Replies: 141
Views: 153,448
Posted By pTu
Re: [CS:GO] Advanced Knife Shop / Store Support (V0.4) 01-07-2014

@up You can create cfg for map and add



Btw.
@tumtum (https://forums.alliedmods.net/member.php?u=192848) in version from last post is still bug with flying knife.
Forum: General 01-11-2014, 15:53
Replies: 7
Views: 10,234
Posted By pTu
Re: [CS:GO] Reserved slots

Dont have a STV.

status

# 236 1 "henryk.rabski" STEAM_1:1:74023138 2:25:29 47 0 active 80000 XXX:27005
# 358 2 "zaslonki" STEAM_1:1:80930931 30:38 32 0 active 80000 XXX:27005
# 334 3...
Forum: General 01-10-2014, 16:46
Replies: 7
Views: 10,234
Posted By pTu
Re: [CS:GO] Reserved slots

Thanks reserved slot working, but have a problem when map is changing few player are kick with slot reserved info... Problem is when on server isnt full server also...
Forum: Unapproved Plugins 01-09-2014, 11:09
Replies: 141
Views: 153,448
Posted By pTu
Re: [CS:GO] Advanced Knife Shop / Store Support (V0.4) 01-07-2014

In new version is still bug with "ghost knife" and errors:
Forum: General 01-07-2014, 14:58
Replies: 7
Views: 10,234
Posted By pTu
Re: [CS:GO] Reserved slots

Anyone can help?
Forum: General 01-05-2014, 20:58
Replies: 7
Views: 10,234
Posted By pTu
[CS:GO] Reserved slots

Hi

I have a problem with slot system on my CS:GO server (windows).

My server have 25 slots and I want create 24 public + 1 hiden for flag a.

My settings:

sourcemod.cfg
sm_reserve_type 1
Forum: Scripting 09-06-2013, 13:28
Replies: 4
Views: 993
Posted By pTu
Using weapon and hat models

Hello

How can I use in plugin weapon or hat models?

If i want use custom or prop model use my code:

#define MDL_GIFT "models/props_halloween/halloween_gift.mdl"
new ent =...
Forum: Scripting 08-11-2013, 11:37
Replies: 3
Views: 1,247
Posted By pTu
Re: [TF2] Tournament change team status

On IRC @psychonic and @asherkin prompts me to used CreateEvent teamplay_team_ready and SetEventInt Team. i create code but still team is not ready.


new Handle:event =...
Forum: Scripting 08-11-2013, 10:28
Replies: 3
Views: 686
Posted By pTu
Re: How to get the amount of players in both teams?

Chceck:

GetPlayerCount()
{
new players;
for (new i = 1; i <= MaxClients; i++)
{
if (IsClientInGame(i) && !IsFakeClient(i) && GetClientTeam(i)>=2)
players++;
...
Forum: Scripting 08-10-2013, 21:28
Replies: 3
Views: 1,247
Posted By pTu
Re: [TF2] Tournament change team status

Ty for code and info about matchmod but i dont found in matchmod plugin code about "how to change team status on Ready". :/
Forum: Scripting 08-10-2013, 12:40
Replies: 3
Views: 1,247
Posted By pTu
[TF2] Tournament change team status

Hi!

I looking for command to changing team status. I found in other plugin for MvM command:
tournament_player_readystateBut in tournament mode this command dont working.
Forum: Scripting 08-08-2013, 11:42
Replies: 2
Views: 1,018
Posted By pTu
Forum: Scripting 08-08-2013, 10:36
Replies: 2
Views: 1,018
Posted By pTu
[TF2] ChangeClientTeam after connected

Hello

How Can I select team for client after connected?

I tried use ChangeClientTeam() in OnClientConnected() but have a error, that client isnt in game.

I want display class select for...
Forum: Plugins 03-06-2013, 12:17
Replies: 166
Views: 53,407
Posted By pTu
Re: [TF2] GunGame Fortress 2 (11/24/2012)

http://vphysics.limetech.org/?project=tf2items
Forum: General 01-08-2013, 18:06
Replies: 0
Views: 700
Posted By pTu
TF2 Bots

Hello

I want add bots to my server with custom maps.
tf_bot_quota 4
tf_bot_join_after_player 0
tf_bot_difficulty 3On all maps use:
sv_cheats 1
nav_generateBut bots only rotate, dont move. How...
Forum: Plugins 12-29-2012, 15:58
Replies: 166
Views: 53,407
Posted By pTu
Re: [TF2] GunGame Fortress 2 (11/24/2012)

Erreur 500 can You fix this bugs:
- after kill with taunt player don't have weapon
- after kill with sniper with scope player have movement speed as sniper with scope :)

Maybe Can you add...
Forum: Scripting 12-22-2012, 10:14
Replies: 3
Views: 1,110
Posted By pTu
Re: Access to Cookies

Gungame Fortress 2 plugin use cookies to save wins. I want to create separate plugins with rank, so I do not want to change the winning entry
Forum: Scripting 12-21-2012, 20:56
Replies: 3
Views: 1,110
Posted By pTu
Access to Cookies

Hi

I use Gungame Fortress 2 plugin:
https://forums.alliedmods.net/showthread.php?t=193732

and I want create wins ranking.

All wins stored in Cookie:
RegClientCookie("gg_numwins1", "Number...
Forum: TF2Items 12-21-2012, 12:57
Replies: 0
Views: 841
Posted By pTu
Sniper scope movement speed

Hi

How Can I change movement speed player with sniper scope (zoom). I need set speed as noscope.
Showing results 1 to 25 of 131

 
Forum Jump

All times are GMT -4. The time now is 01:49.


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