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

Showing results 1 to 25 of 500
Search took 0.03 seconds.
Search: Posts Made By: rodrigo286
Forum: Plugins 05-11-2018, 21:47
Replies: 28
Views: 28,334
Posted By rodrigo286
Re: [CSS|CS:GO] All grenades and knifes drop

I will review and correct this error if they still exist.
Forum: Scripting 03-15-2018, 03:14
Replies: 2
Views: 935
Posted By rodrigo286
env_blood on CSGO

Any way to env_blood work correctly on CSGO?

I try some ways and spawnflags, but i get "X" characters on screen or ugly black blood.

Thanks for all help.
Forum: Plugins 03-14-2018, 21:10
Replies: 28
Views: 28,334
Posted By rodrigo286
Re: [CSS|CS:GO] All grenades and knifes drop

The plugin does not change anything relative to maps, and has been tested.

However, I can check about RTV, what plugins did you use and had this result?

This plugin stop RTV plugin to change to...
Forum: Plugins 03-14-2018, 10:30
Replies: 28
Views: 28,334
Posted By rodrigo286
Re: [CSS|CS:GO] All grenades and knifes drop

HAHA, sorry, i fixed this text.

Thanks for reply :wink:

Any problem with this plugin, call me.
Forum: Plugins 03-13-2018, 23:46
Replies: 54
Views: 34,941
Posted By rodrigo286
Re: [CS:S] Grenade Drop (he, flash, smoke)

Updated with all bugs fixed and support for tagrenades:

Main thread (https://forums.alliedmods.net/showthread.php?t=224570)
Update notice...
Forum: Plugins 03-13-2018, 23:21
Replies: 15
Views: 19,520
Posted By rodrigo286
Re: [CSS/CSGO] Grenade/Knife Drop

Updated with all bugs fixed and support for tagrenades:

Main thread (https://forums.alliedmods.net/showthread.php?t=224570)
Update notice...
Forum: Plugins 03-13-2018, 23:19
Replies: 28
Views: 28,334
Posted By rodrigo286
Re: [CSS|CS:GO] All grenades and knifes drop

Version 1.0.3 RELEASED



Total rewrite with new syntax
Update CSGO grenades offsets
Added support for drop knifes
Added support for unit drop ( now you can drop only one of each type of...
Forum: Plugins 03-05-2018, 23:04
Replies: 3
Views: 3,164
Posted By rodrigo286
Re: [ANY] M&M CFG Expert

Version 1.0.1A released !!

Regards.
Forum: Source Servers (SRCDS) 03-04-2018, 19:14
Replies: 2
Views: 930
Posted By rodrigo286
Give weapons without based loadout

Give weapons like resolver without players have this on his loadout can get server key banned?

Based on valve guidelines, i found can get banned if i give knifes and gloves, but weapons no.
...
Forum: Plugins 12-19-2017, 19:37
Replies: 3
Views: 3,164
Posted By rodrigo286
Forum: Plugins 12-19-2017, 13:09
Replies: 3
Views: 3,164
Posted By rodrigo286
[ANY] M&M CFG Expert

M&M Config Expert


.:: Functionality ::.

Allows server admins execute specific configs to specific map or mods.

The cause of another plugin? I not found any plugin that work on CSGO.
...
Forum: Scripting 11-29-2017, 16:57
Replies: 9
Views: 3,326
Posted By rodrigo286
Re: CreateEntityByName

What exactly do you need to do?

Regards.
Forum: Scripting 11-29-2017, 14:48
Replies: 3
Views: 1,167
Posted By rodrigo286
Re: Two issues with SetTransmit and SetEntProp

I need for arena servers, when player die, he are respawned and see/view only dead players.

Also i need this dead players show on scoreboard as dead players, like fake scoreboard.

Thanks for...
Forum: Scripting 11-29-2017, 14:35
Replies: 3
Views: 1,167
Posted By rodrigo286
Re: Two issues with SetTransmit and SetEntProp

Any one can help with this?

I try some ways but no result yet.

Thanks.
Forum: Scripting 11-28-2017, 18:28
Replies: 9
Views: 3,326
Posted By rodrigo286
Re: CreateEntityByName

Simple, dont try create any entity before map load like OnMapStart, OnPluginStart...

Regards.
Forum: Scripting 11-28-2017, 14:06
Replies: 3
Views: 1,167
Posted By rodrigo286
Two issues with SetTransmit and SetEntProp

Hello friends i've two issues with some things:

I need respawn players on arena maps and make his invisible to another players, this works but have some problems:

If player dead and get respawn...
Forum: Scripting 11-21-2017, 12:30
Replies: 17
Views: 5,847
Posted By rodrigo286
Re: [CS:GO] How to spawn a ring in the air?

This code create one Beam Ring, if you want it to continous effect, use CreateTimer to repeat Beam Rings.

https://sm.alliedmods.net/new-api/timers/CreateTimer

Regards.
Forum: Scripting 11-21-2017, 10:59
Replies: 17
Views: 5,847
Posted By rodrigo286
Re: [CS:GO] How to spawn a ring in the air?

Ok, but clean your code, you include SDKHOOKS for?

Regards.
Forum: Scripting 11-21-2017, 01:35
Replies: 17
Views: 5,847
Posted By rodrigo286
Re: [CS:GO] How to spawn a ring in the air?

Some ways to do, i dont test any.

#include <sourcemod>
#include <sdktools>

#define VMT_LASERBEAM "materials/sprites/laserbeam.vmt"
#define VMT_HALO "materials/sprites/halo.vmt"

new...
Forum: Scripting 11-20-2017, 14:16
Replies: 3
Views: 773
Posted By rodrigo286
Re: Way to check changeteam on TF2

Please i need reopen this issue.

I need make instant respawn on change team, this works on change class but dont work on change team.

I try two ways bellow:


public Action...
Forum: Scripting 11-20-2017, 12:10
Replies: 4
Solved Fixed
Views: 895
Posted By rodrigo286
Re: Smoke Teleport

This is for Amx ou Source? Post on correct and i try help you.

Regards.
Forum: Scripting 11-20-2017, 03:12
Replies: 3
Views: 773
Posted By rodrigo286
Re: Way to check changeteam on TF2

Sorry, it was my mistake.

Thanks for generic source event list.

Done, plugin finished.

Regards.
Forum: Scripting 11-20-2017, 02:05
Replies: 3
Views: 773
Posted By rodrigo286
Way to check changeteam on TF2

Hi friends, i need one way to hook changeteam on TF2 to remove some entities from player.

I try this ways:


public void OnPluginStart()
{
AddCommandListener(OnJoinTeam, "jointeam");...
Forum: Scripting 11-19-2017, 19:44
Replies: 4
Solved Fixed
Views: 895
Posted By rodrigo286
Re: Smoke Teleport

Wrong forum and wrong section...

You need post this on "Plugin/Gameplay Ideas and Requests": https://forums.alliedmods.net/forumdisplay.php?f=60 if you need for SourceMod, if this for AMX Mod X...
Forum: Source Servers (SRCDS) 11-19-2017, 15:03
Replies: 3
Views: 1,063
Posted By rodrigo286
Valve Guide Lines

I can spawn particles on players like this plugin: https://forums.alliedmods.net/showthread.php?p=2331673#post2331673

I spawn particles only on player body, no hats or weapons.

This break valve...
Showing results 1 to 25 of 500

 
Forum Jump

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


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