Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. thePlayer is not defined and why you are using the 'SetElementInterior' 2 Times and there's some missing arguments .
  2. I Don't see any timer where is it?
  3. function drop (thePlayer) setElementInterior ( thePlayer, 0) setElementDimension ( thePlayer, 0 ) setElementPosition ( thePlayer, -1053.99548, 1558.86609, 1115.13196 ) outputChatBox ( "[#f1f1f1/drop]#ff0000O player ".. getPlayerName(thePlayer) .." foi para o drop1 vá tambem #f1f1f1/drop", getRootElement(),255,20,0,true) local Int = getElementInterior ( thePlayer ) outputChatBox(tostring(Int),thePlayer) end addCommandHandler ( "drop", drop ) Hmm.. i output the int id try it and see if the id = 0 or not .
  4. type="Script" > type="script"
  5. Wow , Greate Job Man!But i need a map for my server if you can upload it into mediafire or SolidFiles ? This one : Pub[iNT] Regards .
  6. +1 لي 4 ساعات من اليوم بـهالموضوع / = وسهل بس جرب بالهوست وخبص
  7. -- # Client Side setTimer ( function ( ) for i = 1,3 do guiGridListAddRow(GUIEditor.gridlist[1]) end guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "- Money : "..getPlayerMoney(localPlayer).." $", false, false) guiGridListSetItemText(GUIEditor.gridlist[1], 1, 1, "-", false, false) -- Add any thing you want name ping..etc guiGridListSetItemText(GUIEditor.gridlist[1], 2, 1, "-", false, false) -- too end,50,0 ) Try it.
  8. It's not that hard to add a marker on the table and then add the text to the grid and then use guiGridListGetItemText to get the grid text and check if the text = marker text then trigger to the server side that's all!
  9. Just add the text into the table with out any id .
  10. You are using a object variable with a marker variable ?
  11. As what i do you can see when the gui visible the money will refresh automatic or use : setTimer
  12. You aren't make a sense check the variables .
  13. No this will find any ped in the server and set the anim .
  14. You can make a function then if the gui visible then use : guiGridListSetItemText For Ex : -- # Client Side function SetGridMoneyText ( ) for i = 1,3 do guiGridListAddRow(GUIEditor.gridlist[1]) end guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "- Money : "..getPlayerMoney(localPlayer).." $", false, false) guiGridListSetItemText(GUIEditor.gridlist[1], 1, 1, "-", false, false) -- Add any thing you want name ping..etc guiGridListSetItemText(GUIEditor.gridlist[1], 2, 1, "-", false, false) -- too end bindKey("F1","down", function ( ) if guiGetVisible ( GUIEditor.gridlist[1] ) then guiSetVisible ( GUIEditor.gridlist[1] , false ) showCursor ( false ) else guiSetVisible ( GUIEditor.gridlist[1] , true ) SetGridMoneyText( ) showCursor ( true ) end end )
  15. Yes you want to get players money or just the localPlayer ? guiGridListSetItemText getPlayerMoney
  16. اكيد واعذرني ذي طريقتي اذا مآتفهم مشكلة
  17. iPrestege

    Disconnect

    As far as i know there's no way .
  18. اعذرني اذا مافهمت كذا ماقدر افهمك شرحت لك اكثر من 5 مرات وش تبي اتكلم هندي ؟
  19. You have to get the text of the grid if the text == marker text then trigger..etc kk?
  20. Yes but any text for it and make another trigger for it .
  21. مسمى وظيفي عادي ؟ اذا انفتحت يسوي هالوظيفة لا اكثر #
  22. لا حول سهل وش فيك شرحت كل شيء لك / = وهذا سهل مرهـ رح تعلم عليه بالهوست وخبص وتتعلم ذذ
  23. marker = {} marker[element] = createMarker( ... ) Is it hard to make like this?
  24. Will i show you the object example you can make it with the same way there's no more examples .
×
×
  • Create New...