/stats command in dialog
#7

Quote:
Originally Posted by iMaxy
Посмотреть сообщение
PHP код:
    new string[6000];
    
strcat(string"Szint: [%d] - Nem: [%s] - Kor: [%d] - Kйszpйnz: [%d$] - Bankszбmla egyenleg: [%d$] - Йletero: [%0.1f] - Golyубllу mellйny[%0.1f]\n");
    
format(string,sizeof(string), stringPlayerInfo[playerb][pLevel], genderPlayerInfo[playerb][pAge], PlayerInfo[playerb][pMoney], PlayerInfo[playerb][pBank], HA);
    
strcat(string"Telefonszбm: [%d] - Jбtszott уrбk: [%d] - Kцvetkezo szint: [%d/%d] - Kцvetkezo szint бra: [%d$] - Tapasztalat pontok [%d]\n");
    
format(stringsizeof(string), stringPlayerInfo[playerb][pNumber], PlayerInfo[playerb][pHours], expexpamountcostlevelPlayerInfo[playerb][pExp]);
    
strcat(string,"Foglalkozбs: [%s] - Kцrцzйsi szint: [%d] - Elkцvetett buncselekmйny: [%d] - Letartуztatva: [%dx] - Gyilkossбg: [%d] - Halбl: [%d]\n");
    
format(string,sizeof(string), stringRPJN(playerb), PlayerInfo[playerb][pWanted], PlayerInfo[playerb][pCrimes], PlayerInfo[playerb][pArrested], PlayerInfo[playerb][pKill], PlayerInfo[playerb][pDeath]);
    
strcat(string"Frakciу: [%s] - Frakciу rang: [%s] - Banda: [%s] - Banda rang: [%s]\n");
    
format(string,sizeof(string), stringorgrankorg2rank2);
    
strcat(string"Ьzlet: [%s] - Hбz: [%s] - Garбzs: [%s]\n");
    
format(string,sizeof(string), stringRBT(PlayerInfo[playerb][pBiz]), RPHK(playerb), RPGK(playerb), RVN(GetVehicleModel(PlayerInfo[playerb][pVeh])), PlayerInfo[playerb][pVeh], RVN(GetVehicleModel(PlayerInfo[playerb][pVVeh])), PlayerInfo[playerb][pVVeh], RVN(GetVehicleModel(PlayerInfo[playerb][pVVVeh])), PlayerInfo[playerb][pVVVeh], RVN(GetVehicleModel(PlayerInfo[playerb][pVVVVeh])), PlayerInfo[playerb][pVVVVeh]);
    
strcat(string"Jбrmuvek: 1=%s - 2=%s - 3=%s - 4=%s");
    
fromat(stringsizeof(string), stringRVN(PlayerInfo[playerb][vModel]), RVN(PlayerInfo[playerid][vVModel]), RVN(PlayerInfo[playerb][vVVModel]), RVN(PlayerInfo[playerb][vVVVModel]));
    
ShowPlayerDialog(playerid,DIALOG_STATS,DIALOG_STYLE_MSGBOX"Adataid"string,"Bezбrбs",""); 
It's still not working.
Reply


Messages In This Thread
/stats command in dialog - by TheAdii15 - 30.03.2017, 17:10
Re: /stats command in dialog - by Toroi - 30.03.2017, 17:13
Re: /stats command in dialog - by TheAdii15 - 30.03.2017, 17:16
Re: /stats command in dialog - by Toroi - 30.03.2017, 17:19
Re: /stats command in dialog - by iMaxy - 30.03.2017, 17:19
Re: /stats command in dialog - by Toroi - 30.03.2017, 17:26
Re: /stats command in dialog - by TheAdii15 - 30.03.2017, 17:31
Re: /stats command in dialog - by TheAdii15 - 30.03.2017, 17:33
Re: /stats command in dialog - by Toroi - 30.03.2017, 17:56
Re: /stats command in dialog - by TheAdii15 - 30.03.2017, 18:35

Forum Jump:


Users browsing this thread: 1 Guest(s)