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

Showing results 1 to 25 of 36
Search took 0.00 seconds.
Search: Posts Made By: Ph03n1X
Forum: News 05-31-2012, 04:47
Replies: 243
Views: 202,807
Posted By Ph03n1X
Re: CS:GO support for MM:S and SM

Seems what GameRules natives don't work on Windows :cry:
Forum: Scripting 10-27-2011, 07:42
Replies: 13
Views: 3,564
Posted By Ph03n1X
Re: Visual Voting - Images in Sourcemod

Yes, but I tried this for CS:S. Seems that it works only for TF2 :(
Forum: Scripting 10-26-2011, 04:08
Replies: 13
Views: 3,564
Posted By Ph03n1X
Re: Visual Voting - Images in Sourcemod

For me it shows default MOTD window, not mine :(
Forum: Scripting 10-13-2011, 08:19
Replies: 7
Views: 2,886
Posted By Ph03n1X
Re: Get players' fps value.

What the reason to kick players with fps value below 100? Source servers do not require more than 66 updates per second. If you want to kick players with fps value below 66, you can check their...
Forum: SourceMod Anti-Cheat 09-27-2011, 17:03
Replies: 18
Views: 5,492
Posted By Ph03n1X
Re: 2 problems

type sm cvars smac
Forum: Extensions 09-03-2011, 12:51
Replies: 2,726
Views: 2,784,586
Posted By Ph03n1X
Re: SDK Hooks 2.0 - It's beta time again!

Can't get to work WeaponReload hook :( Seems what callback function doesn't get called.
public Action:OnWeaponEquip(client, weapon)
{
if (CheckClientLevelWeapon(client, weapon)) {
...
Forum: Extensions 09-03-2011, 12:25
Replies: 2,726
Views: 2,784,586
Posted By Ph03n1X
Re: SDK Hooks 2.0 - It's beta time again!

SM autoupdate function overwrite gamedata files provided with latest SDKHooks release. After disabling autoupdate, seems all works fine.
Forum: Extensions 09-03-2011, 02:16
Replies: 2,726
Views: 2,784,586
Posted By Ph03n1X
Re: SDK Hooks 2.0 - It's beta time again!

Native "SDKHook" reported: Hook type not supported on this game

Hook type: SDKHook_ReloadPost
Game: Counter-Strike: Source
Forum: Scripting 06-05-2011, 17:34
Replies: 0
Views: 721
Posted By Ph03n1X
[CSS] Check if weapon in reload (M3 and XM1014)

I'm trying to check if player currently reloading his weapon, by getting network property m_bInReload of active weapon. But from weapons M3 or XM1014 I'm always getting false result. There is any...
Forum: General 05-06-2011, 10:18
Replies: 291
Views: 90,636
Posted By Ph03n1X
Re: 5/5/2011 Update

Thanks! Now server works without crashes :up:
Forum: General 04-21-2011, 20:13
Replies: 5
Views: 1,879
Posted By Ph03n1X
Re: error in log's after update mm/sm

I've got a lot of same error messages since engine update.

Server running: SourceMod 1.3.7 and Metamod 1.8.6
MOD: Counter-Strike Source
OS: Windows 2003 r2
maxplayers: 23 (22 + SourceTV)

L...
Forum: Plugin/Gameplay Ideas and Requests 03-05-2011, 05:25
Replies: 5
Views: 1,487
Posted By Ph03n1X
Re: This plugin for CS:S?

CS:S doesn't support HUD text messages
Forum: Unapproved Plugins 02-26-2011, 05:00
Replies: 150
Views: 72,819
Posted By Ph03n1X
Re: Kill Messages

skabull,
Nice work! Can you make overlays for 1,2,3,4 kills in the same style? (eg. firstblood, doublekill etc.)
Forum: Scripting 09-02-2010, 09:13
Replies: 14
Views: 4,866
Posted By Ph03n1X
Re: How to set player clan tag?

It returns empty string :( And when I try to set some custom string, server get crashed. But if I set some digital value, it changes clan tag to some kind of symbols, or a word from sv_tags convar.
Forum: Scripting 09-02-2010, 08:44
Replies: 14
Views: 4,866
Posted By Ph03n1X
Re: How to set player clan tag?

Seems I can get data from m_szClan using GetEntData(g_iResourceEnt, g_szClan+(client*4)), but it contains some numeric or hex values. Maybe it's a memory address where real data is stored? I think I...
Forum: General 08-29-2010, 09:42
Replies: 4
Views: 2,306
Posted By Ph03n1X
Re: sm_csay quick command

say @@@message

Using standard chat, this is a shortcut for sm_csay
Forum: Scripting 08-26-2010, 20:30
Replies: 37
Views: 8,628
Posted By Ph03n1X
Re: CSWeaponDrop

I think SwitchTeam signature is broken too :(
Forum: Scripting 08-06-2010, 07:58
Replies: 5
Views: 2,458
Posted By Ph03n1X
Re: [CS:S] Clan tag offset

Here my thread (http://forums.alliedmods.net/showthread.php?t=133464) where I trying to set custom Clan Tag to players, but with no luck. You can modify my script to retrieve tag instead of setting...
Forum: Plugin/Gameplay Ideas and Requests 07-31-2010, 15:54
Replies: 5
Views: 2,263
Posted By Ph03n1X
Re: GunGame with buy weapon script

Here simple plugin, what allows to buy levelup for custom price (controlled by cvar gg_buy_price). Simple type !buy (in game chat) or sm_buy (in console) to get new level, command allowed 1 time per...
Forum: Plugin/Gameplay Ideas and Requests 07-30-2010, 06:00
Replies: 5
Views: 2,263
Posted By Ph03n1X
Re: GunGame with buy weapon script

Which weapons you want to buy in gungame? Or you want skip current level for 16k?
Forum: Scripting 07-25-2010, 18:29
Replies: 14
Views: 4,866
Posted By Ph03n1X
[CS:S] How to set player clan tag?

I'm trying to set custom clan tag to specified player, but server crashing when I run this part of script:
new g_szClan = -1;
new g_iResourceEnt = -1;

public OnPluginStart()
{
g_szClan =...
Forum: Plugin/Gameplay Ideas and Requests 07-24-2010, 19:12
Replies: 8
Views: 1,981
Posted By Ph03n1X
Re: Kick nick SteamPlayer, 1 min, reason "Fix your nick"

to Haikiri_kun:
Why do you want to kick players with SteamPlayer names? Because they using rev_emu to connect to your nonSteam server and don't know how to change name :D ??
Forum: General 07-18-2010, 05:11
Replies: 0
Views: 664
Posted By Ph03n1X
[CS:S] Random server crashes after update

After CSS was upgraded to OrangeBox engine, my GunGame server has started sometimes crashes, once per day (maybe more often). I've attached crash dump to this post. Server running on Windows 2003 R2....
Forum: Plugins 07-10-2010, 05:11
Replies: 12
Views: 21,505
Posted By Ph03n1X
Re: [CS:S] Advanced GunGame Give

This plugin (http://forums.alliedmods.net/showpost.php?p=1190237&postcount=1076) do the same, but it has smaller and simpler code.
Forum: Scripting 06-21-2010, 10:58
Replies: 4
Views: 2,292
Posted By Ph03n1X
Re: Set player MVP stars (CS:S Beta)

I think much simpler is to rewrite round_mvp event, instead of create new one. My code search through all game leaders, and display which one who have more frags.
public...
Showing results 1 to 25 of 36

 
Forum Jump

All times are GMT -4. The time now is 21:09.


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