Advertisement
Guest User

Untitled

a guest
Jul 1st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.52 KB | None | 0 0
  1. new skin[64];
  2. cache_get_field_content(0, "Skin", result); format(skin, 64, result); //linia problema
  3. //cache_get_field_content(0, "Skin", PlayerInfo[playerid][pSkin], skin, 64);
  4. sscanf(skin, "p<|>iiiiiiiiii", PlayerInfo[playerid][pSkin][0], PlayerInfo[playerid][pSkin][1], PlayerInfo[playerid][pSkin][2],
  5. PlayerInfo[playerid][pSkin][3], PlayerInfo[playerid][pSkin][4], PlayerInfo[playerid][pSkin][5], PlayerInfo[playerid][pSkin][6], PlayerInfo[playerid][pSkin][7], PlayerInfo[playerid][pSkin][8], PlayerInfo[playerid][pSkin][9]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement