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

Showing results 1 to 25 of 67
Search took 0.01 seconds.
Search: Posts Made By: kropto
Forum: New Plugin Submissions 09-19-2011, 14:06
Replies: 435
Views: 461,091
Posted By kropto
Re: JailBreak Mod

error



Uploading dump (in-process) [proxy '']
/tmp/dumps/crash_20110919205124_1.dmp
success = yes
response: CrashID=bp-9c7c3f96-dfef-4a16-a99c-6dcf72110919

Segmentation fault
Forum: Unapproved/Old Plugins 09-14-2011, 10:32
Replies: 30
Views: 23,070
Posted By kropto
Forum: Approved Plugins 09-08-2011, 14:58
Replies: 325
Views: 178,187
Posted By kropto
Re: Server Cvars Unlocker

L 09/08/2011 - 21:57:55: [ORPHEU] Function "ReadMultiplayCvars" not found
L 09/08/2011 - 21:57:55: [AMXX] Displaying debug trace (plugin "server_cvars_unlocker.amxx")
L 09/08/2011 - 21:57:55:...
Forum: Suggestions / Requests 09-08-2011, 11:45
Replies: 29
Views: 6,244
Posted By kropto
Re: Need Multi language

public plugin_init()
{
register_dictionary("jb.txt")
}

add
%L LANG_PLAYER LANG_TRANSLATE

client_print( id, print_center, "%L", LANG_PLAYER, "LANG_TRANSLATE" );
Forum: Suggestions / Requests 09-08-2011, 10:00
Replies: 3
Views: 1,081
Posted By kropto
Re: name block

Not for
Forum: Suggestions / Requests 09-08-2011, 06:10
Replies: 3
Views: 1,081
Posted By kropto
name block

How to block the name change the game?

console: name
Forum: Suggestions / Requests 09-04-2011, 13:32
Replies: 4
Views: 1,192
Posted By kropto
Re: amxbank 1.7, sqlx

please help
Forum: Suggestions / Requests 09-04-2011, 11:14
Replies: 4
Views: 1,192
Posted By kropto
Forum: Suggestions / Requests 08-30-2011, 10:11
Replies: 4
Views: 1,774
Posted By kropto
Re: email validate

Write how to be
Forum: Approved Plugins 08-29-2011, 16:25
Replies: 30
Views: 25,503
Posted By kropto
Re: call an admin via email

Why is this error?
Error on sending mail: error 3
Forum: New Plugin Submissions 08-25-2011, 08:18
Replies: 435
Views: 461,091
Posted By kropto
Re: JailBreak Mod

ML_NOT_FOUND: JB_DAY_M72

JB_DAY_M72 = The Ent with model #:%s,and Class name:%s was set as the button

?
Forum: New Plugin Submissions 08-23-2011, 12:55
Replies: 435
Views: 461,091
Posted By kropto
Re: JailBreak Mod

public msgMenu( msg, dest, id )
{
static block;
block = get_msg_block( msg );
set_msg_block( msg, block );

return PLUGIN_HANDLED;
}
Forum: Suggestions / Requests 08-22-2011, 19:52
Replies: 4
Views: 1,774
Posted By kropto
Re: email validate

It is possible to do this?

"^[a-z0-9]+([-_\.]?[a-z0-9])+@[a-z0-9]+([-_\.]?[a-z0-9])+\.[a-z]{2,4}"
Forum: Suggestions / Requests 08-22-2011, 19:35
Replies: 4
Views: 1,774
Posted By kropto
email validate

How to check whether the email adress is entered incorrectly?

Or how to check whether there are these marks? @ and . (dot)

if(!containi(say, "@") > -1)
{
client_print(id, print_chat,...
Forum: New Plugin Submissions 08-21-2011, 09:06
Replies: 435
Views: 461,091
Posted By kropto
Re: JailBreak Mod

Shot 4 shot No reload guns
Forum: Scripting Help 08-17-2011, 18:12
Replies: 1
Views: 3,164
Posted By kropto
"Press duck for menu Spectator" position

What are the coordinates of this dhud?

"Press duck for menu Spectator"
Forum: Suggestions / Requests 08-16-2011, 03:32
Replies: 1
Views: 919
Posted By kropto
Random symbols

How do I generate random characters?
Symbol should be 5

Example:

xc^v_
fqk0V
1sD6z
etc.
Forum: Suggestions / Requests 08-15-2011, 13:59
Replies: 1
Views: 956
Posted By kropto
unixtime

How do I do?



get_time("%Y , %m , %d , %H , %M", time, 53);

new iUnixTime = TimeToUnix( "%s", time );
Forum: New Plugin Submissions 08-09-2011, 07:38
Replies: 435
Views: 461,091
Posted By kropto
Re: JailBreak Mod

please make sqlx point
Forum: Trash 08-06-2011, 18:16
Replies: 0
Views: 589
Posted By kropto
amxbank sqlx

Can you redo the plugin on sqlx?

http://forums.alliedmods.net/showthread.php?p=71989
Forum: Unapproved/Old Plugins 08-05-2011, 09:32
Replies: 34
Views: 16,391
Posted By kropto
Re: Pokemon Dollar

please make sqlx :)
Forum: Suggestions / Requests 08-04-2011, 13:59
Replies: 0
Views: 578
Posted By kropto
vault amxbank 2.0

What you can redo the sqlx?
Forum: Suggestions / Requests 07-31-2011, 14:23
Replies: 1
Views: 1,051
Posted By kropto
strpos

Is there such a feature amxmodx?

strpos
Forum: HL1 Servers (HLDS) 07-28-2011, 06:37
Replies: 1
Views: 1,995
Posted By kropto
Unable to initialize voice codec voice_miles. Voice disabled

how to fix it?

Unable to initialize voice codec voice_miles. Voice disabled
Forum: Suggestions / Requests 07-23-2011, 11:57
Replies: 5
Views: 3,463
Posted By kropto
Re: How to encode with AMXX?

new hash[100], salt[50], password[50]
md5(salt, charsmax(salt))
md5(password, charsmas(password))
add(hash, charsmax(hash), salt)
add(hash, charsmax(hash), password)
md5(hash, charsmax(hash))
...
Showing results 1 to 25 of 67

 
Forum Jump

All times are GMT -4. The time now is 21:42.


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