You are viewing our Forum Archives. To view or take place in current topics click here.
Please help me!
Posted:
Please help me!Posted:
Status: Offline
Joined: Mar 03, 201311Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Mar 03, 201311Year Member
Posts: 9
Reputation Power: 0
My friend is making a mod menu and he wants a message in it... Could anyone reply to the topic with the code for? Thanks
#2. Posted:
Status: Offline
Joined: Aug 27, 201212Year Member
Posts: 401
Reputation Power: 15
Status: Offline
Joined: Aug 27, 201212Year Member
Posts: 401
Reputation Power: 15
What game is it for?
2020202020202
2020202020202
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 12, 201212Year Member
Posts: 1,082
Reputation Power: 50
Status: Offline
Joined: Jan 12, 201212Year Member
Posts: 1,082
Reputation Power: 50
What message? Like text on screen, or an Notification?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jul 07, 201212Year Member
Posts: 2,083
Reputation Power: 88
Status: Offline
Joined: Jul 07, 201212Year Member
Posts: 2,083
Reputation Power: 88
I believe ^(color) makes a color but that all I know I'll search it up on google BRB
And what game are we talking about
And what game are we talking about
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Oct 08, 201212Year Member
Posts: 396
Reputation Power: 15
Status: Offline
Joined: Oct 08, 201212Year Member
Posts: 396
Reputation Power: 15
if its cod4 (stealth menu) then its this...
vstr clic;bind button_b say ^...;bind button_x set scr_do_notify ^.....");
vstr clic;bind button_b say ^...;bind button_x set scr_do_notify ^.....");
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 03, 201311Year Member
Posts: 88
Reputation Power: 3
Status: Offline
Joined: Feb 03, 201311Year Member
Posts: 88
Reputation Power: 3
Well for mw2
SV"-1,0, " c \"^3Your message here"\\);
Sorry that may not be fully correct cause I'm on my phone derp lol
SV"-1,0, " c \"^3Your message here"\\);
Sorry that may not be fully correct cause I'm on my phone derp lol
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Jul 14, 201212Year Member
Posts: 135
Reputation Power: 5
Status: Offline
Joined: Jul 14, 201212Year Member
Posts: 135
Reputation Power: 5
Well I only know of one code, scr_do_notify sometxthere
And use ^ and a # beside to change color like tble below.
Red ^1
Green ^2
Yellow ^3
Blue ^4
Cyan ^5
Magenta ^6
White ^7
Gray ^8
Black ^0
Hope it helps your friend out!
And use ^ and a # beside to change color like tble below.
Red ^1
Green ^2
Yellow ^3
Blue ^4
Cyan ^5
Magenta ^6
White ^7
Gray ^8
Black ^0
Hope it helps your friend out!
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jul 29, 201113Year Member
Posts: 1,237
Reputation Power: 114
Status: Offline
Joined: Jul 29, 201113Year Member
Posts: 1,237
Reputation Power: 114
what cod is it for and what do u mean message where it pops up as a notification or on screen text
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: May 02, 201212Year Member
Posts: 461
Reputation Power: 19
Status: Offline
Joined: May 02, 201212Year Member
Posts: 461
Reputation Power: 19
if its for mw2 and you want it to be in the middle of your screen it would be c "^2ttg"
or if you want it in your killfeed it would be f "^2ttg"
or if you want it in your killfeed it would be f "^2ttg"
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.