Post: [SPRX][SOURCE]Black Ice v1 [Almost complete]
07-25-2015, 04:37 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); This menu has everything working except for change maps and explosive bullets. The AC130 works but has a reloading time so you can't spam but if someone knows how to fix any of this let me know either by replying or by skype: mikeplaut23

TELL ME WHAT I SHOULD ADD

SOURCE:
You must login or register to view this content.

SPRX:
You must login or register to view this content.

IMAGES:
You must login or register to view this content.
Last edited by xCobraModzFTW ; 07-25-2015 at 04:40 PM.
07-25-2015, 07:57 PM #2
DextedMods
Bounty hunter
Nice but not so much Options :/
07-25-2015, 10:44 PM #3
you should add verification for players menu so you can give vip, etc,
07-26-2015, 03:06 AM #4
Originally posted by LoveModz
you should add verification for players menu so you can give vip, etc,


Lol I'm not really sure how
07-26-2015, 03:13 AM #5
callofduty16
Save Point
yea i want to add clients to but idk how
i wonder how?
07-26-2015, 04:46 AM #6
DudeCanMod
I am error
Originally posted by xCobraModzFTW View Post
Lol I'm not really sure how


typedef enum Status
{
None,
Vip,
Admin,
Co-Host,
Host
}; Status AccessLvL[18];

Status getAccessLevel(int client)
{
return AccessLvL[client];
}

bool isAllowed(int client, Status MinLevel = Vip)
{
return getAccessLevel(client) >= MinLevel;
}

There is your Verification System now just add a submenu in your base with clients using an integer of 0 - 17 like...
int SelectedClient[18];
Then change your menu text to the client name like...
ChangeText(option, (char*)(G_Client(0 - 17) + 0x320Cool Man (aka Tustin));
Then set the integer for each client in your functions like for when the client is selected....
if(Scroll == 1)
{
SelectedClient = 0;
ClientMenu(client); //Calls the client options menu
}
Last edited by DudeCanMod ; 07-26-2015 at 01:46 PM.
07-26-2015, 10:27 PM #7
zZHackzZ
Climbing up the ladder
Originally posted by xCobraModzFTW View Post
This menu has everything working except for change maps and explosive bullets. The AC130 works but has a reloading time so you can't spam but if someone knows how to fix any of this let me know either by replying or by skype: mikeplaut23

TELL ME WHAT I SHOULD ADD

SOURCE:
You must login or register to view this content.

SPRX:
You must login or register to view this content.

IMAGES:
You must login or register to view this content.


Use the offset for explosive bullets instead of setPerk
07-27-2015, 02:08 AM #8
Originally posted by zZHackzZ View Post
Use the offset for explosive bullets instead of setPerk


I tried the offset before but it didn't work. Do you have it ? I might of used the wrong offset
07-28-2015, 02:31 AM #9
Tristen
Who’s Jim Erased?
looks pretty nice man, good job
08-13-2015, 03:57 PM #10
Apex_Modz-
Do a barrel roll!
explosive bullets work Smile

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo