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

Showing results 1 to 25 of 72
Search took 0.02 seconds.
Search: Posts Made By: alfre
Forum: Scripting Help 11-24-2013, 10:27
Replies: 2
Views: 731
Posted By alfre
Re: Get most jumps without stopping

How to get most jumps without stopping.
e.g.I jumped 4 times without stopping
second time i jumped 6 times without stopping.
so i want get most jumps without stopping,like bhop
code would be...
Forum: Scripting Help 11-24-2013, 09:05
Replies: 2
Views: 731
Posted By alfre
Forum: Module Coding 06-21-2013, 16:32
Replies: 0
Views: 933
Posted By alfre
sqlite.cpp

static cell AMX_NATIVE_CALL SQL_Connect(AMX *amx, cell *params)
{
SQL_Connection *sql = (SQL_Connection *)GetHandle(params[1], Handle_Connection);
if (!sql)
{
MF_LogError(amx,...
Forum: Module Coding 06-19-2013, 16:38
Replies: 7
Views: 2,452
Posted By alfre
Re: compiling amxmodx_mm_i386.so

i fixed this downgrading gcc version to 4.1 ( reinstalled os,added in sources.list website where i download gcc 4.1 and g++)
size is almost same with default version
Forum: Module Coding 06-17-2013, 16:04
Replies: 7
Views: 2,452
Posted By alfre
Re: compiling amxmodx_mm_i386.so

libc6 : Depends: libc-bin (= 2.11.3-4) but 2.13-38 is installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
Forum: Module Coding 06-17-2013, 14:57
Replies: 7
Views: 2,452
Posted By alfre
Re: compiling amxmodx_mm_i386.so

its error when loading server.
Forum: Module Coding 06-17-2013, 14:13
Replies: 7
Views: 2,452
Posted By alfre
Re: compiling amxmodx_mm_i386.so

now i got symbol error,how to fix that?how to downgrade gcc to 4.1 linux? current version : 4.4.5
_Z9atcprintfIiiEjPT_jPKT0_P6tagAMXPiS7_
Forum: Module Coding 06-17-2013, 09:45
Replies: 7
Views: 2,452
Posted By alfre
compiling amxmodx_mm_i386.so

hey guys,when i compile module amxmodx_mm_i386,it gets 522.272 bytes,and amxx is not working.
when i put default version,it shows 529.136 bytes.
version 1.8.1.maybe problem is in metamod source ?...
Forum: Scripting Help 06-13-2013, 06:57
Replies: 5
Views: 1,157
Posted By alfre
Re: entity

thanks guys... but this helped me
register_touch("spit_ent", "player", "FwdPlayerTouchTriggerOnce");
Forum: Scripting Help 06-11-2013, 15:11
Replies: 5
Views: 1,157
Posted By alfre
Re: entity

set_task(1.0,"test",0,_,_,"b")
public test()
{
static edi; edi = 0;
while( pev_valid( ( edi = engfunc( EngFunc_FindEntityByString, edi, "classname", "spit_ent" ) ) ) )
{ ...
Forum: Scripting Help 06-11-2013, 13:42
Replies: 5
Views: 1,157
Posted By alfre
entity

new iEntity = engfunc(EngFunc_FindEntityByString, iEntity, "classname", "spit_ent")

new iPlayers[ 32 ], iNum;
get_players( iPlayers, iNum, "a", "CT" );

new...
Forum: Scripting Help 06-10-2013, 13:01
Replies: 3
Views: 1,158
Posted By alfre
Forum: Scripting Help 06-10-2013, 07:06
Replies: 3
Views: 1,158
Posted By alfre
unblocking jump and duck

set_pev(id, pev_oldbuttons, pev(id, pev_oldbuttons)|IN_JUMP|IN_DUCK);
this command block duck and jump,how to unblock these functions?
Forum: Module Coding 03-30-2013, 08:40
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

root@vps1192094:~/mysqlx# make basic_sql
g++ -I. -I/root/hlsdk/multiplayer -I/root/hlsdk/multiplayer/common -I/root/hlsdk/multiplayer/dlls -I/root/hlsdk/multiplayer/engine...
Forum: Module Coding 03-28-2013, 18:51
Replies: 17
Views: 3,355
Posted By alfre
Forum: Module Coding 03-28-2013, 18:02
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

i using this http://forums.alliedmods.net/showthread.php?t=191353
errors : http://forums.alliedmods.net/showthread.php?t=211895
Forum: Module Coding 03-28-2013, 16:44
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

i have host.i found step to step in this forum,but cant compile
Forum: Module Coding 03-28-2013, 11:27
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

thanks for help.Joropito,i know better C than you ;p.But its linux thats why i dont know how to compile.On windows no problem compiling this module.
Forum: Module Coding 03-28-2013, 08:15
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

because i want to change some code.
Forum: Module Coding 03-27-2013, 13:19
Replies: 17
Views: 3,355
Posted By alfre
linux compile errors

In file included from basic_sql.cpp:3:
basic_sql.cpp:2:21: error: sh_list.h: No such file or directory
mysql2_header.h:4:25: error: MysqlDriver.h: No such file or directory
mysql2_header.h:5:24:...
Forum: Module Coding 03-27-2013, 06:12
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

I want step to step guide how to compile.what file compile,because there is 20+ sqlite .cpp files
Forum: Module Coding 03-26-2013, 18:13
Replies: 17
Views: 3,355
Posted By alfre
Re: Question about compiling

i want to compile sqlite.so,how to compile it?just for test.i have downloaded from official site source code
Forum: Module Coding 03-26-2013, 17:31
Replies: 17
Views: 3,355
Posted By alfre
Question about compiling

How to compile .amxx .so linux module?
Forum: Scripting Help 03-26-2013, 09:26
Replies: 6
Views: 3,482
Posted By alfre
Re: delete

delete pls,thanks for answer
Forum: Scripting Help 03-25-2013, 19:06
Replies: 6
Views: 3,482
Posted By alfre
Re: .amxx hex editing

thanks for spam mate.good job :x
Showing results 1 to 25 of 72

 
Forum Jump

All times are GMT -4. The time now is 15:50.


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