Dialog Not showing fully
#1

The code below is not showing all that is there. Anyone got any help please help me



PHP код:
            format(stringgesizeof(stringge), "Name: %s\r\nPhoneNumber:(%d)\r\nSex: %s\r\nBank Account:$%s\r\nDrivers License: %s\r\nFlying License: %s\r\nFishing License: %s\r\nSailing License: %s\r\nWeapons License: %s\r\nVehicle Insurance: %s\
            \r\nTimes Arrested: %d\r\nWarrants:%d"
GetPlayerNameEx(giveplayeridENameType_RPName_NoMask), GetPVarInt(giveplayerid,"PhoneNumber"), GetSexName(GetPVarInt(giveplayerid,"Sex")), getNumberString(GetPVarInt(giveplayerid,"Bank")), text1text2text3,
            
text4text5text6getNumberString(GetPVarInt(giveplayerid,"TimesArrested")), GetPlayerWantedLevel(giveplayerid));
            
ShowPlayerDialog(playeridEFactionsDialog_PlayerMDCDIALOG_STYLE_MSGBOX,"Police MDC System",stringge,"Select","Exit"); 
Reply
#2

Try increasing the size of string stringge.
Reply
#3

Make your stringsingle to 248 bits or 512 if needed...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)