Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 144
Search took 0.01 seconds.
Search: Posts Made By: slice231`SD
Forum: Scripting Help 06-16-2011, 20:34
Replies: 7
Views: 1,844
Posted By slice231`SD
Re: zspawn coding (using old code)

if(!is_user_alive(id))
{
cs_set_user_team(id, CS_TEAM_T);
set_task(1.0, "", id);

return plugin_handled
Forum: Scripting Help 06-15-2011, 18:17
Replies: 7
Views: 1,844
Posted By slice231`SD
Re: zspawn coding (using old code)

is_user_connected and InTeam are not needed, and create set_task
Forum: Suggestions / Requests 06-13-2011, 11:56
Replies: 5
Views: 1,608
Posted By slice231`SD
Re: restrict name

Restrict Names (http://forums.alliedmods.net/showthread.php?t=17363) :arrow: uses regex
Forum: Off-Topic 06-04-2011, 23:09
Replies: 5
Views: 1,663
Posted By slice231`SD
Re: [Workshop]RES Signatures

slice231
new york knicks
blue
just my name
Forum: Suggestions / Requests 06-04-2011, 19:37
Replies: 6
Views: 4,114
Posted By slice231`SD
Re: hide commands from chat (like /cp & /tp)

#include <amxmodx>

#define VERSION "1.0"

public plugin_init()
{
register_plugin("blokcom", VERSION, "kyky")

register_clcmd("say /ljstats", "show")
register_clcmd("say...
Forum: Scripting Help 06-02-2011, 07:51
Replies: 6
Views: 1,262
Posted By slice231`SD
Re: How to edit this like...

It wouldn't matter if you can change the method or not, this plugin is meant to change the loading screen [player's setting]. Like tuty and hunter-digital have stated slow hacking not allowed
Forum: Unapproved/Old Plugins 05-31-2011, 23:11
Replies: 110
Views: 119,648
Posted By slice231`SD
Re: Call Of Duty Modern Warfare

wytrzymalosc = strength, the plugin was probably made in polish
Forum: Suggestions / Requests 05-31-2011, 09:51
Replies: 13
Views: 2,924
Posted By slice231`SD
Re: Menu Script Help

if(is_user_alive(id))
to
if(cs_get_user_team(id) != CS_TEAM_CT || !is_user_alive(id))

You got some loose indentations within the plugin
Forum: Suggestions / Requests 05-25-2011, 22:13
Replies: 8
Views: 1,616
Posted By slice231`SD
Re: rules plugin help

Use GHW_Chronic's Custom Say Commands (http://forums.alliedmods.net/showthread.php?t=24092) instead. It's longer to install and to implement but you can make anything from /help to your help.txt to...
Forum: Suggestions / Requests 05-25-2011, 10:27
Replies: 3
Views: 852
Posted By slice231`SD
Re: Need BuyPlugin Only for Ct´s

connor plug should have worked, try this Weapon Menu v2 (http://forums.alliedmods.net/showpost.php?p=1464306&postcount=11)
Forum: Suggestions / Requests 05-23-2011, 09:09
Replies: 2
Views: 2,102
Posted By slice231`SD
Re: block jointeam

lol i'll let your post be shown, also this post from Exolent (http://forums.alliedmods.net/showpost.php?p=858177&postcount=4) should work too
Forum: Off-Topic 05-21-2011, 20:47
Replies: 42
Views: 5,394
Posted By slice231`SD
Re: How to make plugins?

:idea::!::up:
Forum: Suggestions / Requests 05-21-2011, 10:56
Replies: 3
Views: 1,549
Posted By slice231`SD
Re: set user team

i think he meant if anyone can make modify this plugin only for ct lol... if (cs_get_user_team(id) != CS_TEAM_CT || !is_user_alive(id))
Forum: Suggestions / Requests 05-07-2011, 09:49
Replies: 6
Views: 1,824
Posted By slice231`SD
Re: cso plugin Request

there are no plugins for steam like that
Forum: Suggestions / Requests 05-07-2011, 02:01
Replies: 2
Views: 869
Posted By slice231`SD
Re: Decreasing float & picking up weapon

for the floating part look at GHW UT style weapon float (http://forums.alliedmods.net/showthread.php?t=53023) coding
Forum: Suggestions / Requests 04-30-2011, 22:05
Replies: 3
Views: 1,735
Posted By slice231`SD
Re: Plugin that allows only to slot ("b" flag) players to talk on microphone

Voice Admin Only by xPaw (http://forums.alliedmods.net/showthread.php?t=84335)
Forum: Suggestions / Requests 04-26-2011, 00:51
Replies: 3
Views: 1,295
Posted By slice231`SD
Re: [help] How to delete this?

try this if xPaw's doesn't work, http://forums.alliedmods.net/showthread.php?t=74680
Forum: Off-Topic 11-29-2009, 14:33
Replies: 9
Views: 2,374
Posted By slice231`SD
Re: [REQ] dragon and werewolf (mdl)

[/URL][URL]http://rapidshare.com/files/313952151/dragon.mdl (http://rapidshare.com/files/313952191/werewolf.mdl)

The dragon one I'm not too sure, try it on a server and see if its ok

Your...
Forum: Suggestions / Requests 11-29-2009, 14:16
Replies: 4
Views: 1,558
Posted By slice231`SD
Re: admin mark/caps

Did you change the pathway to what model you're using?
new MODEL_MARK[] = "models/admin_head.mdl"
Forum: Off-Topic 11-29-2009, 14:10
Replies: 6
Views: 3,731
Posted By slice231`SD
Re: merge .srt to .mp4

not too sure but try using ffmpegX
Forum: Suggestions / Requests 11-15-2009, 18:47
Replies: 13
Views: 2,867
Posted By slice231`SD
Re: [REQ] LEFT 4 DEAD MOD

For the nearest experience for L4D, you can use Zombie Plague and search plugins which are made and posted in there like boomers, witches and smokers
Forum: Suggestions / Requests 11-15-2009, 18:39
Replies: 9
Views: 2,021
Posted By slice231`SD
Re: [REQ] Fix Models Players

default mean its for T and CT. Guerilla is for T and gign is for CT. No other model will be precached
Forum: Suggestions / Requests 11-15-2009, 18:37
Replies: 4
Views: 958
Posted By slice231`SD
Re: Need plugin about zoom less

Kill distance (http://forums.alliedmods.net/showthread.php?t=67156) plugin is on page 2. I'm not sure if they register player zooming in for a kill or not
...
Forum: Suggestions / Requests 11-15-2009, 18:28
Replies: 9
Views: 2,021
Posted By slice231`SD
Re: [REQ] Fix Models Players

Player Model does that. In your model.ini type:

; Make a default model for humans

"*DEFAULT" "guerilla" "gign"
Forum: Off-Topic 11-14-2009, 13:29
Replies: 20
Views: 9,133
Posted By slice231`SD
Re: Girl Model For CS

In the terms where I can add things to models
Showing results 1 to 25 of 144

 
Forum Jump

All times are GMT -4. The time now is 23:12.


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