Sharpiee Posted June 14, 2016 Share Posted June 14, 2016 I'm just trying to simply get the name of my player and or other players in a game but documentation is poor around this topic. char *playerName = PLAYER::GET_PLAYER_NAME(PLAYER::INT_TO_PLAYERINDEX(PLAYER::GET_NUMBER_OF_PLAYERS())); while (true) { statusText = playerName; updateStatusText(); bool btnSelect, btnBack, btnUp, btnDown; getButtonState(&btnSelect, &btnBack, &btnUp, &btnDown, NULL, NULL); if (btnBack) { menu_beep(); renderMainMenu(); break; } else if (menuToggle()) { break; } } This crashes my game straight up bhavinbhai2707 1 Link to comment Share on other sites More sharing options...
bhavinbhai2707 Posted June 14, 2016 Share Posted June 14, 2016 (edited) I'm just trying to simply get the name of my player and or other players in a game but documentation is poor around this topic. char *playerName = PLAYER::GET_PLAYER_NAME(PLAYER::INT_TO_PLAYERINDEX(PLAYER::GET_NUMBER_OF_PLAYERS())); while (true) { statusText = playerName; updateStatusText(); bool btnSelect, btnBack, btnUp, btnDown; getButtonState(&btnSelect, &btnBack, &btnUp, &btnDown, NULL, NULL); if (btnBack) { menu_beep(); renderMainMenu(); break; } else if (menuToggle()) { break; } }This crashes my game straight up no online modding stupid just move away. . .i didn't knew that this was for online thats why i gave reply. . .just stay away from this forum if u want online modding Edited June 15, 2016 by bhavinbhai2707 Link to comment Share on other sites More sharing options...
unknown modder Posted June 14, 2016 Share Posted June 14, 2016 Try asking on a forum that is ok with gta online modifications Link to comment Share on other sites More sharing options...
AHK1221 Posted June 14, 2016 Share Posted June 14, 2016 More online modifications..... mods, lock this please. Link to comment Share on other sites More sharing options...
bhavinbhai2707 Posted June 15, 2016 Share Posted June 15, 2016 sry guys i didn't knew that this topic was for online as i m new. . . .m not in support of online modding at all Link to comment Share on other sites More sharing options...
frodzet Posted June 15, 2016 Share Posted June 15, 2016 (edited) sry guys i didn't knew that this topic was for online as i m new. . . .m not in support of online modding at all What? So you are Sharpiee? Or a magician? Sorry, but this topic make me confused :-P Edited June 15, 2016 by frodzet Link to comment Share on other sites More sharing options...
bhavinbhai2707 Posted June 16, 2016 Share Posted June 16, 2016 (edited) sry guys i didn't knew that this topic was for online as i m new. . . .m not in support of online modding at all What? So you are Sharpiee? Or a magician? Sorry, but this topic make me confused :-Pm a newbie in coding. . .n these guys who r telling that this topic was for online i didn't knew it. . .these guys help me in every corner of coding so i believe then n as said before i m against online coding that's all n making one thing clear m not sharpiee. . .actually i gave an answer to this topic. . .thats why i said sorry Edited June 16, 2016 by bhavinbhai2707 frodzet 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now