11.05.2014, 19:58
Quote:
Well i know, but i believe the problem isn't with the dialog!
Its with loading mysql data from OnGameModeInt... then calling OnPlayerConnect as for fetching the information at the same moment when the player connects... which will cause the player to freeze/crash... Try delaying the dialog display time, or displaying the dialog under OnPlayerRequestClass to give time for the information to load. |
EDIT: something has to be conflicting with it. I put a fully working one in and it does the same thing.