This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: really
Forum: General 02-24-2013, 09:30
Replies: 6
Views: 1,480
Posted By really
Re: Sourcemod Bug In Csgo / Admins are bugging the server

We had some plugins when it was not working but when i deleted sourcemod from ftp and downloaded and uploaded new... same problem appeared again and we didnt upload others plugins... sry 4 bad englis...
Forum: General 02-24-2013, 07:44
Replies: 6
Views: 1,480
Posted By really
Sourcemod Bug In Csgo / Admins are bugging the server

HEy mates :) we have problem on our csgo server. When some admin tipe sm_admin or !admin server starts to not responding and on players Display appears Retrying Connection and some timer. I tried to...
Forum: Plugin/Gameplay Ideas and Requests 12-30-2012, 07:34
Replies: 0
Views: 472
Posted By really
csgo- grenade trails

Hi all i need help with this plugin http://forums.alliedmods.net/showthread.php?t=68057 its not working on our csgo server... first i tried the original with hooker.inc and it wasnt working... then i...
Forum: General 12-29-2012, 12:57
Replies: 1
Views: 1,115
Posted By really
csgo- grenade trails

Hi all i need help with this plugin http://forums.alliedmods.net/showthread.php?t=68057 its not working on our csgo server... first i tried the original with hooker.inc and it wasnt working... then i...
Forum: Scripting 12-01-2012, 07:43
Replies: 11
Views: 2,340
Posted By really
Re: Models

so... here http://gamebanana.com/csgo/skins/120603 downlaod this models and check it... there is not .phy, .dx80.vtx, .sw.vtx but... it SS model... but as I said ... look this...
Forum: Scripting 11-28-2012, 10:47
Replies: 11
Views: 2,340
Posted By really
Re: Models

u think this plugin? http://forums.alliedmods.net/showthread.php?p=602270
but how it works?
i must only add all this text :
...
Forum: Scripting 11-28-2012, 09:15
Replies: 11
Views: 2,340
Posted By really
Re: Models

soooo.... here i put this into Download config

materials/models/player/kirby/admin/admin_phoenix/tm_phoenix_upperbody_variantc.vmt...
Forum: Scripting 11-27-2012, 12:07
Replies: 11
Views: 2,340
Posted By really
Re: Models

soooo....


public eventPlayerSpawn(Handle:event,const String:name[],bool:dontBroadcast)
{
new client = GetClientOfUserId(GetEventInt(event, "userid"));

if(CheckCommandAccess(client, ""...
Forum: Scripting 11-23-2012, 14:37
Replies: 11
Views: 2,340
Posted By really
Re: Models

so sth like this?


public eventPlayerSpawn(Handle:event,const String:name[],bool:dontBroadcast)
{
new client = GetClientOfUserId(GetEventInt(event, "userid"));
...
Forum: Scripting 11-22-2012, 09:14
Replies: 11
Views: 2,340
Posted By really
Models

Hello, I need help with changing models on csgo server... here is the code


#include <sourcemod>
#include <sdktools>
#include <colors>

new String:T_1_MODEL[PLATFORM_MAX_PATH + 1];

//new...
Forum: Scripting 11-18-2012, 07:16
Replies: 2
Views: 1,061
Posted By really
Re: VIP models

Simply, I need some plugin which will change player model. And i need it 4 Cs:go :D some model changer...
Forum: Scripting 11-17-2012, 12:55
Replies: 2
Views: 1,061
Posted By really
VIP models

Hi, I need help with VIP models. I want to give VIP user on our server this models http://csgo.gamebanana.com/skins/120876 and this two models...
Forum: General 11-15-2012, 13:45
Replies: 0
Views: 586
Posted By really
Cs:go reservation

Heay, i have problem with reservation on our server... we have reserveslots.smx on ftp and we edited sourcemod.cfg like this...

sm_reserve_type 1

sm_reserved_slots 2

sm_hide_slots 0

Can...
Forum: General 11-15-2012, 03:30
Replies: 0
Views: 708
Posted By really
How to set amdflag_custom1 to all players

Heya, I want to set Admin flag custom1 to all players becouse we want to have on our server "Happy hour event" :D can someone help me?
Forum: Scripting 11-09-2012, 09:13
Replies: 10
Views: 2,172
Posted By really
Re: How to open menu after 2 rounds

And how can I reset round value to zero when team switched?
Forum: Scripting 11-08-2012, 16:20
Replies: 2
Views: 1,200
Posted By really
Admin prefix

heya, I have again problem with script.. :D sorry but i'm begginer... i wanted to create Admin prefix for our admins.... so i have code like this but its not working ... :/ can someone help me?

...
Forum: Scripting 11-08-2012, 16:03
Replies: 10
Views: 2,172
Posted By really
Re: How to open menu after 2 rounds

i tried round[clientIndex]+=1; and its not working :/ shit! :DDD is some another way? so... i could try whis ^
...
Forum: Scripting 11-08-2012, 16:00
Replies: 10
Views: 2,172
Posted By really
Re: How to open menu after 2 rounds

round_start does not have userid so how can i do it? I some another way without userid?
Forum: Scripting 11-08-2012, 15:33
Replies: 10
Views: 2,172
Posted By really
Re: How to open menu after 2 rounds

In menu has the param1 value userid? or no? it won't buggy?
Forum: Scripting 11-08-2012, 14:13
Replies: 10
Views: 2,172
Posted By really
How to open menu after 2 rounds

Hello, Can someone tell me how can i do that, that player can open menu after 2 rounds. I made this but its not working and i dont know why... Can some help me?


new round[33];

public...
Forum: Scripting 11-05-2012, 16:04
Replies: 4
Views: 989
Posted By really
Re: Need advice // Doing plugin

Nice! it's working!!! Thanks a lot mate :)
Forum: Scripting 11-05-2012, 10:23
Replies: 4
Views: 989
Posted By really
Re: Need advice // Doing plugin

so i have done what you said but...its giving guns once per map ale its not giving nades :/ so problem is with new clientIndex = GetClientOfUserId(GetEventInt(event, "userid")); probably, in public...
Forum: Scripting 11-04-2012, 13:27
Replies: 4
Views: 989
Posted By really
Need advice // Doing plugin

Hey everybody I tried to create VIP plugin but i got into trouble with variable. Can someone tell me why it is not working or can someone repair it? At first i tried gun[33]=0,1 but it was not...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT -4. The time now is 05:04.


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