0 Üye ve 1 Ziyaretçi konuyu incelemekte.
addEventHandler("onPlayerWasted", root, function() local x,y,z = getElementPosition(source) setTimer(function(oyuncu) spawnPlayer(oyuncu,x,y,z) end,1000,1,source)end)