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

[REQ] HELP Please..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-12-2016 , 09:32   [REQ] HELP Please..
Reply With Quote #1

Hi all

Hey any one add COST and Adrenaline in my testing code please..?? player open menu just then menu top Player money and player cost show


Adrenaline api help >>click here<<

Spoiler



Last edited by shehzad1234; 12-12-2016 at 09:35.
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-13-2016 , 04:08   Re: [REQ] HELP Please..
Reply With Quote #2

BUMP
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 12-13-2016 , 05:30   Re: [REQ] HELP Please..
Reply With Quote #3

Send your adrenaline SC
__________________
Relaxing is offline
Alber9091
Veteran Member
Join Date: Jun 2014
Location: Karachi, Pakistan
Old 12-13-2016 , 05:34   Re: [REQ] HELP Please..
Reply With Quote #4

Quote:
Originally Posted by Relaxing View Post
Send your adrenaline SC
Check Spoiler ..!!
Alber9091 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 12-13-2016 , 05:42   Re: [REQ] HELP Please..
Reply With Quote #5

Where on earth is it.
Just found this: https://forums.alliedmods.net/showthread.php?t=102051

- That's not even close what I'm looking for xP
__________________
Relaxing is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-13-2016 , 06:54   Re: [REQ] HELP Please..
Reply With Quote #6

Quote:
Originally Posted by Relaxing View Post
Where on earth is it.
Just found this: https://forums.alliedmods.net/showthread.php?t=102051

- That's not even close what I'm looking for xP
check spoiler and bro its adrenaline mod i want adrenalien but mod is jctf jctf mod is here
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 12-13-2016 , 15:13   Re: [REQ] HELP Please..
Reply With Quote #7

If you want to show players currently adrenaline
PHP Code:
player_cmd_adrenaline(id
An example
PHP Code:
new menu menu_create("Shop^nMoney: $%s^nAdrenaline: %s"cs_get_user_money(id), player_cmd_adrenaline(id"Handler"
__________________
Relaxing is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 12-13-2016 , 17:54   Re: [REQ] HELP Please..
Reply With Quote #8

@Sheh
Quote:
Do not disrupt the readability of a thread with huge lengths of texts, wild color/font variations, or large images (this includes making the main body of all your posts a different font/color/style).
Quote:
Do not "bump" your threads. Bumping is posting simply to make the thread higher in the forum sort order.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-14-2016 , 05:50   Re: [REQ] HELP Please..
Reply With Quote #9

Quote:
Originally Posted by Relaxing View Post
If you want to show players currently adrenaline
PHP Code:
player_cmd_adrenaline(id
An example
PHP Code:
new menu menu_create("Shop^nMoney: $%s^nAdrenaline: %s"cs_get_user_money(id), player_cmd_adrenaline(id"Handler"
Bro add this on my code please..
shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
shehzad1234
BANNED
Join Date: Jan 2016
Location: https://t.me/pump_upp
Old 12-14-2016 , 06:40   Re: [REQ] HELP Please..
Reply With Quote #10

I'm added money please.. any one add adrenaline on the code please...??



PHP Code:
// Generated with v3x's AMXX Menu Generator

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

new g_iBlinkAcct

public plugin_init()
{
    
register_plugin("My Menu""1.0""Me");
    
register_clcmd("say /shoptest""ShowMenu"_"");
}

public 
ShowMenu(id)
{
    new 
Test[101], money cs_get_user_money(id);
    
formatex(Test,100"\rP[K]K \yCTF Menu^n^nYour Money:\r $%d"money);
    new 
menu menu_create(Test"mh_MyMenu");

    
menu_additem(menu"sho test"""0); // case 0

    
menu_setprop(menuMPROP_EXITMEXIT_ALL);

    
menu_display(idmenu0);

    return 
PLUGIN_HANDLED;
}

public 
mh_MyMenu(idmenuitem)
{
    if(
item == MENU_EXIT)
    {
        
menu_cancel(id);
        return 
PLUGIN_HANDLED;
    }

    new 
command[6], name[64], accesscallback;

    
menu_item_getinfo(menuitemaccesscommandsizeof command 1namesizeof name 1callback);

    switch(
item)
    {
        case 
0client_print(idprint_chat"You have selected sho test");
    }

    
menu_destroy(menu);

    return 
PLUGIN_HANDLED;

shehzad1234 is offline
Send a message via ICQ to shehzad1234 Send a message via AIM to shehzad1234 Send a message via Yahoo to shehzad1234
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:59.


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