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

Showing results 1 to 25 of 280
Search took 0.01 seconds.
Search: Posts Made By: Tonda
Forum: Scripting Help 01-13-2015, 12:24
Replies: 1
Views: 664
Posted By Tonda
Problem player attack yourself

Hello, i have problem with this plugin https://forums.alliedmods.net/showthread.php?p=695730

Sometimes server crash in round end. In log is this:

L 01/13/2015 - 15:32:50: World triggered...
Forum: Scripting Help 11-07-2014, 07:01
Replies: 2
Views: 1,065
Posted By Tonda
Re: Chat problem

thank you, i post
Forum: Approved Plugins 11-07-2014, 07:01
Replies: 116
Views: 119,688
Posted By Tonda
Re: ProChat

Hello, i have big problem with plugin. If you have Counter-Strike 1.6 Steam BETA (properties/betas/beta) you cant see chat names with plugin. Here is example from server:
...
Forum: Scripting Help 11-07-2014, 00:23
Replies: 2
Views: 1,065
Posted By Tonda
Chat problem

Hello, i have big problem with plugin. If you have Counter-Strike 1.6 Steam BETA (properties/betas/beta) you cant see chat names with plugin. Here is example from server:
...
Forum: Scripting Help 10-14-2014, 19:29
Replies: 0
Views: 634
Posted By Tonda
3D camera and Voice BUG

Hello, i have problem with 3D camera and VOICE. If player use voice and i change mine camera at same moment (both live), player voice is total buged.

I try add cmd to console "voice_clientdebug"...
Forum: Scripting Help 09-09-2014, 08:45
Replies: 4
Views: 1,274
Posted By Tonda
Re: Bullets Count

but this hook only bullet with damage, i need all bullets (missed and attacked)


Not work :(
Forum: Scripting Help 09-08-2014, 23:11
Replies: 4
Views: 1,274
Posted By Tonda
Bullets Count

Hello, i need help with plugin. How can i count bullets. I try with cmd_start but this isnt good and tcurweapon - this way is good, but only one problem is bullets count after change weapon, buy...
Forum: Scripting Help 09-06-2014, 14:13
Replies: 0
Views: 771
Posted By Tonda
Reset camera view [by Connor]

Hello, i have camera view plugin. Everythink is ok, but i need help with remove this camera view after command in console. Is possible?

#include <amxmodx>
#include <fakemeta>
#include...
Forum: Unapproved/Old Plugins 05-29-2014, 10:44
Replies: 387
Views: 218,804
Posted By Tonda
Re: Half Life Media Player III (3.1.1 07-24-2009)

hello, i try your code but not work ...

here:


n = formatex(szMotd[n], charsmax(szMotd)-n, "<html><head><meta http-equiv=^"content-type^" content=^"text/html; charset=UTF-8^"></head><body...
Forum: Suggestions / Requests 03-27-2014, 20:35
Replies: 2
Views: 527
Posted By Tonda
Nickname no numbers

Hello all, how can i type this funcion? i need this string to use:



This not work
Forum: Approved Plugins 10-17-2013, 21:53
Replies: 694
Views: 469,958
Posted By Tonda
Re: Infinite Round (v2.1.2)

I have this problem:



I used latest hlds version, latest amxx version, latest metamod version and latest orpheu version. I read many, many many pages on this forum and many topics. I have...
Forum: Approved Plugins 10-17-2013, 21:40
Replies: 251
Views: 180,137
Posted By Tonda
Re: Round Terminator

I have this problem too.And same problem with infinite round:



I used latest hlds version, latest amxx version, latest metamod version and latest orpheu version. I read many, many many pages...
Forum: Suggestions / Requests 10-16-2013, 11:01
Replies: 2
Views: 997
Posted By Tonda
Capture the Flag problem after update

Hi, i have JCTF ( https://forums.alliedmods.net/showthread.php?t=132115 ) 2 years and everything is ok ... but now, after steam server update (from march?) have server problem. Sometimes player bug...
Forum: Scripting Help 04-17-2013, 15:19
Replies: 0
Views: 532
Posted By Tonda
Hide chat commands

Hi, i used this code for hide all chat commands like a /hp , /top15 etc.



register_clcmd( "say", "cmdCheckCmd" )
register_clcmd( "say_team", "cmdCheckCmd" )


public cmdCheckCmd( id )
{
Forum: Scripting Help 03-25-2013, 08:49
Replies: 8
Views: 2,556
Posted By Tonda
Re: MOTD freeze client

i show motd with motd plugin

http://forums.alliedmods.net/showthread.php?p=2883
Forum: Scripting Help 03-25-2013, 06:45
Replies: 8
Views: 2,556
Posted By Tonda
Re: MOTD freeze client

Counter-Strike 1.6 ...

game not responding ... If i put only text to motd (without internet connect) everything is ok but if is url website, game freeze
Forum: Scripting Help 03-24-2013, 21:47
Replies: 8
Views: 2,556
Posted By Tonda
Re: MOTD freeze client

Anything ... if i show www.amxmodx.org freeze client, but not all ... and if one client have this problem, he have this problem still ...
Forum: Scripting Help 03-24-2013, 07:30
Replies: 8
Views: 2,556
Posted By Tonda
MOTD freeze client

Hi i have problem with motd on server. When some (not all) clients write command to the chat ( /motd ) show motd with url (html page) and after this game not responding. They must restart game ...
...
Forum: Scripting Help 01-29-2012, 17:45
Replies: 4
Views: 974
Posted By Tonda
Re: Quick Help with menu

I love you :) Thx very much
Forum: Scripting Help 01-29-2012, 17:28
Replies: 4
Views: 974
Posted By Tonda
Quick Help with menu

Hi, how can i put variable to the menu?

this dont work

new blabla[64]
new menu = menu_create("\wMENU %s", "menu_continue", blabla);
Forum: Scripting Help 01-29-2012, 06:28
Replies: 3
Views: 1,252
Posted By Tonda
Re: Setinfo Clear config

Yes, but how can i put only bad setinfos without pw setinfos
Forum: Scripting Help 01-29-2012, 06:18
Replies: 3
Views: 1,252
Posted By Tonda
Setinfo Clear config

Hi, some players have problem with info string length exceeded

My questions is - is possile create plugin, whitch clear all useless setinfo and after this player havent this problem?

Player...
Forum: Scripting Help 11-16-2011, 15:46
Replies: 0
Views: 692
Posted By Tonda
SQL define

Hi, i need save stats to SQL like top15 ... i have this code, but how can i define database connect ? Please help ..


#include <amxmodx>
#include <sqlx>

new Handle:g_SqlTuple
new...
Forum: Approved Plugins 06-22-2011, 18:12
Replies: 116
Views: 119,688
Posted By Tonda
Re: ProChat

I have bug, sometimes if you are dead and you have admin tag, so you looks like spectator
Forum: Scripting Help 06-21-2011, 15:16
Replies: 3
Views: 1,036
Posted By Tonda
Re: Chat Admin

This plugin have a lot of bugs
Showing results 1 to 25 of 280

 
Forum Jump

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


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