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

Showing results 1 to 25 of 83
Search took 0.01 seconds.
Search: Posts Made By: TheKiwI
Forum: Scripting 10-19-2013, 11:31
Replies: 26
Views: 11,309
Posted By TheKiwI
Re: [CSGO] UPDATE - Can't equip custom models

Thanks a lot , you made my day :fox:
Forum: Scripting 10-19-2013, 11:16
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

If you know what you're doing why did you not answer my questions ?

I previously asked :

Why are you using AddCommandListener(Command_Report, "sm_report") ?
and

Are you sure you want to do...
Forum: Scripting 10-19-2013, 09:00
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

The cvar is useless until you check
if(IsEnabled){
...your code here
}

and
public OnClientPutInServer(client)
{
new IsEnabled = GetConVarInt(report_enable);
};
Forum: Scripting 10-19-2013, 08:31
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

Please just look at my first post... I can't do it for you if you don't even read it
Forum: Scripting 10-19-2013, 08:19
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

It's important to understand fonctions before using them. There are functions in your code that are not even used!
Forum: Scripting 10-19-2013, 08:10
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

I had this feeling too...
Forum: Scripting 10-19-2013, 07:49
Replies: 20
Views: 4,181
Posted By TheKiwI
Re: Error while compiling codes

Too many errors :

What for "IsEnabled" should be used ? never used in your code
why are you using "AddCommandListener(Command_Report, "sm_report");" ?

not public Action:sm_report(client, const...
Forum: Scripting 10-19-2013, 07:39
Replies: 26
Views: 11,309
Posted By TheKiwI
Re: [CSGO] UPDATE - Can't equip custom models

Did you try to spawn "weapon_bayonet" or just classic knife ? ("weapon_knife"). If yes please post a screenshot.




GivePlayerItem(client, "weapon_bayonet") still spawn the knife so the entity...
Forum: Scripting 10-18-2013, 17:46
Replies: 26
Views: 11,309
Posted By TheKiwI
Re: [CSGO] UPDATE - Can't equip custom models

This plugin also uses "GivePlayerItem" like my own plugin. It will not work.


EDIT : got this error with shavit method :
[SM] Native "DispatchSpawn" reported: Entity -1 (-1) is invalid
Forum: Scripting 10-18-2013, 17:31
Replies: 26
Views: 11,309
Posted By TheKiwI
Re: [CSGO] UPDATE - Can't equip custom models

Thanks for your help, but it doesn't work.
Forum: Scripting 10-18-2013, 13:41
Replies: 26
Views: 11,309
Posted By TheKiwI
[CSGO] UPDATE - Can't equip custom models

I use a plugin who spawn custom knives from Valve (like "weapon_bayonet" )

My plugin disarms players with
RemovePlayerItem
RemoveEdict

and give them knives.
GivePlayerItem(client,...
Forum: General 08-14-2013, 17:21
Replies: 123
Views: 64,354
Posted By TheKiwI
Re: [CRASH] CSGO Update 14/08/2013

EDIT : Thanks ! working ! My bad
Forum: General 08-14-2013, 16:49
Replies: 123
Views: 64,354
Posted By TheKiwI
Re: [CRASH] CSGO Update 14/08/2013

I can't even start my server without MM and SM. Any idea ?
Forum: Scripting 01-30-2013, 11:14
Replies: 5
Views: 3,868
Posted By TheKiwI
Re: CSGO SayText2

Thanks ! :)
Forum: Scripting 01-29-2013, 15:21
Replies: 5
Views: 3,868
Posted By TheKiwI
Re: CSGO SayText2

I tried this method but show nothing ...
If anyone know how to do please ?

public OnPluginStart()
{
AddCommandListener(HookPlayerChat, "say");
}

public Action:HookPlayerChat(client, const...
Forum: Scripting 01-24-2013, 09:58
Replies: 5
Views: 3,868
Posted By TheKiwI
Re: CSGO SayText2

Yes, I already read the whole topic but it's not clear for me...
Forum: Scripting 01-23-2013, 16:27
Replies: 5
Views: 3,868
Posted By TheKiwI
CSGO SayText2

Hi, last csgo update broke SayText2.
If someone know how i can adapt this code please ?

AddCommandListener(HookPlayerChat, "say");
public Action:HookPlayerChat(client, const String:command[],...
Forum: Plugins 01-23-2013, 14:39
Replies: 14
Views: 26,405
Posted By TheKiwI
Re: [CS:S] Equipment Drop (Block Nade Duplicating)

Thanks for the fix.
Need this for CSGO now :)
Forum: Plugins 01-01-2013, 13:19
Replies: 10
Views: 11,843
Posted By TheKiwI
Re: [CSS OR ANY] PropCollisionFixer

Tried on csgo server. don't works :cry:
Forum: General 12-31-2012, 19:22
Replies: 1
Views: 1,437
Posted By TheKiwI
[CS:GO] prop_physics and func_physbox

Hi,

On my server, all prop_physics and func physbox entities are acting weird...
Players can pass through and they are blocked in...

I want physics entity be able to push players and do damage...
Forum: Scripting 12-26-2012, 12:50
Replies: 6
Views: 2,941
Posted By TheKiwI
Re: [TF2] Mysql connect

"test"
{
"driver" "mysql"
"host" "127.0.0.1 (localhost) - or your adress"
"database" "DB name"
"user" "DB user"
"pass" "DB password"
"port" "3306"
}
Forum: General 12-25-2012, 11:13
Replies: 10
Views: 2,188
Posted By TheKiwI
Re: Compiling!

download windows version for compile.exe file...
Forum: General 12-25-2012, 11:06
Replies: 10
Views: 2,188
Posted By TheKiwI
Re: Compiling!

You have to compile on your computer ( .exe is for windows )
Forum: General 12-25-2012, 10:59
Replies: 10
Views: 2,188
Posted By TheKiwI
Re: Compiling!

download from here http://www.sourcemod.net/downloads.php
Forum: General 12-25-2012, 10:55
Replies: 10
Views: 2,188
Posted By TheKiwI
Re: Compiling!

addons/sourcemod/scripting
Showing results 1 to 25 of 83

 
Forum Jump

All times are GMT -4. The time now is 16:39.


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