Bonjour,
Tu dois utiliser ça, tu met ces lignes dans ton GM:
//----------------------------|[Equipement By -Rayan-]|-------------------------------------
if(strcmp(cmd, "/equipement 1", true) == 0)
{
if (PlayerInfo[playerid][pMember] == 1 || PlayerInfo[playerid][pLeader] == 1)
SetPlayerSkin(playerid, 78);
GivePlayerWeapon(playerid, 34, 100);
SetPlayerArmour(playerid, 100.0);
return 1;
}
PS: J'ai testé, ça marche.
-Rayan-.