Habe ein kleines Problem, da ja wider ne neue cs2d.V draußen ist geht das "Speed = ZAHL," nicht mehr in denn RPG script von Weiwen/Edit von Mafia Man.
z.B gebe ich 25 Speed ein Item und ziehe es an , aber der speed ist nicht vorhanden.
PLAYERS[id].tmp.atk = PLAYERS[id].tmp.atk+atk 	PLAYERS[id].tmp.def = PLAYERS[id].tmp.def+def 	PLAYERS[id].tmp.spd = PLAYERS[id].tmp.spd+spd 	PLAYERS[id].tmp.hp = PLAYERS[id].tmp.hp+hp 	parse("setmaxhealth " .. id .. " " .. PLAYERS[id].tmp.hp .. "; speedmod " .. id .. " " .. PLAYERS[id].tmp.spd .. "; sethealth " .. id .. " " .. player(id, "health"))
parse("setmaxhealth " .. id .. " " .. PLAYERS[id].tmp.hp .. "; speedmod " .. id .. " " .. PLAYERS[id].tmp.spd .. "; sethealth " .. id .. " " .. player(id, "health").."")