Post: Gsc help!!!
01-16-2015, 12:59 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); im new to bo2 modding and i was wondering where do i paste the codes for a gsc menu? useing sharks menu base. sorry for bad spelling.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked trollman111 for this useful post:

saodsaad
01-16-2015, 04:08 PM #2
LegitGamer264
Vault dweller
Originally posted by trollman111 View Post
im new to bo2 modding and i was wondering where do i paste the codes for a gsc menu? useing sharks menu base. sorry for bad spelling.


Please remember next time that there is a Questions and help section in the bo2 GSC Scripts fourm
01-16-2015, 04:53 PM #3
Originally posted by trollman111 View Post
im new to bo2 modding and i was wondering where do i paste the codes for a gsc menu? useing sharks menu base. sorry for bad spelling.


If you find out, can you tell me please?
01-16-2015, 05:22 PM #4
ModyHacker
Gym leader
this is your menu:
     self add_menu("SubMenu1", "Main Menu", "Admin");
self add_option("SubMenu1", "Option 1");
self add_option("SubMenu1", "Option 2");
self add_option("SubMenu1", "Option 3");

self add_menu("SubMenu2", "Main Menu", "VIP");
self add_option("SubMenu2", "Option 1");
self add_option("SubMenu2", "Option 2");
self add_option("SubMenu2", "Option 3");

self add_menu("SubMenu3", "Main Menu", "Verified");
self add_option("SubMenu3", "Option 1");
self add_option("SubMenu3", "Option 2");
self add_option("SubMenu3", "Option 3");


now to ADD a function make one of the options like this:

    self add_option("SubMenu1", ::YOUROPTION);


and then at the bottem of your gsc just past the codes Happy (the "YOURNAME" and the function must be same!!)

    YOURNAME()
{
OPTION
}


I hope i helped you man! Happy

The following user thanked ModyHacker for this useful post:

trollman111

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo