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

Showing results 1 to 25 of 132
Search took 0.01 seconds.
Search: Posts Made By: Larcyn
Forum: Suggestions / Requests 03-27-2013, 13:13
Replies: 11
Views: 2,516
Posted By Larcyn
Re: set_task help

Put the compiled file on the top of your plugins.ini and restart your server.
Forum: Off-Topic 03-12-2013, 18:39
Replies: 7
Views: 1,446
Posted By Larcyn
Re: Rental system

I don't think there are any systems like this for free.
Forum: Approved Plugins 06-29-2012, 13:52
Replies: 113
Views: 142,643
Posted By Larcyn
Re: Country kicker

Nice bump, and yes, you can block that by storing their steamid in a database or in a text file, and then check if the user has been kicked before
Forum: Scripting Help 06-26-2012, 17:40
Replies: 2
Views: 1,371
Posted By Larcyn
Semiclip + Autounstuck

Hello, I'm having some trouble with an autounstuck and semiclip plugin. When a player has semiclip and he is standing in another player in his team he gets unstucked because the autounstuck plugin...
Forum: Suggestions / Requests 06-16-2012, 09:36
Replies: 18
Views: 14,976
Posted By Larcyn
Re: Req VIP in scoreboard

I was wrong. It is impossible, the CS Engine won't allow you to do it.
Forum: Suggestions / Requests 06-15-2012, 07:48
Replies: 7
Views: 1,396
Posted By Larcyn
Re: [REQ] Progress bar

You could use a while loop and for each time you loop, a "| " should be added into your main string.

You must tell how much XP the player should have when he should reach 100% also, otherwise...
Forum: HL1 Servers (HLDS) 06-14-2012, 07:23
Replies: 2
Views: 1,002
Posted By Larcyn
Re: hlds linux server errors

Are you running ubuntu?
Forum: Suggestions / Requests 06-08-2012, 17:31
Replies: 1
Views: 613
Posted By Larcyn
Re: Hns_timer_sound

If you are using exolents HideNSeek mod you can easily change it at the TaskHideTimer()

Search for a line similar to this:
client_cmd( client, "spk vox/%s.wav", szSound );

And edit it
Forum: Suggestions / Requests 06-03-2012, 13:16
Replies: 1
Views: 922
Posted By Larcyn
[Request] Possible to detect MOTD Close

Hello, I wonder if it's possible to detect when a player closes a MOTD

Thanks in advance.
Forum: Suggestions / Requests 05-26-2012, 18:30
Replies: 1
Views: 728
Posted By Larcyn
Re: [HELP] index suggest

"id" is the player who is activating the action, and inside the action there's a loop through all players, and the index there is "iPlayer"
Forum: Suggestions / Requests 05-25-2012, 18:08
Replies: 4
Views: 1,213
Posted By Larcyn
Re: 32 bit test

Change your kick_player to this:


public kick_player(id)
{
new szName[32]; get_user_name(id, szName, charsmax(szName))
client_print(0, print_chat, "%s failed at the 32bit test. He is...
Forum: Suggestions / Requests 05-17-2012, 18:02
Replies: 10
Views: 2,206
Posted By Larcyn
Re: [req] Scripted wallhack - possible to make?

Yes of course I have. Isn't it better to use write_coord that already is included in amxmodx instead of including fakemeta?
Forum: Suggestions / Requests 05-17-2012, 08:10
Replies: 10
Views: 2,206
Posted By Larcyn
Re: [req] Scripted wallhack - possible to make?

I created you a line drawer, it's not what you want but try it :P

Commands: /location

Location will get up the location menu, it will list up all alive players & then you press on a name and...
Forum: Suggestions / Requests 05-17-2012, 07:28
Replies: 10
Views: 2,206
Posted By Larcyn
Re: [req] Scripted wallhack - possible to make?

I think I've seen this somewhere, but instead of printing a message a line is drawn between the two players.
Forum: Scripting Help 05-12-2012, 16:16
Replies: 8
Views: 1,911
Posted By Larcyn
Re: Value float or Integer?

I am aware that I can use %.2f in this case, but it would be better if i just had plain numbers instead of decimals when it's an integer value.
Forum: Suggestions / Requests 05-12-2012, 16:12
Replies: 3
Views: 928
Posted By Larcyn
Re: I wont sma code to AdminPrefix+CityChat+ini

Search, if you can't find them they're private.
Forum: Scripting Help 05-12-2012, 07:13
Replies: 10
Views: 2,273
Posted By Larcyn
Re: [Q.?] random_num

Oh, I even misunderstood you, lol.
Forum: Scripting Help 05-12-2012, 07:00
Replies: 10
Views: 2,273
Posted By Larcyn
Re: [Q.?] random_num

Do it easier for yourself,

at case 5 add this:


switch(random_num(1, 4))
{
case 1: // If random num is 1 add code here.
case 2: // If random num is 2 add code here.
case 3: //...
Forum: Scripting Help 05-12-2012, 06:19
Replies: 8
Views: 1,911
Posted By Larcyn
Re: Value float or Integer?

Thanks for your replys, but these can't help me. I should provide more information I guess.

I'm trying to add it into a calculator I made, http://forums.alliedmods.net/showthread.php?t=172415
...
Forum: Scripting Help 05-11-2012, 17:10
Replies: 8
Views: 1,911
Posted By Larcyn
Value float or Integer?

Hello,

How can I check if a value is a float or if it's an integer?

I need something similar like the PHP Function: is_float($x) and is_int($x)
http://php.net/manual/en/function.is-float.php...
Forum: New Plugin Submissions 05-11-2012, 17:05
Replies: 31
Views: 20,277
Posted By Larcyn
Re: [AMXX] Calculator

I totally forgot that I've made this plugin. Today I saw it in my thread section and decided to update it.

New version: 1.2.0, includes the chat support Fysiks made thanks to Sylwester.
A small...
Forum: Suggestions / Requests 05-10-2012, 07:08
Replies: 1
Views: 778
Posted By Larcyn
Re: Community seeking coder ($$$)

Contact me at steam. Steamname: arecs730
Forum: Suggestions / Requests 05-05-2012, 13:01
Replies: 3
Views: 1,366
Posted By Larcyn
Re: playing time (Show only hours)

Try this, sorry for doublepost.

#include <amxmodx>
#include <nvault>
#include <time>

#define VERSION "0.0.1"
#define PLUGIN "Played Time"

#define MAX_PLAYERS 32
Forum: Unapproved/Old Plugins 05-04-2012, 07:57
Replies: 33
Views: 17,928
Posted By Larcyn
Re: Experience Mode [Hide'N'Seek]

Save with nVault and add all save data into the same string.

You can easily add the code below

public SaveGrenade(id) {
new SteamID[32]
get_user_authid(id, SteamID, charsmax(SteamID))...
Forum: Suggestions / Requests 04-30-2012, 18:35
Replies: 10
Views: 4,230
Posted By Larcyn
Re: JailBreak Days menu!!

Do not bump your thread, and translate it to english if you need help
Showing results 1 to 25 of 132

 
Forum Jump

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


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