Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 44
Search took 0.01 seconds.
Search: Posts Made By: reidark
Forum: Suggestions / Requests 04-22-2012, 20:16
Replies: 6
Views: 1,696
Posted By reidark
Re: Parachute for VIPS!

Nop, dind't work.
I tried to make a new, but it's so hard.
Forum: Suggestions / Requests 04-22-2012, 16:23
Replies: 6
Views: 1,696
Posted By reidark
Re: Parachute for VIPS!

#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <cstrike>
#include <furien.inc>

#define PLUGINNAME "AMXX Parachute"
#define VERSION "0.2.3"
#define AUTHOR ...
Forum: Suggestions / Requests 04-22-2012, 16:03
Replies: 6
Views: 1,696
Posted By reidark
Re: Parachute for VIPS!

Thanks for the help, but i need all in the plugin :(
Forum: Suggestions / Requests 04-22-2012, 15:37
Replies: 6
Views: 1,696
Posted By reidark
Parachute for VIPS!

Hi guys, i'm here again :D
Okay, i need a parachute only for vips.

FLAG: T
ADMIN_LEVEL: H

For use, the player will use "E".
And the parachute cost = FREE!

Thanks guys!
Forum: Scripting Help 04-21-2012, 13:58
Replies: 6
Views: 1,947
Posted By reidark
Re: Where i define the VIP?

Oh, thanks!
But, what i need is VIP BY NICK AND PASSWORD!
I tried this: "reidark" "reidark" "r" "a"
And the plugin doesn't work :(

My plugin is: https://metamodsource.net/showthread.php?t=94366...
Forum: Scripting Help 04-21-2012, 12:12
Replies: 6
Views: 1,947
Posted By reidark
Re: Where i define the VIP?

No, i want know how i write in USERS.INI
The plugin is already complete.
Forum: Scripting Help 04-21-2012, 11:40
Replies: 6
Views: 1,947
Posted By reidark
Re: Where i define the VIP?

That's is the question.
I know the local is: users.ini, but i don't know how i write this.
Pls, write a example for me?
The flag is ADMIN_LEVEL_F
THANKS!
Forum: Scripting Help 04-21-2012, 11:02
Replies: 6
Views: 1,947
Posted By reidark
Where i define the VIP?

Hi guys, i have a simples question:

Where do I put the name of the VIP?

Example: I need the player "reidark" is VIP. Where do I put his name?

Thanks!
Forum: Suggestions / Requests 04-21-2012, 10:25
Replies: 3
Views: 1,126
Posted By reidark
Re: Message in 30segs...

Oh, thanks, but...
if i want to add colors in the message, how i make?
Forum: Suggestions / Requests 04-21-2012, 00:58
Replies: 3
Views: 1,126
Posted By reidark
Message in 30segs...

Hi guys, i need a code for send messages (print_chat) in 30segs.

The message is:

"Para abrir o menu aperte a tecla M ou digite /menu".

If possible, put color in "M" and "/menu" (red).
...
Forum: Suggestions / Requests 04-19-2012, 20:05
Replies: 0
Views: 718
Posted By reidark
Shop of Sell.

Hi guys...
I have a shop of buy, and now, i need a shop of sell itens of a shop of buy.
In menu appear only items that the player has.

My shop of buy is:


#include <amxmodx>
#include...
Forum: Scripting Help 04-19-2012, 19:04
Replies: 10
Views: 1,945
Posted By reidark
Re: Menu "case" doesn't work.

Thank guys, but who is right is: rak
I tried this:
client_cmd(id, "bunnyserver2")
And works!
THANKS!
</span>
Forum: Scripting Help 04-18-2012, 22:18
Replies: 10
Views: 1,945
Posted By reidark
Re: Menu "case" doesn't work.

public bhop(id)
{
new money = cs_get_user_money(id);
new cost = get_pcvar_num(bhopcost);

if(money > cost || money == cost)
{
cs_set_user_money(id, money - cost);...
Forum: Scripting Help 04-18-2012, 21:30
Replies: 10
Views: 1,945
Posted By reidark
Menu "case" doesn't work.

I have this "case".

case 6:
{
bhop(id)
}

And function bhop is:

public bhop(id)
Forum: Suggestions / Requests 04-12-2012, 20:41
Replies: 0
Views: 627
Posted By reidark
[REQ] Implement in my plugin...

Hi huys...
I make this shop, but have things i do not know to make.
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <fun>
#include <cstrike>
#include <engine>
#include...
Forum: Scripting Help 04-11-2012, 21:26
Replies: 3
Views: 1,024
Posted By reidark
Set task...

Hi guys, i am here again :D
Ok, i want "set_task" for 1 death.
Exemple: The player buy 1 item shop, if he's death, he lose the item.

I think this is done with set_task, but if you let me know...
Forum: Suggestions / Requests 04-11-2012, 21:21
Replies: 4
Views: 1,690
Posted By reidark
Re: [REQ] Buy lifes in Deathrun...

Voce é brasileiro né?
You are brazilian, right?
I put your code in my plugin, but when i buy life appears: I dont have money...
My blockmoney is: g_pBlockMoney = register_cvar(...
Forum: Suggestions / Requests 04-11-2012, 20:19
Replies: 4
Views: 1,690
Posted By reidark
[REQ] Buy lifes in Deathrun...

Hi huys...
Someone could create a code to add in my shop?
The code would be: Buy the lives Deathrun Manager by xPaw (http://forums.alliedmods.net/showthread.php?p=692544).
It's simple, just...
Forum: Scripting Help 04-11-2012, 19:14
Replies: 6
Views: 1,247
Posted By reidark
Re: Model bugued.

THIS!
I don't understand nVault and Pawn, sorry :(
Forum: Scripting Help 04-10-2012, 23:03
Replies: 6
Views: 1,247
Posted By reidark
Re: Model bugued.

I try this:


#include <amxmodx>
#include <amxmisc>
#include <nvault>


#define PLUGIN "model"
#define VERSION "1.0"
Forum: Scripting Help 04-10-2012, 22:34
Replies: 6
Views: 1,247
Posted By reidark
Model bugued.

Hi guys...
I increase this model in my plugin:

new viewknife;

new KNIFE1_VIEW [] = "models/deathrun/v_knife.mdl";
new KNIFE1_PLAYER [] = "models/p_knife.mdl";

public Deathrun_Knife(id)
{
Forum: Scripting Help 04-10-2012, 20:17
Replies: 6
Views: 2,215
Posted By reidark
Re: Deathrun Shop

What I need is to buy life, but are the livesof the plugin "Deathrun Manager by xPaw", and dont buy HP :(
Forum: Scripting Help 04-10-2012, 18:05
Replies: 6
Views: 2,215
Posted By reidark
Re: Deathrun Shop

Now i can make this shop with "money".
Plis, someone pass me the code of "Bunny Hop" and "Lifes" (Deathrun Manage by xPaw).
THANK'S!
Forum: Scripting Help 04-09-2012, 19:13
Replies: 6
Views: 2,215
Posted By reidark
Re: Deathrun Shop

Oh, thanks!
But, my plugin doesn't work, i choose the number (1,2,3...) and nothing happening.
How to fix?

@ edit

Glow work 100%, thanks bro.
Forum: Scripting Help 04-08-2012, 23:41
Replies: 6
Views: 2,215
Posted By reidark
Deathrun Shop

Hi guys ...
I'm trying to make a deathrun shop, but I'm lost!
Can anyone help me?
If someone can add the code to buy Glow, Bunnyhop and lives I thank you!
And plx, fix the bugs :D, because...
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT -4. The time now is 05:28.


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