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

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: Flashkatt
Forum: General 06-24-2022, 04:25
Replies: 55
Views: 16,721
Posted By Flashkatt
Re: CS:GO Update broke SM/meta (June 23rd)

Trying to start my csgo server and it shows this error and then crashes. What error is this?
Forum: Scripting 06-06-2021, 02:24
Replies: 4
Views: 1,203
Posted By Flashkatt
Re: [CSGO] ItemDrops event

Yes, you are able to extract the Protobuf data and log it or do whatever you want.
Forum: Scripting 06-03-2021, 10:34
Replies: 4
Views: 1,203
Posted By Flashkatt
Re: Drops? item_found

Editing the original post to solved
Forum: Scripting 06-03-2021, 04:49
Replies: 0
Views: 462
Posted By Flashkatt
[CSGO] Set Player Score

This doesnt work and give error:

SetEntProp(client, Prop_Data, "m_iScore", 1337);


Solved by:

CS_SetClientContributionScore(client, 1337);
Forum: Scripting 06-02-2021, 02:38
Replies: 4
Views: 1,203
Posted By Flashkatt
[CSGO] ItemDrops event

Solved:


public void OnPluginStart()
{
HookUserMessage(GetUserMessageId("SendPlayerItemDrops"), Event_Drops, true);
}

public Action Event_Drops(UserMsg msg_id, Protobuf pb, const...
Showing results 1 to 5 of 5

 
Forum Jump

All times are GMT -4. The time now is 10:24.


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