Advertisement
Guest User

Untitled

a guest
Aug 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. SendClientMessageEx(targetid, COLOR_AQUA, "{33ccff}____________________ {ffffff}%s [%s] {33ccff}____________________", name, GetDate());
  2. SendClientMessageEx(targetid, COLOR_AQUA, "Level {ffffff}%i - {33ccff}Gender {ffffff}%s - {33ccff}Age {ffffff}%i - {33ccff}Hours {ffffff}%s - {33ccff}Phone {ffffff}%i", PlayerInfo[playerid][pLevel], gender, PlayerInfo[playerid][pAge], FormatNumber(PlayerInfo[playerid][pHours], 0), PlayerInfo[playerid][pPhone]);
  3. SendClientMessageEx(targetid, COLOR_AQUA, "Cash {ffffff}%s - {33ccff}Bank {ffffff}%s - {33ccff}Total Wealth {ffffff}%s - {33ccff}Cookies {ffffff}%s", FormatNumber(PlayerInfo[playerid][pCash]), FormatNumber(PlayerInfo[playerid][pBank]), FormatNumber(totalwealth), FormatNumber(PlayerInfo[playerid][pCookies], 0));
  4. SendClientMessageEx(targetid, COLOR_AQUA, "Experience {ffffff}%s/%s - {33ccff}Next Level {ffffff}%s - {33ccff}Upgrade Points {ffffff}%i", FormatNumber(PlayerInfo[playerid][pEXP], 0), FormatNumber((PlayerInfo[playerid][pLevel] * 4), 0), FormatNumber((PlayerInfo[playerid][pLevel] + 1) * 5000), PlayerInfo[playerid][pUpgradePoints]);
  5. SendClientMessageEx(targetid, COLOR_AQUA, "Crimes Commited {ffffff}%s - {33ccff}Times Arrested {ffffff}%s - {33ccff}Wanted Level {ffffff}%i", FormatNumber(PlayerInfo[playerid][pCrimes], 0), FormatNumber(PlayerInfo[playerid][pArrested], 0), PlayerInfo[playerid][pWantedLevel]);
  6. SendClientMessageEx(targetid, COLOR_AQUA, "Warnings {ffffff}%i - {33ccff}DM Warnings {ffffff}%i/3 - {ffffff}Report Warnings {33ccff}%i/3 - {ffffff}Weapon Restriction {33ccff}%i hours", PlayerInfo[playerid][pWarnings], PlayerInfo[playerid][pDMWarnings], PlayerInfo[playerid][pReportWarns], PlayerInfo[playerid][pWeaponRestricted]);
  7. SendClientMessageEx(targetid, COLOR_AQUA, "Faction {ffffff}%s - {33ccff}Rank {ffffff}%s - {33ccff}Division {ffffff}%s", faction, facrank, division);
  8. SendClientMessageEx(targetid, COLOR_AQUA, "Gang {ffffff}%s - {33ccff}Rank {ffffff}%s - {33ccff}Crew {ffffff}%s", gang, gangrank, gangcrew);
  9. SendClientMessageEx(targetid, COLOR_AQUA, "Paycheck {ffffff}%s - {33ccff}Insurance {ffffff}%s - {33ccff}Channel {ffffff}%i - {33ccff}VIP Package {ffffff}%s", FormatNumber(PlayerInfo[playerid][pPaycheck]), insurance, PlayerInfo[playerid][pChannel], GetVIPRank(PlayerInfo[playerid][pVIPPackage]));
  10. SendClientMessageEx(targetid, COLOR_AQUA, "Playing Time {ffffff}%i/60 mins - {33ccff}Jail Type {ffffff}%s - {33ccff}Jail Time {ffffff}%s - {33ccff}Double XP {ffffff}%i hours", PlayerInfo[playerid][pMinutes], jailtype, FormatNumber(PlayerInfo[playerid][pJailTime], 0), PlayerInfo[playerid][pDoubleXP]);
  11. SendClientMessageEx(targetid, COLOR_AQUA, "Job 1 {ffffff}%s - {33ccff}Job 2 {ffffff}%s - {33ccff}Married To {ffffff}%s", job, secondjob, PlayerInfo[playerid][pMarriedName]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement