17.02.2018, 09:38
you`ve got this
and then you give User thisweapons
so add this instead of the first line i mentioned
PHP код:
duelinfo[user][weapid] = weaponid;
PHP код:
GivePlayerWeapon(user, duelinfo[user][weapid], 1000);
GivePlayerWeapon(user, duelinfo[user][weapid2], 1000);
PHP код:
duelinfo[user][weapid] = weapid;
duelinfo[user][weapid2] = weapid2;