Raised This Month: $ Target: $400
 0% 

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: zezad
Forum: Scripting 09-29-2022, 10:06
Replies: 5
Views: 900
Posted By zezad
Re: [CS:GO] Server crashes when terrorist dies

public void OnMapStart()
{
load_dust_models();
}

void load_dust_models()
{
int i;
for (i = 0; i < sizeof(dust_models); i++)
{
Forum: Scripting 09-29-2022, 07:51
Replies: 5
Views: 900
Posted By zezad
Re: [CS:GO] Server crashes when terrorist dies

So I did an if to see if string was empty (don't know if that's the way it is done) and also print to the clients chat the model that they are. It works fine every terrorist changes into a random...
Forum: Scripting 09-28-2022, 08:33
Replies: 5
Views: 900
Posted By zezad
[CS:GO] Server crashes when terrorist dies

I'm trying to make my own prophunt script but my server crashes when a prop dies.

dust_models is an 2d array with d2 models


public void OnPluginStart()
{
HookEvent("round_start",...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT -4. The time now is 08:25.


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