Raised This Month: $ Target: $400
 0% 

Showing results 1 to 25 of 26
Search took 0.01 seconds.
Search: Posts Made By: Sonic
Forum: General 06-03-2014, 16:03
Replies: 62
Views: 15,631
Posted By Sonic
Forum: General 06-01-2014, 13:04
Replies: 62
Views: 15,631
Posted By Sonic
Re: l4d1 Sourcemod not working after update to steampipe

"AddCommandListener" cause a segfault under l4d (linux 1.5.4-git4071 stock), at 1.6.0 "OnClientSayCommand" is used instead
...
Forum: German 06-18-2006, 12:37
Replies: 3
Views: 1,441
Posted By Sonic
die sind für tick 66 ok, bei tick 100 würde ich...

die sind für tick 66 ok, bei tick 100 würde ich sie noch erhöhen
Forum: Approved Plugins 09-23-2005, 17:02
Replies: 102
Views: 105,221
Posted By Sonic
no changelog amxmodx 1.60

no

changelog amxmodx 1.60
Forum: Scripting Help 08-17-2004, 12:54
Replies: 38
Views: 6,923
Posted By Sonic
please use smarty template engine, to easy edit...

please use smarty template engine, to easy edit the layout
Forum: News 08-15-2004, 01:53
Replies: 131
Views: 56,661
Posted By Sonic
stock db_escape_string(const string[], dest[]) ...

stock db_escape_string(const string[], dest[])
{
new pos = 0
new a = 0
for( a = 0; a <= strlen(string)-1; a++ ){
if( equal(string[a],"'",1) || equal(string[a],"\",1) ){
...
Forum: Code Snippets/Tutorials 06-12-2004, 11:53
Replies: 45
Views: 31,955
Posted By Sonic
yes, but one query more ...

yes, but one query more ...
Forum: Code Snippets/Tutorials 06-11-2004, 19:45
Replies: 45
Views: 31,955
Posted By Sonic
nice :) Support for lastinsertid ?

nice :)

Support for lastinsertid ?
Forum: Scripting Help 06-08-2004, 17:09
Replies: 2
Views: 1,670
Posted By Sonic
this is the fix :) message_begin(MSG_ALL,...

this is the fix :)

message_begin(MSG_ALL, get_user_msgid("TeamInfo") );
write_byte(pIndex)
write_string("TEAM")
message_end()
Forum: Scripting Help 06-08-2004, 14:44
Replies: 2
Views: 1,670
Posted By Sonic
set_user_team

Player1 = CT / Player2 = T

"Player1<3><****><CT>" attacked "Player2<4><****><TERRORIST>" with "usp" (damage "24") (damage_armor "0") (health "76") (armor "0")

set_user_team on Player1 to T...
Forum: Approved Plugins 06-08-2004, 09:24
Replies: 359
Views: 188,968
Posted By Sonic
hmm, bug with set_user_team ? 1) Map Starts...

hmm, bug with set_user_team ?

1) Map Starts (First 3 Rounds only Autojoin)
2) Player Connect
3) Player chose a Team and a Model
4) PTB autojoin the player to CT or T "PTB: You have been...
Forum: News 04-06-2004, 16:50
Replies: 21
Views: 12,866
Posted By Sonic
bug in the connect function static cell...

bug in the connect function

static cell AMX_NATIVE_CALL sql_connect(AMX *amx, cell *params) // 6 param
{
int i;
const char *host = GET_AMXSTRING(amx,params[1],0,i);
const char *user =...
Forum: News 04-06-2004, 16:35
Replies: 28
Views: 21,090
Posted By Sonic
Re: MetamodX 1.17X3

change the file name

metamod.i686.so or metamod-i686.so -> ok

metamod_i686.so -> Bad Load
Forum: Off-Topic 03-14-2004, 13:20
Replies: 79
Views: 18,327
Posted By Sonic
no matter, it is excellent

no matter, it is excellent
Forum: Off-Topic 03-14-2004, 06:56
Replies: 79
Views: 18,327
Posted By Sonic
argggg wrong word, I meant swastika ...

argggg

wrong word, I meant swastika

http://history1900s.about.com/cs/swastika/a/swastikahistory.htm
Forum: Off-Topic 03-14-2004, 03:30
Replies: 79
Views: 18,327
Posted By Sonic
swastika is no good idea

swastika is no good idea
Forum: News 03-07-2004, 08:13
Replies: 28
Views: 33,102
Posted By Sonic
when its done :)

when its done :)
Forum: Off-Topic 03-07-2004, 06:47
Replies: 19
Views: 9,716
Posted By Sonic
/* from amxmodx.inc */ stock...

/* from amxmodx.inc */
stock get_user_deaths(index)
return cs_get_user_deaths(index)

/* from amxmodx.inc */
stock set_user_deaths(index,newdeaths)
return...
Forum: Off-Topic 03-07-2004, 05:40
Replies: 19
Views: 9,716
Posted By Sonic
put all "backward compatibility" staff in the...

put all "backward compatibility" staff in the amxmod.inc
only old plugins the this use


/* amxmod.inc */

#if defined _amxmod_included
#endinput
#endif
#define _amxmod_included
Forum: Off-Topic 03-07-2004, 04:03
Replies: 19
Views: 9,716
Posted By Sonic
amxmodx.inc its a bad idea to include...

amxmodx.inc



its a bad idea to include all default natives in the amxmodx.inc

Just my 2 Cent :)
Forum: Off-Topic 03-07-2004, 03:52
Replies: 19
Views: 9,716
Posted By Sonic
amxx.cfg = config for plugins, not the amxx-api ...

amxx.cfg = config for plugins, not the amxx-api

the correct place should be in the configs folder
Forum: Off-Topic 03-07-2004, 03:41
Replies: 19
Views: 9,716
Posted By Sonic
most user confound plugins.ini of metamod and...

most user confound plugins.ini of metamod and amxmod

amxx_plugin.ini???
Forum: Off-Topic 03-07-2004, 01:36
Replies: 19
Views: 9,716
Posted By Sonic
I would separate those core configs (modules.ini,...

I would separate those core configs (modules.ini, plugins.ini, core.ini) from plugin configs (user.ini, cmds.ini, ...).
In order to arrange it more user friendly

amxx/ = configs for the amxx-api...
Forum: Suggestions / Requests 03-05-2004, 15:36
Replies: 0
Views: 3,039
Posted By Sonic
Mysql Module: function request

Request for mysql_insertid function

This function is maybe useful.

mysql.h
my_ulonglong STDCALL mysql_insert_id(MYSQL *mysql);
Forum: Suggestions / Requests 02-25-2004, 15:07
Replies: 5
Views: 5,276
Posted By Sonic
look in the support forum @ amxmod.net User:...

look in the support forum @ amxmod.net

User:
1) Download a Plugin
2) Get a Error
3) Post @ Support forum Plugin not work.
4) Answer: You need to install Module X, Version X

.......
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT -4. The time now is 01:24.


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