Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- // textureName
- last_team_standing_icon
- shop_arrows_upANDdown
- tennis_icon
- deathmatch_marker_256
- MP_hostCrown
- MP_SpecItem_Coke
- MP_SpecItem_Heroin
- MP_SpecItem_Weed
- MP_SpecItem_Meth
- MP_SpecItem_Cash
- survival_icon
- shop_NEW_Star
- Shop_Tick_Icon
- Shop_Box_CrossB
- Shop_Box_Cross
- Shop_Box_BlankB
- Shop_Box_Blank
- Shop_Box_TickB
- Shop_Box_Tick
- basejump_icon
- Shop_Clothing_Icon_B
- Shop_Clothing_Icon_A
- Shop_GunClub_Icon_B
- Shop_GunClub_Icon_A
- Shop_Ammo_Icon_B
- Shop_Ammo_Icon_A
- Shop_Armour_Icon_B
- Shop_Armour_Icon_A
- Shop_Health_Icon_A
- Shop_Health_Icon_B
- Shop_MakeUp_Icon_B
- Shop_MakeUp_Icon_A
- Shop_Tattoos_Icon_B
- Shop_Tattoos_Icon_A
- Shop_Garage_Icon_B
- Shop_Garage_Icon_A
- Shop_Garage_Bike_Icon_B
- Shop_Garage_Bike_Icon_A
- Shop_Barber_Icon_B
- Shop_Barber_Icon_A
- darts_icon
- corona_point
- shop_Lock
- vehicledeathmatch_icon
- arrowleft
- arrowright
- MP_AlertTriangle
- gangattack_icon
- Shop_Michael_Icon_B
- Shop_Michael_Icon_A
- Shop_Franklin_Icon_B
- Shop_Franklin_Icon_A
- Shop_Trevor_Icon_B
- Shop_Trevor_Icon_A
- sea_race_icon
- foot_race_icon
- // Streamedtexture
- CommonMenu
- MPWeaponsCommon
- mpmissmarkers256
- MPWeaponsGang0
- MPWeaponsGang1
- */
- void REQUEST_STREAMED_TEXTURE_DICT(char *, bool);
- bool HAS_STREAMED_TEXTURE_DICT_LOADED(char *);
- void DrawSprite(char * Streamedtexture, char * textureName, float x, float y, float width, float height, float rotation, int r, int g, int b, int a)
- {
- REQUEST_STREAMED_TEXTURE_DICT(Streamedtexture, false);
- HAS_STREAMED_TEXTURE_DICT_LOADED(Streamedtexture);
- DRAW_SPRITE(Streamedtexture, textureName, x, y, width, height, rotation, r, g, b, a);
- }
Advertisement
Add Comment
Please, Sign In to add comment