$playerlvl[1] = 1; $playerlvl[2] = 2; $playerlvl[3] = 3; $playerlvl[4] = 4; $playerlvl[5] = 5; { if ($player->lvl == $playerlv[$i]l) { $wynagrodzenie = "okey"; } }
Co tutaj źle zrobilem?

$playerlvl[1] = 1; $playerlvl[2] = 2; $playerlvl[3] = 3; $playerlvl[4] = 4; $playerlvl[5] = 5; { if ($player->lvl == $playerlv[$i]l) { $wynagrodzenie = "okey"; } }
$playerlvl[1] = 1; $playerlvl[2] = 2; $playerlvl[3] = 3; $playerlvl[4] = 4; $playerlvl[5] = 5; { if ($player->lvl == $playerlvl[$i]) { $wynagrodzenie = "okey"; } }