Advertisement
Guest User

asdasd

a guest
May 27th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. new string[512];
  2. format(string, sizeof(string), "[DEBUG] ID: %i | Name: %s | Admin: %i | Money: %i | Skin: %i | Health: %f | Armour: %f",
  3. Player[playerid][pID],
  4. Player[playerid][pName],
  5. Player[playerid][pAdminLevel],
  6. Player[playerid][pMoney],
  7. Player[playerid][pSkin],
  8. Player[playerid][pHealth],
  9. Player[playerid][pArmour]);
  10. SendClientMessage(playerid, COLOR_WHITE, string);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement