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

Showing results 1 to 25 of 74
Search took 0.01 seconds.
Search: Posts Made By: fcastro16
Forum: Scripting Help 06-15-2017, 06:19
Replies: 27
Views: 6,446
Posted By fcastro16
Re: [HELP] Rehlds

supported or not, it is much better.
Forum: Scripting Help 06-01-2017, 12:35
Replies: 2
Views: 633
Posted By fcastro16
Re: set v_model based on w_model picked up

Interesting, I'll look into that. Thank you.

Edit: never mind, I got it by manipulation EV_SZ_ values from the weapon_ entity
Forum: Scripting Help 06-01-2017, 12:10
Replies: 2
Views: 633
Posted By fcastro16
set v_model based on w_model picked up

Hello,

I'm making a csgo skins plugin and I'm trying to set a player the corresponding v_model based on the w_model picked up off the ground. What would be the best way to do this taking into...
Forum: Scripting Help 12-28-2016, 22:14
Replies: 4
Views: 834
Posted By fcastro16
Re: MOTD doesn't load on first try

It happens with every MOTD. I have it hooked to a chat command. Maybe its like fysiks said, something that can't be fixed. I've always experienced this problem, but I've never gotten around to ask...
Forum: Scripting Help 12-28-2016, 18:49
Replies: 4
Views: 834
Posted By fcastro16
MOTD doesn't load on first try

Hello guys,

I have a problem with a custom motd. When ever I say /top on chat for the first time, the window immediately closes, but when I try it for the second time, it loads fine.

public...
Forum: Scripting Help 12-19-2016, 06:19
Replies: 4
Views: 945
Posted By fcastro16
Re: HUD icon displays transparent

That obviously did not answer anything.
Forum: Scripting Help 12-17-2016, 06:38
Replies: 4
Views: 707
Posted By fcastro16
Re: IP is not found on connect

who knows, but your variables are mixed up in

server_print("Name: %s - IP: %s", ip, name);

it should be

server_print("Name: %s - IP: %s", name, ip);
Forum: Scripting Help 12-17-2016, 04:41
Replies: 4
Views: 945
Posted By fcastro16
Forum: Scripting Help 12-12-2016, 17:09
Replies: 4
Views: 945
Posted By fcastro16
HUD icon displays transparent

Hello,

Please note, I'm not asking how to display custom icons on HUD.

I'm asking how to display a solid icon, non-transparent.

Here is a screenshot on game...
Forum: Scripting Help 05-09-2016, 12:17
Replies: 0
Views: 372
Posted By fcastro16
Call Knife showoff / idle animation

EDIT: I figured it out, the showoff animation is included in the idle animation.

Hello, I'm trying to call the knife idle animation when pressing the USE button, similarly to what CS:GO does when...
Forum: Off-Topic 04-14-2016, 17:52
Replies: 6
Views: 3,018
Posted By fcastro16
Re: Compile error

Scripting questions don't belong here.

Are you compiling with amx 1.8.3 ? If so,
Don't include chatcolor, client_print_color is already defined within amx.
Replace strbreak with argbreak.
Forum: Scripting Help 03-30-2016, 01:01
Replies: 7
Views: 1,092
Posted By fcastro16
Re: Menu not always shows to some players

I'm pretty sure it goes from 1 - 32. Anyways, that's not the problem.
Forum: Scripting Help 03-29-2016, 23:16
Replies: 7
Views: 1,092
Posted By fcastro16
Menu not always shows to some players

What can cause a menu not to show every time it's called like this?

This code should display a menu to all players, but it doesn't show to some people.

for(new id = 1; id <= g_iMaxPlayers;...
Forum: Plugins 01-30-2015, 22:59
Replies: 1,792
Views: 1,014,799
Posted By fcastro16
Re: [CS:GO] WarMod [BFG] <Beta v0.3.3.3, 30-Jan-2015>

Could you upload the zip extension?
Thanks
Forum: Scripting Help 12-25-2014, 04:43
Replies: 3
Views: 866
Posted By fcastro16
Re: set_task executing when it should not.

I want for every 10 minutes of play, players gain one credit.
Forum: Scripting Help 12-25-2014, 00:12
Replies: 3
Views: 866
Posted By fcastro16
set_task executing when it should not.

Hello guys,

I am having a problem with my code. The set_task is executing when it should not, randomly.
From my understanding, the code should execute every 10 minutes 4 times.


public...
Forum: Zombie Plague Mod 07-11-2014, 02:51
Replies: 70
Views: 43,772
Posted By fcastro16
Re: [ZP5.0] & [ZP 4.3] Addon: Parachute

It works, but it doesnt work for some players. It's like if the speed was set too high for them.
Forum: Plugins 07-06-2014, 02:23
Replies: 1,792
Views: 1,014,799
Posted By fcastro16
Re: [CS:GO] WarMod [BFG] <Beta v0.2.5.5, 02-July-2014>

I did that and it still not working. I'm pretty sure you removed it.
Forum: Plugins 07-05-2014, 16:23
Replies: 1,792
Views: 1,014,799
Posted By fcastro16
Re: [CS:GO] WarMod [BFG] <Beta v0.2.5.5, 02-July-2014>

Did you remove the /prac command? could you add it back please?
Forum: Scripting Help 03-11-2014, 11:24
Replies: 3
Views: 533
Posted By fcastro16
Forum: Scripting Help 03-11-2014, 10:56
Replies: 3
Views: 533
Posted By fcastro16
MySQL syntax error - single quote `

This line is giving me an error:
formatex(szQuery, charsmax(szQuery), "REPLACE INTO `cuentas` ( `nick`, `steamID`, `frags`, `nivel` ) VALUES ( ^"%s^", ^"%s^", '%d', '%d' );", SZ_Name, SZ_SteamID,...
Forum: Zombie Plague Mod 03-09-2014, 01:59
Replies: 5
Views: 1,391
Posted By fcastro16
Forum: Scripting Help 02-15-2014, 18:53
Replies: 2
Views: 547
Posted By fcastro16
Re: Players menu

yes you were right, thank you
Forum: Scripting Help 02-15-2014, 14:19
Replies: 2
Views: 547
Posted By fcastro16
Players menu

Hi,

I need help adding the person using the players menu to the list.
Thanks

public RemoveFrags_menu(id)
{
get_players(players, num, "h")
if (num <= 1)
{
Forum: Approved Plugins 08-24-2013, 16:49
Replies: 134
Views: 176,982
Posted By fcastro16
Re: Accuracy Fix

how do I downgrade?
Showing results 1 to 25 of 74

 
Forum Jump

All times are GMT -4. The time now is 12:37.


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