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

Showing results 1 to 25 of 86
Search took 0.01 seconds.
Search: Posts Made By: ImXinR
Forum: Scripting Help 06-28-2011, 04:07
Replies: 8
Views: 1,835
Posted By ImXinR
Re: +use Button | 3Sec Boost | 20 Sec Cooldown.

Thanks ! Can you help me add also the client_print message for like "You can boost for %s Sec . and , You have to wait for %s cooldown .
Forum: Scripting Help 06-28-2011, 03:35
Replies: 13
Views: 2,325
Posted By ImXinR
Forum: Scripting Help 06-27-2011, 10:24
Replies: 8
Views: 1,835
Posted By ImXinR
Re: +use Button | 3Sec Boost | 20 Sec Cooldown.

Ok thanks , Can you help me add 20 sec delay , 3 sec boosting?
Forum: Scripting Help 06-27-2011, 06:15
Replies: 13
Views: 2,325
Posted By ImXinR
Re: How to save a player choice?

#include <amxmodx>
#include <amxmisc>
#include <colorchat>
#include <cstrike>
#include <fun>
#include <hamsandwich>

#define PLUGIN "TestMenu"
#define VERSION "1.0"
#define AUTHOR "Unknown"
Forum: Suggestions / Requests 06-27-2011, 04:39
Replies: 6
Views: 2,192
Posted By ImXinR
Re: Frostnade

I think what he meant was basically , When we normally use frostnade , We freeze right ? So when we are done freezing , We can just straight away walk like having the normal speed instead of walking...
Forum: Scripting Help 06-27-2011, 03:45
Replies: 8
Views: 1,835
Posted By ImXinR
+use Button | 3Sec Boost | 20 Sec Cooldown.

How Do I set the user like , By press +use (e button) They can boost for 3 seconds & a 20 second cool down . They just have to press E once , Then they will be able to boost for 3 sec.
I've tried...
Forum: Scripting Help 06-27-2011, 03:19
Replies: 13
Views: 2,325
Posted By ImXinR
Re: How to save a player choice?

Orh .. But I typed like how I did in the code above but doesn't work :(
Forum: Scripting Help 06-26-2011, 04:27
Replies: 13
Views: 2,325
Posted By ImXinR
Re: How to save a player choice?

Like > ?
new g_myarray[33]

case 1 :
{
// Stuff ~~
g_myarray[id] = 1
}
case 2 :
{
Forum: Scripting Help 06-26-2011, 03:32
Replies: 13
Views: 2,325
Posted By ImXinR
[Solved] How to save a player choice?

Just like the topic , How do I save a player's Menu Selection choice ? If the player choose option 1 , Then the next round , The thing happening in Option 1 will not keep repeating and will remember...
Forum: Scripting Help 06-22-2011, 23:42
Replies: 11
Views: 2,871
Posted By ImXinR
Re: HUD MSG!

Why don't you try getting code from here o.o (http://forums.alliedmods.net/showthread.php?p=795620)
Forum: Scripting Help 03-22-2011, 05:53
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity Access

Hmm then how should I do it ? :O
Forum: Scripting Help 03-05-2011, 21:37
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity Access

public grab( id, level, cid )
{
new iFlags = get_user_flags( iPlayer ); // flags of player who is grabbing

if( ( iFlags & ADMIN_IMMUNITY )
|| ( iFlags & ADMIN_RESERVATION ) && (...
Forum: Scripting Help 02-28-2011, 04:49
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity Access

I've tried it but cant. Can you give me the full code of everything? cos maybe I may put something wrongly.
Forum: Scripting Help 02-25-2011, 01:34
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity Access

I tried it but it keeps giving me error such as "return <value>" unable to compile.
Forum: Scripting Help 02-24-2011, 09:04
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity Access

In this plugin , All admin can grab each other.

What I meant/want is , Only Admin with flag A can grab anyone . But Admin with flag B can grab anyone but not flag a admin.
Forum: Scripting Help 02-24-2011, 06:02
Replies: 15
Views: 3,220
Posted By ImXinR
Forum: Scripting Help 02-10-2011, 03:30
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity

Ok Thanks.
Forum: Suggestions / Requests 02-09-2011, 06:17
Replies: 14
Views: 2,696
Posted By ImXinR
Re: Some requests

Oh Ok . Here , Try this . Compiles fine . But dono whether work anot.
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "Name Management"
#define VERSION "1.0"
#define...
Forum: Suggestions / Requests 02-09-2011, 05:26
Replies: 14
Views: 2,696
Posted By ImXinR
Re: Some requests

Umm I did nth much though.. lawl. merely changed cvar to
And as for the Error not found message , Download the txt file . From where you find the plugin name_management.amxx . And edit the txt...
Forum: Scripting Help 02-09-2011, 03:39
Replies: 15
Views: 3,220
Posted By ImXinR
Re: Immunity

Can any admin/moderator help me move this thread to scripting help ?
Forum: Suggestions / Requests 02-09-2011, 03:00
Replies: 14
Views: 2,696
Posted By ImXinR
Re: Some requests

Try??
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "Name Management"
#define VERSION "1.0"
#define AUTHOR "Alka"

enum CVARS {
Forum: Suggestions / Requests 02-09-2011, 02:52
Replies: 5
Views: 2,817
Posted By ImXinR
Re: Question about mp_freezetime

The thread which is regarding to this has been made b4 . Search google But anyway ,
Here ,
#include <amxmodx>
#include <amxmisc>
#include <fakemeta>

#define PLUGIN "Team Freeze"
#define...
Forum: Suggestions / Requests 02-08-2011, 04:19
Replies: 14
Views: 2,859
Posted By ImXinR
Re: () is connecting...

Yeah this plugin shows when someone is connecting , meaning , When someone is loading the game , It will print the message . And also when player has joined , The message will be printed agn.
Forum: Suggestions / Requests 02-08-2011, 03:26
Replies: 5
Views: 1,216
Posted By ImXinR
Forum: Suggestions / Requests 02-08-2011, 03:13
Replies: 5
Views: 1,216
Posted By ImXinR
Re: [HELP]Required all players frags logs.

Here , Remember The Score (http://forums.alliedmods.net/showthread.php?p=784573)
Showing results 1 to 25 of 86

 
Forum Jump

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


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