Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: Farzad
Forum: Plugins 08-20-2014, 20:54
Replies: 0
Views: 2,988
Posted By Farzad
[ANY] Limited Voting

Limited Voting

Description
Simple plugin which disables in-game voting when admins are present and re-enables it after all admins have disconnected from the server. Designed specificity for CS:GO...
Forum: General 02-14-2014, 11:27
Replies: 19
Views: 8,738
Posted By Farzad
Re: [CSGO] anyone know how to fix this

Valve released a hotfix late last night. Its safe to re-enable GOTV with MM/SM.
Forum: Scripting 01-30-2012, 01:10
Replies: 1
Views: 973
Posted By Farzad
Forum: Scripting 01-27-2012, 19:07
Replies: 1
Views: 973
Posted By Farzad
Triggering touch of a non-solid entity

I have searched all over the forums and found multiple answer but none of them work with out any problems.

I first tried changing the collision groups and solid type but noticed that it was...
Forum: Scripting 01-22-2012, 03:54
Replies: 2
Views: 873
Posted By Farzad
Re: Would anyone in here be willing to give this a shot for me?

Wrong section, this section is for scripting help, not plugin ideas.
Forum: Plugin/Gameplay Ideas and Requests 01-22-2012, 03:45
Replies: 1
Views: 1,176
Posted By Farzad
Re: Convert MW2 plugin AMX to SMX

As far as I know, there is no tool to convert Pawn to SourcePawn unless you do it manually which is going to prove rather difficult. Secondly, using the same sound file doesn't mean the plugins are...
Forum: Extensions 01-13-2012, 11:11
Replies: 2,726
Views: 2,779,952
Posted By Farzad
Re: SDK Hooks 2.1 - Updated 2011-9-10

Anyone have any idea why the Reload event is not being trigger on reload when hooked to a players weapon?
Forum: Scripting 01-12-2012, 10:58
Replies: 2
Views: 918
Posted By Farzad
Re: Why I can't compile it and how to fix this "String"?

The size of your weaponprimary array (its 32) is different from the function giveweapon's class varible (its 40).

To fix it:
Change
giveweapon(client, String:class[40])
to
giveweapon(client,...
Forum: Extensions 01-09-2012, 18:34
Replies: 2,726
Views: 2,779,952
Posted By Farzad
Re: SDK Hooks 2.1 - Updated 2011-9-10

Is anyone else having problems with the Reload event?

I have tried hooking it when the OnEntityCreated and on Weapon_Switch but the Reload event only fires when you switch weapons and not when you...
Forum: General 07-23-2011, 21:47
Replies: 1
Views: 912
Posted By Farzad
Re: Server Messages

I think your looking for the advertisement plugin (http://forums.alliedmods.net/showthread.php?p=592536). You don't need to setup a cron job for it, just set it up at the correct interval that you...
Forum: General 07-23-2011, 21:45
Replies: 3
Views: 916
Posted By Farzad
Re: Total newbie needing help

What sinblaster tried to do is direct you to bbPress' forums (http://bbpress.org/forums/) since this is related to SourceMod only.
Forum: Extensions 04-17-2011, 02:23
Replies: 2,726
Views: 2,779,952
Posted By Farzad
Re: SDK Hooks 2.0

Anyone else having problems with SDKHook_WeaponDrop since the 2.0 update. Everything else seems to be working fine.
Forum: Plugin/Gameplay Ideas and Requests 03-17-2011, 20:21
Replies: 51
Views: 9,844
Posted By Farzad
Re: Need help writing game Plugin|Script for TF2AS

I am currently not working on this, because I have been very busy. I don't believe it would be that difficult to make though.

Also, Peace-Maker is right, who ever ends up making the plugin should...
Forum: Plugin/Gameplay Ideas and Requests 03-12-2011, 00:43
Replies: 51
Views: 9,844
Posted By Farzad
Re: Need help writing game Plugin|Script for TF2AS

I use envision-host.

http://www.envision-host.com/ (http://www.envision-host.com/billing/aff.php?aff=030)

I have had no problems with them and they have really good support.
Forum: Plugin/Gameplay Ideas and Requests 03-11-2011, 10:49
Replies: 11
Views: 3,441
Posted By Farzad
Re: [REQUEST] Bomb Plugin

No problem, let know if there are any problems
Forum: Plugin/Gameplay Ideas and Requests 03-11-2011, 01:52
Replies: 51
Views: 9,844
Posted By Farzad
Re: Need help writing game Plugin|Script for TF2AS

You would have to use the control panel that your provider gave you access to. It would be somewhere around the Mysql database creation page, but it depends on the provider.

You could try (Most...
Forum: Plugin/Gameplay Ideas and Requests 03-10-2011, 19:01
Replies: 11
Views: 3,441
Posted By Farzad
Re: [REQUEST] Bomb Plugin

Oh, lol thanks again.

The best thing prob would have been to hook the pick up event and the round start event (to make sure the menu doesn't pop up every single time its get picked up). I didn't...
Forum: Plugin/Gameplay Ideas and Requests 03-10-2011, 10:24
Replies: 11
Views: 3,441
Posted By Farzad
Re: [REQUEST] Bomb Plugin

Thanks, this should fix it.
Forum: Plugin/Gameplay Ideas and Requests 03-09-2011, 20:14
Replies: 11
Views: 3,441
Posted By Farzad
Re: [REQUEST] Bomb Plugin

Here you go, enjoy! I didn't get a chance to test it so it might have a few problems. Let me know how it goes.
Forum: Plugin/Gameplay Ideas and Requests 03-09-2011, 19:47
Replies: 5
Views: 1,994
Posted By Farzad
Re: Clan Tag renamer

Edit: False info
Forum: Plugin/Gameplay Ideas and Requests 03-09-2011, 19:41
Replies: 51
Views: 9,844
Posted By Farzad
Re: Need help writing game Plugin|Script for TF2AS

You could also easily create a Mysql account for your database with only READ access. PM me cause I am willing to help with this project.
Forum: Scripting 12-27-2010, 03:56
Replies: 6
Views: 1,253
Posted By Farzad
Re: An array of players

new String:Test[MAXPLAYERS + 1][32];

Is the correct one. It creates a new variable/array named Test as string which has MAXPLAYER+1 values and a maximum size of 32 characters.
Forum: Scripting 12-27-2010, 02:27
Replies: 2
Views: 870
Posted By Farzad
Re: Strip Weapons

new ent = -1;
for( new y = 0; y < 3; y ++ ) {
while((ent = GetPlayerWeaponSlot(client, y)) != -1) {
RemovePlayerItem(client, ent);
RemoveEdict2(ent);
}
}
Forum: General 12-27-2010, 02:23
Replies: 1
Views: 930
Posted By Farzad
Re: Reserved Slots

If you want to always have 8 slots filled up, you can always add bots and kick them when the VIPs join, or you can stop accepting non-vip connections after the server reaches 22.

I dont really see...
Forum: General 12-22-2010, 17:58
Replies: 7
Views: 3,005
Posted By Farzad
Re: Clan Tag Support

Oh cool. Thanks HSFighter.
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT -4. The time now is 07:50.


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