SetPVarInt(playerid,"Kontostand",GetPVarInt(playerid,"Kontostand")+ArbeitsGehalt);
=
new Keks = GetPVarInt(playerid,"Kontostand");
new cookie = Keks+ArbeitsGehalt;
SetPVarInt(playerid,"Kontostand",cookie);
btw du hast ArbeitsGehalt auch falsch deklariert. MAX_PLAYERS & dann [playerid]