Foo tu sais m'aider? C'est ton gm alors je m'adresse à toi.
if(BizzInfo[bLocked] == 1)
{
BizzInfo[bLocked] = 0;
GameTextForPlayer(playerid, "~w~Biz ~g~Ouvert", 5000, 6);
PlayerPlaySound(playerid, 1145, 0.0, 0.0, 0.0);
return 1;
}
if(BizzInfo[bLocked] == 0)
{
BizzInfo[bLocked] = 1;
GameTextForPlayer(playerid, "~w~Biz ~r~Fermer", 5000, 6);