18.04.2017, 21:33
(
Последний раз редактировалось LazzyBoy; 22.08.2017 в 20:07.
)
Fixed thank you , repped the helper.
Seriously?
The code u posted is shit. The command is just changing the skin and does nothing else. Move back to basic |
FactionLoop(o)// allows to loop throught all factions
{
if( PlayerInfo[playerid][playerteam] != o )
{
if( iSkin == FactionInfo[o][fskin1] || iSkin == FactionInfo[o][fskin2 )) // and list goes on if you have different skin variables
{
return SendClientMessage(playerid,-1,"This skin is taken by a faction, you can't use it.");
}
}
}