Yosh !
En haut de ton script :
new weapons[MAX_PLAYERS][13][2];
Dans ta commande pour accéder au DM :
for (new slot = 0; slot < 13; slot++) GetPlayerWeaponData(playerid, slot, weapons[slot][0], weapons[slot][1]);
ResetPlayerWeapons(playerid);
Dans ta commande pour quitter ton DM :
for (new slot = 0; slot < 13; slot++) GivePlayerWeapon(playerid, weapons[playerid][slot][0], weapons[playerid][slot][1]);
;)
PS: Je me suis inspiré du wiki :happy
++
Alexandre