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

Showing results 1 to 25 of 109
Search took 0.01 seconds.
Search: Posts Made By: skatzfz
Forum: Scripting Help 08-24-2014, 21:19
Replies: 2
Views: 497
Posted By skatzfz
Detect FPS

Is there any away to detected our FPS and show via HUD to a player his fps?

Thanks!
Forum: General 08-24-2014, 20:25
Replies: 2
Views: 1,379
Posted By skatzfz
Bad Load

My plugin works on all servers, but on one of my servers it doesn't work (bad load)

What may cause this?
Forum: Suggestions / Requests 08-23-2014, 10:48
Replies: 4
Views: 1,175
Posted By skatzfz
Advertiser

So I Have this plugin:

https://forums.alliedmods.net/showthread.php?t=27814

Its possible to make messages only in grey? Like when I write on advertisements.ini "!tHello!" the message will...
Forum: Suggestions / Requests 07-27-2014, 01:53
Replies: 3
Views: 781
Posted By skatzfz
Re: [REQ] Add Color to Menus

Wrong way. /r Doesn't work, it has to be \r

Menu Colors:

\r - Red
\w - White
\d - Grey
\y - Yellow

There are only 4 colors available
Forum: Suggestions / Requests 07-24-2014, 22:28
Replies: 11
Views: 1,789
Posted By skatzfz
Re: [REQ] Help with Menu

If you want some help, just pm me, I will help you in whatever you want

Love you man, you're fucking awsome!
Forum: Suggestions / Requests 07-17-2014, 17:10
Replies: 2
Views: 553
Posted By skatzfz
Re: [HELP] Nvault to fvault

It worked, thanks!

Can you edit this too? To make a XP ranking:

public CmdTop( iPlayer )
{
new Array:aRankData;
new iTotal = max( 0, min( GetPlayerRanks( aRankData ),...
Forum: HL1 Servers (HLDS) 07-10-2014, 15:21
Replies: 5
Views: 1,271
Posted By skatzfz
Forum: HL1 Servers (HLDS) 07-10-2014, 09:38
Replies: 5
Views: 1,271
Posted By skatzfz
Re: Change Map Crash

But all players disconect, it's normal?
Forum: HL1 Servers (HLDS) 07-09-2014, 14:46
Replies: 5
Views: 1,271
Posted By skatzfz
Change Map Crash

Sometimes when the map changes all players are disconected and this is what happens:

L 07/09/2014 - 19:37:07: [META] ini: Begin re-reading plugins list:...
Forum: Suggestions / Requests 07-06-2014, 15:04
Replies: 2
Views: 553
Posted By skatzfz
[HELP] Nvault to fvault

I want to change nvault to fvault, but I have no idea how to do it...

Can someone do it for me please?

Code:


public SaveData(id)
{
new AuthID[35]
Forum: Suggestions / Requests 07-06-2014, 14:55
Replies: 6
Views: 1,113
Posted By skatzfz
Re: [REQ] Error

Now it gives me this error:
[AMXX] Displaying debug trace (plugin "fz_xpsurf4.amxx")
L 07/06/2014 - 19:47:48: [AMXX] Run time error 10: native error (native "cs_get_user_money")
L 07/06/2014 -...
Forum: Suggestions / Requests 07-06-2014, 14:53
Replies: 6
Views: 1,113
Posted By skatzfz
Re: [REQ] Error

in the first one it was you that coded for me, and I saw no use for inflictor so I delete it

thanks!
Forum: Suggestions / Requests 07-06-2014, 12:16
Replies: 6
Views: 1,113
Posted By skatzfz
Re: [REQ] Error

Like this?

public fwHamTakeDamage(victim, attacker, Float:damage, damagebits)
{
for(new i = 1; i < sizeof Stuff; i++)
{
if(is_user_alive(attacker))
{
if(get_user_weapon(attacker)...
Forum: Suggestions / Requests 07-04-2014, 06:39
Replies: 6
Views: 1,113
Posted By skatzfz
[REQ] Error

So I have this error:
L 07/04/2014 - 00:31:18: [AMXX] Displaying debug trace (plugin "fz_xpsurf.amxx")
L 07/04/2014 - 00:31:18: [AMXX] Run time error 10: native error (native "get_user_weapon")
L...
Forum: xREDIRECT 06-30-2014, 11:18
Replies: 46
Views: 45,208
Posted By skatzfz
Re: UPDATE cs 1.6 xredirect does not work

I already found it, I searched for 2 months!
Forum: xREDIRECT 06-29-2014, 22:58
Replies: 46
Views: 45,208
Posted By skatzfz
Re: UPDATE cs 1.6 xredirect does not work

Please please please someone teach us how to do it!
Forum: New Plugin Submissions 06-29-2014, 03:02
Replies: 103
Views: 43,584
Posted By skatzfz
Re: CS Rally 3.0 by mabaclu

This is a stolen plugin!

https://www.youtube.com/watch?v=q9bwz36rljM

http://www.hlrally.net/
Forum: Scripting Help 06-29-2014, 01:23
Replies: 11
Views: 1,627
Posted By skatzfz
Forum: Scripting Help 06-28-2014, 15:15
Replies: 11
Views: 1,627
Posted By skatzfz
Re: Only 1 Terrorist

can you edit the plugin with that?
Forum: Scripting Help 06-28-2014, 14:43
Replies: 11
Views: 1,627
Posted By skatzfz
Re: Only 1 Terrorist

Thanks a lot!

Can anyone help me in one more thing? I want to block T killing CT but without giving them godmode, for example T can't kill CT but CT can die if they fall in the ground.
Forum: Scripting Help 06-27-2014, 20:30
Replies: 11
Views: 1,627
Posted By skatzfz
Re: Only 1 Terrorist

public HideNSeek( id )
{

new players[32], num, player;
get_players( players, num, "ae", "TERRORIST" );

for( new i = 0; i < num; i++ )
{
player = players[i];
Forum: Scripting Help 06-27-2014, 17:45
Replies: 11
Views: 1,627
Posted By skatzfz
Only 1 Terrorist

I have this code

get_players( players, num, "ae", "CT" );

for( new i = 0; i > num; i++ )
{
player = players[i];

if( !is_user_alive( player ) )
continue;
Forum: New Plugin Submissions 06-26-2014, 18:44
Replies: 226
Views: 132,475
Posted By skatzfz
Re: JailBreak Gang System

How do I had forbidden symbols and max letters for the gang name?
Forum: HL1 Servers (HLDS) 06-26-2014, 16:26
Replies: 2
Views: 798
Posted By skatzfz
Server down when map change

Hi! My server once/twice a day goes down when changes the map!

This is what appears in console:

L 06/26/2014 - 21:22:23: "treasuree,pzyclone'<285>" say "fds"
L 06/26/2014 - 21:22:23: [META]...
Forum: New Plugin Submissions 06-25-2014, 19:16
Replies: 39
Views: 17,614
Posted By skatzfz
Re: Random Weapons Mod

What a great work! Congratulations!
Showing results 1 to 25 of 109

 
Forum Jump

All times are GMT -4. The time now is 06:52.


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