Advertisement
Guest User

Untitled

a guest
Feb 11th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. new skin[128];
  2. cache_get_field_content( 0, "Skins", skin, SQL, 128 );
  3. sscanf(skin, "p<|>iiiiiiiiiiiiiiiiiiii", PlayerInfo[playerid][pSkins][0],PlayerInfo[playerid][pSkins][1], PlayerInfo[playerid][pSkins][2], PlayerInfo[playerid][pSkins][3], PlayerInfo[playerid][pSkins][4], PlayerInfo[playerid][pSkins][5],
  4. PlayerInfo[playerid][pSkins][6], PlayerInfo[playerid][pSkins][7], PlayerInfo[playerid][pSkins][8], PlayerInfo[playerid][pSkins][9], PlayerInfo[playerid][pSkins][10], PlayerInfo[playerid][pSkins][11], PlayerInfo[playerid][pSkins][12], PlayerInfo[playerid][pSkins][13],
  5. PlayerInfo[playerid][pSkins][14], PlayerInfo[playerid][pSkins][15], PlayerInfo[playerid][pSkins][16], PlayerInfo[playerid][pSkins][17], PlayerInfo[playerid][pSkins][18], PlayerInfo[playerid][pSkins][19]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement