18.01.2019, 11:56
Quote:
It might be so easy for you since you're experienced.
Thanks. |
Quote:
Save the weapon id in a variable and check if it's the same weapon or not. What's so hard ?
|
Код:
new LastShotWeapon[MAX_PLAYERS][MAX_PLAYERS]; if (LastShotWeapon[attacker][victim] != weaponid) { // Display message LastShotWeapon[attacker][victim] = weaponid; }