Jump to content

th3cross3r

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by th3cross3r

  1. I edited the broph.lua data (Play) to this... addEventHandler("onResourceStart", resourceRoot, function() setGameType ("GPG World Beta v. 0.1") resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end repeat until spawnPlayer ( player, 2468+math.random(1,5), -1668+math.random(5,9), 13.4, 90, math.random(312), 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) ..and it works fine!! Thank you
  2. it doesnt works! -.- <meta> <info gamemodes="play" type="map" name="GPG* - World" author="Th3Cross3r" version="0.1"></info> <map src="play-GPGworld.map" dimension="0"></map> setGameType="GPG World Beta v. 0.1" <map src="broph.map" /> <script src="broph.lua"/> </meta>
  3. it dont saves.. on every server restart.. its standart
  4. Hello, when you are on the Server Browser and see my Server, you see the Gamemode... and the gamemode is by me: MTA:SA ... i wanna change it... where and how? pls help! greetings, th3cross3r
  5. When i die, i spawn at the Hospital... and a new registered user in the near of the police apartment... why?!??! pls help
  6. Ah know i know it how i make a new spawn point... its really easy... thank you... thank you all!! Did you know one mod/script to see players on minimap?
  7. Sorry... i forgot.. its Play @Jesseunit Ok thanks first... i will look and test my best! UPDATE: Ok sorry... i dont know what to do! My broph.lua data: addEventHandler("onResourceStart", resourceRoot, function() resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end repeat until spawnPlayer ( player, -711+math.random(1,5), 957+math.random(5,9), 12.4, 90, math.random(312), 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end )
  8. Hey Community, i have one question. I wanna change the standart spawn point to another spawn point. Iam a noob in scripting... but where i can change it easily? greetings, Philipp
×
×
  • Create New...