Jump to content

Mateo_Strahm

Members
  • Posts

    15
  • Joined

  • Last visited

Mateo_Strahm's Achievements

Square

Square (6/54)

0

Reputation

  1. Is possible to remove MTA name tag (name,heal, armor) and set SA-MP Name tag...I found this but I have 2 name tags... Please help https://community.multitheftauto.com/ind ... ls&id=5673
  2. Please can somebody tell me how I can remove barrier what i spawn with this script: function consoleCreateObject ( thePlayer, commandName ) if ( thePlayer ) then local x, y, z = getElementPosition ( thePlayer ) local rx,ry,rz = getElementRotation ( thePlayer ) local barrier = createObject ( 981, x + 10, y, z, rx, ry, rz ) if ( theObject ) then else end end end addCommandHandler ( "b", consoleCreateObject ) Thanks everyone
  3. Mateo_Strahm

    [Pomoc]

    Moze mi neko pomoci... Zanima me kako mogu napraviti ovakav infernus , ali da ga svi igraci mogu vidjeti ovakvog... novi sam pa ako moze neka pomoc slika: https://wiki.multitheftauto.com/images/t ... fernus.png
  4. Thanks Solidsnake14 ...problem was in meta file
  5. It doesn't say anything... What can be wrong Solidsnake14 Thanks anyway
  6. I doesn't work for me... where is problem?? I will record some video clips so... I need peds who have some animations all-time ...
  7. Seriously... Man dance when you type /peds ??
  8. I need that ped all-time do animation... This create ped but he doesn't have animation
  9. I write this script but when I start server and write command /peds, ped doesn't create...please tell me where is code wrong function makePed() local ped1 = createPed(299, -1629, -167.89999389648, 17.60000038147) setPedAnimation( ped1, "DANCING", "dnce_M_c") end addCommandHandler ( "peds", makeped )
  10. Castro thank you soooooooooo muchhh
  11. Like this doesn't work, when I hit /uro I got outbox Gate locked..?? URkapija = createObject ( 980, 1465.5, -1498.3000488281, 15.300000190735, 0, 0, 90 ) function open(command) if not( getPlayerAccount(source) == "Mateo1997" ) then cancelEvent() outputChatBox("(UR Baza) Kapija Zakljucana.",thePlayer ) else moveObject ( URgate, 3000, 1465.5, -1498.3000488281, 9.6999998092651, 0, 0, 0) outputChatBox("(UR Baza) Kapija otvorena. Ne zaboravi zatvoriti!",thePlayer ) end end addCommandHandler("uro", open) function close(command) moveObject ( URkapija, 3000, 1465.5, -1016.8994140625, 15.300000190735, 0, 0, 0) outputChatBox("(UR Baza) Kapija zatvorena.",thePlayer ) end addCommandHandler("urz", close)
  12. I want to make script for gate that only I can open, but script doesn't work Here is script: URgate = createObject ( 980, 1465.5, -1498.3000488281, 15.300000190735, 0, 0, 90 ) function open(command) if not( accountName == "Mateo" ) then cancelEvent() outputChatBox("(UR Base) Gate lock.",thePlayer ) else moveObject ( URgate, 3000, 1465.5, -1498.3000488281, 9.6999998092651, 0, 0, 0) outputChatBox("(UR Base) Gate opened. Do not forget to close it!",thePlayer ) end end addCommandHandler("uro", open) function close(command) moveObject ( URgate, 3000, 1465.5, -1016.8994140625, 15.300000190735, 0, 0, 0) outputChatBox("(UR Base) Kapija zatvorena.",thePlayer ) end addCommandHandler("urz", close) ERROR: garaza/URbaza.lua:9: attempt to call global ´cancle´ (a nil value) Please tell me where is problem...
×
×
  • Create New...