Jump to content

Alan.Alexander

Members
  • Posts

    55
  • Joined

  • Last visited

Everything posted by Alan.Alexander

  1. Instead of function spawn(player) setPedStat(player, 24, 250) setPedStat(player, 21, 0.0) setPedStat(player, 22, 0.0) setPedStat(player, 23, 0.0) setPedStat(player, 27, 0.0) setPedStat(player, 165, 10) setPedChoking(player, false) spawnPlayer(player, 0.0, 0.0, 0.0, 90.0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) setElementPosition(player, 2316.1623, 49.6955, 26.482) --put v bomjatnik --setElementModel(player, 0) setElementFrozen(player, false) addPedClothes (player, "moto", "moto", 16 ) PlayerClotnesOff(player) createBlipAttachedTo ( player, 52 ) local blip = createBlip (100.0, -500.0, 17.0, 0, 4, 255, 125, 0, 255, 0, 1000.0) end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) why not try function spawn() setPedStat(source, 24, 250) setPedStat(source, 21, 0.0) setPedStat(source, 22, 0.0) setPedStat(source, 23, 0.0) setPedStat(source, 27, 0.0) setPedStat(source, 165, 10) setPedChoking(source, false) spawnPlayer(source, 0.0, 0.0, 0.0, 90.0, 0) fadeCamera(source, true) setCameraTarget(source, source) showChat(source, true) setElementPosition(source, 2316.1623, 49.6955, 26.482) --put v bomjatnik --setElementModel(source, 0) setElementFrozen(source, false) addPedClothes (source, "moto", "moto", 16 ) PlayerClotnesOff(source) createBlipAttachedTo ( source, 52 ) local blip = createBlip (100.0, -500.0, 17.0, 0, 4, 255, 125, 0, 255, 0, 1000.0) end addEventHandler("onPlayerJoin", root,spawn) If it still doesn't work, try something else. =B
  2. I wouldn't say any of them are unrealistic ideas, Lance, they might just be a pain in the ass to script, however, a lot of them have already been considered so I'll deffinately try my best to make that shit. And I agree with you there, Crystal, zombies are stupid, but not retarded.
  3. Me and a friend of mine have been playing for a while and we've both decided that since we know HOW to make a server of our own, that we will, and I wasn't too bothered about what kind of server so my friend decided a "Zombie" style server. So, my question for everyone is simple, what features would YOU personally like to see in a Zombie themed server? And what ones would you like to NOT see as well? Of course, there will be zombies, so please, no smart-arse replies like that. So yeah, please lemme know what you'd like to see (or not see as the case may be) and all input/replies are appriciated.
  4. If someone CAN kill someone with a parachute, I wanna know how it's done, 'cause it'd be the lulziest way to kill someone.
  5. Me and a friend of mine have been playing for a while and we've both decided that since we know HOW to make a server of our own, that we will, and I wasn't too bothered about what kind of server so my friend decided a "Zombie" style server. So, my question for everyone is simple, what features would YOU personally like to see in a Zombie themed server? And what ones would you like to NOT see as well? Of course, there will be zombies, so please, no smart-arse replies like that. So yeah, please lemme know what you'd like to see (or not see as the case may be) and all input/replies are appriciated.
×
×
  • Create New...