Jump to content

Deixell

Members
  • Posts

    68
  • Joined

  • Last visited

Everything posted by Deixell

  1. You could made this gamemode similar to left4dead game. Zombies run not walk around; safehouse where you can get ammo,weapons,medkit,granades,molotovs and zombies cant get inside if door is closed; special zombies:smoker(graps a player with his tongue and starts to pull him damaging him,he only get of when you shoot his tongue),boomer(spits on player so he cant see anything for a few sec),hunter(jumps on player,hit him on ground and starts hiting him and if other player wont help you, you will die),tank(very strong zombie that throw heavy obejcts at players, one punch throw player away, he have very much health). If you ever played this game you should understand what i meen. Sorry for my bad english
  2. Deixell

    Ped nametag

    Thanks that should be all.
  3. Deixell

    Ped nametag

    Thanks that should be all.
  4. Deixell

    Ped nametag

    One small problem: how to make that nametag only apear when player is near a ped? I add processLineOfSight to script but i still see ped name tag.
  5. Deixell

    Ped nametag

    One small problem: how to make that nametag only apear when player is near a ped? I add processLineOfSight to script but i still see ped name tag.
  6. Deixell

    Ped nametag

    Thanks everything works fine now
  7. Deixell

    Ped nametag

    Thanks everything works fine now
  8. Deixell

    Ped nametag

    It doesn't work and i dont know why. Here is my script: NPC = createPed(124,0,0,5) function NPCnametag() local screenWidth, screenHeight = guiGetScreenSize() local sx,sy = getScreenFromWorldPosition (getElementPosition(NPC)) dxDrawText("Bob",sx,sy,screenWidth, screenHeight,tocolor ( 255, 255, 0, 0 ), 2,"sans") end function HandleTheRendering() addEventHandler("onClientRender",rootElement, NPCnametag) end addEventHandler("onClientResourceStart",rootElement, HandleTheRendering)
  9. Deixell

    Ped nametag

    It doesn't work and i dont know why. Here is my script: NPC = createPed(124,0,0,5) function NPCnametag() local screenWidth, screenHeight = guiGetScreenSize() local sx,sy = getScreenFromWorldPosition (getElementPosition(NPC)) dxDrawText("Bob",sx,sy,screenWidth, screenHeight,tocolor ( 255, 255, 0, 0 ), 2,"sans") end function HandleTheRendering() addEventHandler("onClientRender",rootElement, NPCnametag) end addEventHandler("onClientResourceStart",rootElement, HandleTheRendering)
  10. Deixell

    Ped nametag

    How to attach text to ped? Text isn't element. And how to make text apear when player is near a ped?
  11. Deixell

    Ped nametag

    How to attach text to ped? Text isn't element. And how to make text apear when player is near a ped?
  12. Deixell

    Ped nametag

    Is it posible to create a nametag for ped? I tried attach a text above him but I fail .
  13. Deixell

    Ped nametag

    Is it posible to create a nametag for ped? I tried attach a text above him but I fail .
  14. If you make this function plz add hardstyle dancing animations
  15. If you make this function plz add hardstyle dancing animations
  16. There is another problem. If you knock ped out of the road or carjack it they will just stop in one place and do nothing.
  17. MTA SA needs an updater because people getting bored of downloading new version uninstall old version and install new version.
  18. Deixell

    Peds...

    I noticed that if you give ped a weapon and make him shoot his bullets don't hit anything. Does anybody know how to fix that or its impossible to do that. If so plz fix this on next update and make setPedControlState as server function it would very good.
×
×
  • Create New...