Raiglun Posted January 19, 2011 Share Posted January 19, 2011 Tout est dans le titre xD Lorsque j'utilise la commande !disarm @xx cela fais cash le serveur. Je peux pas plus détaillée , désolé x) Merci Quote Link to comment Share on other sites More sharing options...
Steven-NSNF Posted January 19, 2011 Share Posted January 19, 2011 Faut recoder la fonction. Exemple de ma fonction qui fonctionne (jeu de mot) public disarm(int:id) { new wep; for (new i = 0; i < 6; i++) if (i < 6 && (wep = GetPlayerWeaponSlot(id, i)) != -1) RemovePlayerItem(id, wep); } Quote Link to comment Share on other sites More sharing options...
Raiglun Posted January 19, 2011 Author Share Posted January 19, 2011 Merci de vos réponses ^^ Steven : jeu de mot futile x) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.