[Source] SUDOMOD mod base (infamousdevteam)

Posts 3145 of 150 · Page 3 of 10
Quote Originally Posted by seamik View Post
So every single time the function this mod hook gets called, the menu natives get called. so you're calling drawing shit so often that it's eating memory. Hook something else.
Thabks, i thought so. By any chance got any functions if you dont mind?
How to create a loop in this base? please post example
Quote Originally Posted by FelixaAxel2 View Post
How to create a loop in this base? please post example
Code:
void Script::onTick()
in script.cpp loops. just make a function to slow it down if you want. I wouldnt recommend that for anything but checking if the open key is pressed.
Sudo Menu I Need elp
hy can you Help my hum When i put the draw of the Bgg base its say me thise when i finish to do a menu ...
Quote Originally Posted by super557 View Post
hy can you Help my hum When i put the draw of the Bgg base its say me thise when i finish to do a menu ...
Use Gyazo and send the link. Much faster then waiting for screenshot approval.
Its say i am not allowed to post a link ...

- - - Updated - - -

So When i Finish to edit my Draw Menu take on Bgg and i build Its My :

bool SpawnedPedHasGodMode already defined in dllmain.obj
bool centerd already defined in dllmain.obj
bool firstopenmenu already defined in dllmain.obj
bool leftpress already defined in dllmain.obj

Etc .... So Why, And How to fix That ?!
Quote Originally Posted by super557 View Post
Its say i am not allowed to post a link ...

- - - Updated - - -

So When i Finish to edit my Draw Menu take on Bgg and i build Its My :

bool SpawnedPedHasGodMode already defined in dllmain.obj
bool centerd already defined in dllmain.obj
bool firstopenmenu already defined in dllmain.obj
bool leftpress already defined in dllmain.obj

Etc .... So Why, And How to fix That ?!
You answered your own question in that statement. Read it carefully.
Yeah but i d'ont find the dllmain.obj ..
Quote Originally Posted by super557 View Post
Yeah but i d'ont find the dllmain.obj ..
Well from what I can tell, try removing the 4 functions it says. I'm not entirely sure where the error came from.
Yeah its not just 4 Function Its all Function For the Menu Like:
///////////////////////
//menu bools
int submenu = 0;
int submenuLevel;
int lastSubmenu[20];
int lastOption[20];
bool showCoords;
bool showInfos;
bool newTimerTick = true;
int maxTimerCount;
int currentOption;
int optionCount;
bool optionPress = false;
int selectedPlayer;
bool test = false;


float titlex = 0.845f;
float titlebox = 0.845f;
float menutext = 0.745f;
float backx = 0.845f;
bool centerd = false;
int width = 30;




int titleTextRed = 255;
int titleTextGreen = 255;
int titleTextBlue = 255;
int titleTextOpacity = 255;
/////////////////////////////
int menutextcolor[4] = { titleTextRed, titleTextGreen, titleTextBlue, titleTextOpacity };
int titleTextFont = 7;
int titleRectRed = 20;
int titleRectGreen = 20;
int titleRectBlue = 20;
int titleRectOpacity = 255;//
/////////////////////////
int backgroundRed = 15;
int backgroundGreen = 15;
int backgroundBlue = 15;
int backgroundOpacity = 220;
////////////////////////////////
int optionsRed = 255;
int optionsGreen = 255;
int optionsBlue = 255;
int optionsOpacity = 255;
int optionsFont = 6;
/////////////////////////////
int scrollerRed = 220;
int scrollerGreen = 220;
int scrollerBlue = 220;
int scrollerOpacity = 190;
/////////////////////////////
int highlightRed = 49;
int highlightGreen = 65;
int highlightBlue = 185;
int highlightOpacity = 255;
//////////////////////////////
int indicatorRed = 255;//
int indicatorGreen = 44;//
int indicatorBlue = 55;
int indicatorOpacity = 255;

So its for thise i need help because i d'ont Know where the Problem Come ..
Quote Originally Posted by super557 View Post
-snip-
I have the BGG base working, Im not sure why yours isnt working.
do you have skype so if you have add my and i show you my its: tigredu96
Hi erm could u ans one of my qs, the new dlc is coming and they might patch this source of yours why didn't u wait till the dlc is release?idk how to use but i am curious so excuse me for my inexperience, or is it not possible for this source to be patch?
Quote Originally Posted by kiefertoh View Post
Hi erm could u ans one of my qs, the new dlc is coming and they might patch this source of yours why didn't u wait till the dlc is release?idk how to use but i am curious so excuse me for my inexperience, or is it not possible for this source to be patch?
From what I understand from one of them telling, they released it now so R* doesnt have time to patch their method so we will have it next update.
Will be banned brush money? How much can a brush
Posts 3145 of 150 · Page 3 of 10

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?