Jump to content

mcer

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by mcer

  1. mcer

    A question.

    I want to make an animation. If I use what you mentioned, the animation is repeated before the time of completion.
  2. mcer

    A question.

    I tryied, but i have problems.
  3. mcer

    A question.

    Little Q: How I can make a function repeat without using the "SetTimer"?.
  4. one possibility is that the DFF's are in one folder and not mentioned in the scripts.
  5. Doesn't matter . I remember i had problem with this.
  6. Replace all files with You forgot to put the type =" client "/>
  7. Idk if the unpack option works here too, U make me a new query!!
  8. Enter in this server mtasa://192.168.1.71:22003 Pass: mcerpass
  9. Create the gui and i going to make the code.
  10. U want a new GUI with the Nametag of all players replacing "Nameplayer" text?
  11. If u speak spanish, I can read it too.
  12. Like this? Button (Action code) addEventHandler ("onClientGUIClick", getRootElement(), function () if ( source == GUIEditor.button[1]) then setElementData(getPlayerFromName ("NAMEPLAYER"), "Milk", 1) end end ) GUIEditor.button[1]
  13. What do u need?, I understand u want to change the nick of an user.
  14. Code Function Player_Render() if isPedInVehicle(getLocalPlayer()) then screenW, screenH = guiGetScreenSize() local VehicleOccupantss = getVehicleOccupant(source) dxDrawText(VehicleOccupantss.."", screenW - 100 - 60, (screenH - 26) / 2 - 160, (screenW - 100 - 60) + 100, ( (screenH - 26) / 2 - 160) + 26, tocolor(153, 153, 153, 255), 0.80, "sans", "center", "center", false, false, true, false, false) end --// Triggering //--- addEventHandler("onClientVehicleEnter", getRootElement(), function(thePlayer) if thePlayer == getLocalPlayer() then addEventHandler("onClientRender", getRootElement(), Player_Render) end end )
  15. I try to create a DXtext, showing that player is the driver. But out many errors in the Debugscript. I used this https://wiki.multitheftauto.com/wiki/GetVehicleOccupant
  16. https://community.multitheftauto.com/in ... ils&id=137 (Don't wotks) If anyone knows any similar script that is available. Please give me the name.
  17. Finally!!, Thanks all
  18. Debugscript tells me the error is here: guiSetText ( MilitaryN,tostring ( Count ) ) Bad argument @ 'guiSetText [Expected gui-element at argument 1,got nil]
  19. We can't see this image please use another upload site . like imgur . See it again .
×
×
  • Create New...