Ilusion9

Results 10 comments of Ilusion9

There's a game_round_end entity in csgo. Maybe it can help you.

The bug is happening sometimes, not every time.

I change convars based on current map, so I have to use FindConVar.

Isn't too late to change entity lump after the entity is created? (your sourcepawn example plugin) I think the changes should be done only in OnLevelInit, not after that. @asherkin...

Any news regarding this pull request? Isn't a waste of memory to have lumps stored after the call of OnMapInit? We cannot use them properly after that call, these lumps...

Fix: remove (from player_team event callback) ```SetEventBroadcast(event, true);``` and replace with ```event.SetBool("silent", true);```

That bug is not from this.

> > > > That bug is not from this. > > What sourcemod you using? > > * have a look here #262 doesn't matter what version. using seteventbroadcast(event,...

not even the hud_scaling command is working for game_text 4 years and counting ...

You can try this: ```pawn int FindTarget_Ex(int client, const char[] target, int flags = 0) { AdminId adminId = GetUserAdmin(client); bool translateTargetName; int targetCount; int targetList[1]; char targetName[MAX_TARGET_LENGTH]; if ((targetCount...