suhrab_mujeeb
Unregistered
pawn Код:
if PlayerInfo[playerid][pAccent] = 0;
You are doing it wrong here. You are setting the value instead of checking it and no brackets and u are just closing it by using ';'. Its goes like this:
pawn Код:
if(PlayerInfo[playerid][pAccent] == 0)