ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 3858

Give Players Modded Outfits

by LegendarySprx - 03-09-2018 - 01:53 AM
#1
Here you Go the give player Cop Outfit which you need to know the player mini menu code for it to work.

bool CopOutfit[] = { false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false };//20 for safe measures

int GiveCopOutfit[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };

void OutfitMods(int player)
{
PlayeMini::PlayerApperance(player, "TORSO", 0, 0);
PlayeMini::PlayerApperance(player, "HATS", 47, 0);
PlayeMini::PlayerApperance(player, "GLASSES", 6, 1);
PlayeMini::PlayerApperance(player, "LEGS", 35, 0);
PlayeMini::PlayerApperance(player, "SHOES", 25, 0);
PlayeMini::PlayerApperance(player, "SPECIAL1", 0, 0);
PlayeMini::PlayerApperance(player, "SPECIAL2", 58, 0);
PlayeMini::PlayerApperance(player, "TORSO2", 55, 0);
}
void CopOutfit2(int player)
{
if (CopOutfit[player] == true)
{
GiveCopOutfit[player] = GiveCopOutfit[player] + 1;
if (GiveCopOutfit[player] < 1000)
{
OutfitMods(player);
}
else
{
CopOutfit[player] = 0;
GiveCopOutfit[player] = false;
}
}
}
Reply
#2
and where we can get player minimenu

ir u r going to leak something leak it complete
Reply
#3
& plz hide the code, well, anyway it doesnt coints nothing special
Reply
#4
(03-09-2018 - 04:34 AM)BModzMasterTM Wrote: and where we can get player minimenu

ir u r going to leak something leak it  complete

learn to code...




              
Fire    ??????? ????  Fire
Reply
#5
Dear forum-ers:

If you want to get the control of all sessions, you need this:

a=1;
GetControl();

Now, you only need to know GetControl.

Shit. Waste. This is ridiculous.
Reply
#6
the players cant see outfits

what is PlayerApperance native?
Reply
#7
Good work..........
Reply
#8
This is a good job! Great
Reply
#9
just meh .............
Reply
#10
Wow Lol don’t work loo
SPARBYMODZ  |  DEV    
Reply

Users browsing: 1 Guest(s)