Raised This Month: $ Target: $400
 0% 

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: 2t_rider
Forum: Scripting Help 03-12-2021, 03:56
Replies: 3
Views: 1,245
Posted By 2t_rider
Re: [Reapi] Hook player spawn

Yes, depends on g_bOpenWeaponmenu on player id.

But this variable didnt change in the round, only on connect or disconnect or say /gunoff.

But i said i tested in many rounds, and sometimes...
Forum: Scripting Help 03-11-2021, 05:33
Replies: 3
Views: 1,245
Posted By 2t_rider
[Reapi] Hook player spawn

Hello!

I write a weapon menu with reapi.

RegisterHookChain(RG_CBasePlayer_Spawn, "RG_Spawn_Post", true);


public RG_Spawn_Post(id){
if(is_user_alive(id)){
set_bit(g_bitAlive,...
Forum: Scripting Help 06-10-2020, 15:43
Replies: 3
Views: 1,081
Posted By 2t_rider
Low client fps or fps drops

Hey guys!

I play on the server and I have 20-100 fps, with drops and freeze.

On my friend's server, running gungame mod with every time ~20 player, lot of skins, sounds, etc, and my fps is fix...
Forum: Scripting Help 04-04-2020, 10:44
Replies: 4
Views: 1,013
Posted By 2t_rider
Re: Divide

Working
Thanks
Forum: Scripting Help 04-04-2020, 09:50
Replies: 4
Views: 1,013
Posted By 2t_rider
Re: Divide

register_clcmd("say /kd", "mykd")


public mykd(id)
{
new death = get_member(id, m_iDeaths);
new kill = get_entvar(id, var_frags);
if(death == 0) death=1;
if(kill<=0) kill=1;
Forum: Scripting Help 04-04-2020, 03:10
Replies: 4
Views: 1,013
Posted By 2t_rider
Divide

Hey guys,
I want to search the best Kill/Death ratio, and the worst, with these:


public best_swap_noob(const TeamName:team_best, const TeamName:team_noob)
{
new iPlayers[32], iPlrNum,...
Forum: Suggestions / Requests 12-17-2018, 15:05
Replies: 3
Views: 1,051
Posted By 2t_rider
Re: Galileo and IChat

If IChat the first, then didn't work anything in chat, like timeleft.
I tried the galileo first, but nothing happen, timeleft,nextmap work, but rtv nominate didnt :(
Forum: Suggestions / Requests 12-17-2018, 05:11
Replies: 3
Views: 1,051
Posted By 2t_rider
Galileo and IChat

Hey guys.
I have a problem with galileo and Ichat.
When install ichat and galileo (newest versions) then rtv, nominate etc. command didn't works. Like in picture....
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT -4. The time now is 20:44.


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