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

Showing results 1 to 25 of 97
Search took 0.01 seconds.
Search: Posts Made By: Alekkkk
Forum: Suggestions / Requests 12-19-2013, 13:37
Replies: 9
Views: 1,120
Posted By Alekkkk
Re: Gain Time to be admin

You know that you must make the server to never change the map , no afk kicker etc.. and if the player drops for 1 minute for some reason he will rage at you a lot because he lost hours to start...
Forum: Suggestions / Requests 12-19-2013, 12:42
Replies: 9
Views: 1,120
Posted By Alekkkk
Re: Gain Time to be admin

Its impossible to make it without because the map will change..
Forum: Unapproved/Old Plugins 10-14-2013, 12:22
Replies: 26
Views: 10,444
Posted By Alekkkk
Re: Random Buttons Game v1.2 ( Combo Contest )

Yes i can , will make it for you in a few days.


Yes , if you know how .. :)
Forum: Scripting Help 07-13-2013, 08:31
Replies: 3
Views: 936
Posted By Alekkkk
Re: Hello i new in here i need TuT how to...

https://forums.alliedmods.net/forumdisplay.php?f=83
Forum: Unapproved/Old Plugins 07-07-2013, 18:02
Replies: 26
Views: 10,444
Posted By Alekkkk
Re: Random Buttons Game v1.2 ( Combo Contest )

Move left is actually moving left , just left is looking left with the arrows :)
Forum: Unapproved/Old Plugins 07-07-2013, 11:52
Replies: 26
Views: 10,444
Posted By Alekkkk
Re: Random Buttons Game v1.2 ( Combo Contest )

Good for you. I can't find similar plugin here , if there is one sorry for that..
Forum: Unapproved/Old Plugins 07-07-2013, 06:42
Replies: 26
Views: 10,444
Posted By Alekkkk
Forum: Unapproved/Old Plugins 07-06-2013, 09:05
Replies: 26
Views: 10,444
Posted By Alekkkk
Random Buttons Game v1.2 ( Combo Contest )

Random Buttons Game v1.2

http://s18.************/9fa6n12md/2013_07_06_00001.jpg (http://************/image/9fa6n12md/)

descrDescription:

There was a request for this plugin a few times , this...
Forum: Suggestions / Requests 07-06-2013, 05:47
Replies: 4
Views: 1,244
Posted By Alekkkk
Re: Dodgeball day and combo contest

For combo contest that you want :
https://forums.alliedmods.net/showpost.php?p=1984439&postcount=2
Forum: Scripting Help 07-06-2013, 05:42
Replies: 1
Views: 744
Posted By Alekkkk
Re: Help with combo contest

Here you go , the latest version :)

#include < amxmodx >
#include < amxmisc >
#include < fakemeta >
#include < fun >
#include < cstrike >

new const names[][] =
{
Forum: Scripting Help 04-19-2013, 19:15
Replies: 21
Views: 3,925
Posted By Alekkkk
Re: Handle Menu

You can calculate which page you should display by divide the pressed key by the number of items per page.

For example if you have 7 songs per page it will be:

key = 5 ( page 1 )

key/7 =...
Forum: Suggestions / Requests 04-15-2013, 09:00
Replies: 13
Views: 2,339
Posted By Alekkkk
Re: [REQ] Combo contest

https://forums.alliedmods.net/showpost.php?p=1922845&postcount=8
Forum: Scripting Help 04-11-2013, 18:24
Replies: 20
Views: 3,608
Posted By Alekkkk
Re: Callback help

So you say that using callback is not efficient ?
Forum: Scripting Help 04-11-2013, 11:42
Replies: 20
Views: 3,608
Posted By Alekkkk
Re: Callback help

Backstabnoob , as far as i can see , he want the item to be shown as disabled. And he will still need to check the money when he pass through the items in the handler.
Forum: Scripting Help 04-11-2013, 08:50
Replies: 20
Views: 3,608
Posted By Alekkkk
Re: Callback help

#include < amxmisc >
#include < amxmodx >
#include < cstrike >

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"

new g_MenuCallback
Forum: Scripting Help 04-08-2013, 04:57
Replies: 42
Views: 19,053
Posted By Alekkkk
Re: If is user alive then is user connected?

Why you don't set only one task , and when the time comes ( in the task ) , get alive players , then you will not need is_user_alive neither is_user_connected...
Forum: Trash 04-06-2013, 12:44
Replies: 0
Views: 557
Posted By Alekkkk
Calculate difference between 2 numbers

Delete

Sorry my fault ;)
Forum: Scripting Help 04-01-2013, 11:29
Replies: 13
Views: 2,540
Posted By Alekkkk
Re: How can i calculate %

What do you mean ?

how to get what percent is 2 from 4 or ?

Edit:
If that is what you want

z = 4
y = 2
x = %
Forum: Scripting Help 03-31-2013, 09:37
Replies: 23
Views: 3,731
Posted By Alekkkk
Re: integer arrays, share data between functions

Can i ask why ? I'm just curious :)
Forum: Suggestions / Requests 03-30-2013, 06:48
Replies: 13
Views: 2,339
Posted By Alekkkk
Re: [REQ] Combo contest

Yeah i can do it , but then i should change the hud every time player goes one step further , so he can see his progress. I will edin the code later
Forum: Suggestions / Requests 03-29-2013, 21:24
Replies: 13
Views: 2,339
Posted By Alekkkk
Re: [REQ] Combo contest

#include < amxmodx >
#include < amxmisc >
#include < fakemeta >
#include < fun >
#include < cstrike >

new const names[][] =
{
"Attack",
"Jump",
Forum: Suggestions / Requests 03-29-2013, 18:05
Replies: 4
Views: 1,058
Posted By Alekkkk
Re: [REQ] Random Number

wtf , did you try it ?
If someone guess the number he will win immediately , if not the person who has the nearest number will win...
Forum: Suggestions / Requests 03-29-2013, 14:31
Replies: 4
Views: 1,058
Posted By Alekkkk
Re: [REQ] Random Number

#include < amxmodx >
#include < amxmisc >

new g_num, bool:g_capture

new g_chosen[ 33 ], g_result[ 33 ], g_winner[ 33 ]

new g_pMin, g_pMax, g_pCaptureTime

public plugin_init( )
Forum: Scripting Help 03-23-2013, 12:21
Replies: 2
Views: 810
Posted By Alekkkk
Re: What is player looking at ?( behind a wall )

Thank you very much, this code will be very helpful. It's far away from my goal but it is a good start :)
Forum: Scripting Help 03-23-2013, 07:33
Replies: 2
Views: 810
Posted By Alekkkk
What is player looking at ?( behind a wall )

Hello guys,
what i am trying to do is to check if a player is looking at another player who is behind the wall the first player is looking at.
I couldn't find a func doing this and i think its not...
Showing results 1 to 25 of 97

 
Forum Jump

All times are GMT -4. The time now is 07:51.


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