Guest User

Untitled

a guest
Oct 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. format(coordsstring, sizeof(coordsstring),"=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*[ %s ]*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=",name);
  2. SendClientMessage(playerid, COLOR_LIMEGREEN,coordsstring);
  3. format(coordsstring, sizeof(coordsstring), "Niveau:[%d] Sexe:[%s] Age:[%d] Cash:[$%d] Banque:[$%d] Tel:[%d] Respect:[%d/%d]", level,atext,age,cash,account,pnumber,exp,expamount);
  4. SendClientMessage(playerid, COLOR_GRAD1,coordsstring);
  5. format(coordsstring, sizeof(coordsstring), "FaussMats:[%d] Heures Jouées:[%d] Gros Poissons:[%d] Temps Arreté:[%d] Job:[%s]", faussmats, ptime,bigfish,arrests,jtext);
  6. SendClientMessage(playerid, COLOR_GRAD3,coordsstring);
  7. format(coordsstring, sizeof(coordsstring), "Drogues:[%d] Materiaux:[%d] Team:[%s] Organisation:[%s] Rang:[%s]",drugs,mats,ttext,ftext,rtext);
  8. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  9. format(coordsstring, sizeof(coordsstring), "Langue 1:[Francais] Langue 2:[%s] Langue 3:[%s] Points Permis:[%d]",lang1text,lang2text,pointpermis);
  10. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  11. format(coordsstring, sizeof(coordsstring), "RangDonateur:[%s] Talkie Walkie Fréquence:[%d] FNO:[%s] Rang FNO:[%d]", drank, PlayerInfo[targetid][pWTc], FamilyInfo[family][FamilyName], PlayerInfo[targetid][pRank]);
  12. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  13. //format(coordsstring, sizeof(coordsstring), "FNO %d:%s | Rang FNO: %d:%s.",family,FamilyInfo[family][FamilyName],PlayerInfo[targetid][pRank],rftext);
  14. //SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  15. new carkey = PlayerInfo[playerid][pPcarkey];
  16. new carkey2 = PlayerInfo[playerid][pPcarkey2];
  17. new carkey3 = PlayerInfo[playerid][pPcarkey3];
  18. if (PlayerInfo[playerid][pPcarkey] != -1)
  19. {
  20. format(coordsstring, sizeof(coordsstring), "1| VehModel:[%s] VehValue:[%d] VehColor1:[%d] VehColor2:[%d] VehLocked:[%d]", CarInfo[carkey][cDescription], CarInfo[carkey][cValue], CarInfo[carkey][cColorOne], CarInfo[carkey][cColorTwo], CarInfo[carkey][cLock]);
  21. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  22. }
  23. if (PlayerInfo[playerid][pPcarkey2] != -1)
  24. {
  25. format(coordsstring, sizeof(coordsstring), "2| VehModel:[%s] VehValue:[%d] VehColor1:[%d] VehColor2:[%d] VehLocked:[%d]", CarInfo[carkey2][cDescription], CarInfo[carkey2][cValue], CarInfo[carkey2][cColorOne], CarInfo[carkey2][cColorTwo], CarInfo[carkey2][cLock]);
  26. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  27. }
  28. if (PlayerInfo[playerid][pPcarkey3] != -1)
  29. {
  30. format(coordsstring, sizeof(coordsstring), "3| VehModel:[%s] VehValue:[%d] VehColor1:[%d] VehColor2:[%d] VehLocked:[%d]", CarInfo[carkey3][cDescription], CarInfo[carkey3][cValue], CarInfo[carkey3][cColorOne], CarInfo[carkey3][cColorTwo], CarInfo[carkey3][cLock]);
  31. SendClientMessage(playerid, COLOR_GRAD5,coordsstring);
  32. }
  33. if (PlayerInfo[playerid][pAdmin] >= 1)
  34. {
  35. format(coordsstring, sizeof(coordsstring), "Clef Maison:[%d] Clef Biz:[%d] Clef Location:[%d] Interior:[%d] Virtual World:[%d] Local:[%d]", housekey,bizkey,HireCar[targetid],intir,virworld,local);
  36. SendClientMessage(playerid, COLOR_GRAD6,coordsstring);
  37. }
  38. format(coordsstring, sizeof(coordsstring),"=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*[ %s ]*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=",name);
  39. SendClientMessage(playerid, COLOR_LIMEGREEN,coordsstring);
  40. }
  41. }
Add Comment
Please, Sign In to add comment