28.02.2017, 19:16
Don_Speed o erro dele foi o seguinte ele esqueceu o pItemCash1
tipo
PlayerInfo[playerid][pItemCash1] = 0;
Correto:
PlayerInfo[playerid][pItemCash1] == 0;
tipo
PlayerInfo[playerid][pItemCash1] = 0;
Correto:
PlayerInfo[playerid][pItemCash1] == 0;