Skip to content

Commit

Permalink
Update csgor_giveaway.sma
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowsAdi authored Sep 13, 2024
1 parent 86bc5f8 commit d30bc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/csgor_giveaway.sma
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public ev_NewRound()
if(index != -1)
{
client_print_color(0, print_chat, "^4%s^1 %L", CSGO_TAG, LANG_SERVER, "CSGOR_GIVEAWAY_WON_BY", index, g_eSkin[szSkin])
g_eCvars[iType] ? csgor_set_user_statt_skins(index, g_eSkin[iSkin], csgor_get_user_statt_skins(id, g_eSkin[iSkin]) + 1) : csgor_set_user_skins(index, g_eSkin[iSkin], csgor_get_user_skins(id, g_eSkin[iSkin]))
g_eCvars[iType] ? csgor_set_user_statt_skins(index, g_eSkin[iSkin], csgor_get_user_statt_skins(index, g_eSkin[iSkin]) + 1) : csgor_set_user_skins(index, g_eSkin[iSkin], csgor_get_user_skins(index, g_eSkin[iSkin]))
g_bOpened = false
}
}
Expand Down

0 comments on commit d30bc5f

Please sign in to comment.