• This is a reminder of 3 IMPORTANT RULES:

    1- External self-promotion websites or apps are NOT allowed here, like Discord/Twitter/Patreon/etc.

    2- Do NOT post in other languages. English-only.

    3- Crack/Warez/Piracy talk is NOT allowed.

    Breaking any of the above rules will result in your messages being deleted and you will be banned upon repetition.

    Please, stop by this thread SoccerGaming Forum Rules And Guidelines and make sure you read and understand our policies.

    Thank you!

HELP Reassign a kit for a specific competition

Garrox

Club Supporter
Hello guys,
I saw on a topic how to reassign a kit :
if (player.Kit == 66 and player.KitType == 0)
then
player.Kit = 114089
player.KitType = 0
end
And it works perfectly !

Today, I try to make a condition with a competition :
if (competition_id == 204)
then
if (player.Kit == 66 and player.KitType == 0)
then
player.Kit = 114089
player.KitType = 0
end
end

Unfortunately it doesn't works...
If anyone have a solution or an alternative ...

Thank you in advance !!!
 


Top