Post: C++ Help?
03-18-2016, 03:35 PM #1
TehMerkMods
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({}); Basically I'm an idiot here :P
I Worded the whole thing really badly but aye i was tired af
(adsbygoogle = window.adsbygoogle || []).push({});
03-18-2016, 04:12 PM #2
Originally posted by TehMerkMods View Post
Okay so maybe to most of you this will be basic but im still learning C++ Fully
But how can i add my options without using game_hudelem_s maybe there is a way i could use like char[18] or something
basically i want something like this

char[18] MenuOptions;

MenuOptions = DrawText("blablabla");

I Can already draw my text but cant really seem to make a sub menu correctly


I'm not so sure what you're trying to accomplish here, what does DrawText return?
03-18-2016, 04:14 PM #3
TehMerkMods
I’m too L33T
Originally posted by John View Post
I'm not so sure what you're trying to accomplish here, what does DrawText return?


let me pm it's much easier
03-18-2016, 04:14 PM #4
Originally posted by TehMerkMods View Post
let me pm it's much easier


Just message me on Skype
03-18-2016, 06:01 PM #5
I'm sorry but this thread doesn't make much sense. Could you possibly try and re-word what you're saying? The reason why the traditional draw_text function returns a structure pointer is so you have access to the element you just allocated. In your example; it would have to be returning a string (your syntax is incorrect in your example btw, I can't tell if you're implying an array of 18 strings or characters; so im going with characters.), so as John said...what is DrawText supposed to be returning?

I advise visiting You must login or register to view this content. to learn more C++, it seems like you're currently lacking in both knowledge and logic within the subject...nothing some studying can't fix tho Winky Winky

The following user thanked Bitwise for this useful post:

Jim Halpert
03-19-2016, 09:31 AM #6
TehMerkMods
I’m too L33T
Originally posted by Bitwise View Post
I'm sorry but this thread doesn't make much sense. Could you possibly try and re-word what you're saying? The reason why the traditional draw_text function returns a structure pointer is so you have access to the element you just allocated. In your example; it would have to be returning a string (your syntax is incorrect in your example btw, I can't tell if you're implying an array of 18 strings or characters; so im going with characters.), so as John said...what is DrawText supposed to be returning?

I advise visiting You must login or register to view this content. to learn more C++, it seems like you're currently lacking in both knowledge and logic within the subject...nothing some studying can't fix tho Winky Winky


Sorry aha I worded this really badly John helped me now anyways :P Thanks tho and ill check that out now

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo