Jump to content

NotAvailable

Members
  • Posts

    595
  • Joined

  • Last visited

Everything posted by NotAvailable

  1. My wanted level shows on his nametag, thats the problem. But i cant find the problem. I tried to fix it several times. EDIT: When i use your code it doesnt show any stars.
  2. Yeah --WANTED LEVEL if not (thePlayer == getLocalPlayer()) then return end local level = getPlayerWantedLevel(thePlayer) if level >= 0 then for i=1,level do dxDrawImage ( X - 33.5+8*i, Y - 46, 10, 10, 'star.png', 0, 0, 0 ) end end end
  3. Hello. Im scripting custom nametags with a image near my name. (Dx) But the image draws near everybody's name. Regards, Jesse
  4. Ofcourse we can. Put it in your resources folder and start-up your map editor/server and type: /start resourceName Make sure you are admin though. EDIT: Oh, didnt see that it didnt work. Edit your topic and add more information please, so we can help you.
  5. Could you delete my fail resource: https://community.multitheftauto.com/index.php?p= ... ls&id=2245 Thanks in advance!
  6. My idea: New users have to wait atleast 1 week before uploading resources.
  7. bool setPedStat ( ped thePed, int stat, float value ) Make sure it's server sided. Got still problems? Visit: https://wiki.multitheftauto.com/wiki/SetPedStat
  8. "This function stores element data under a certain key, attached to an element. Element data set using this is then synced with all clients or the server. As such you should avoid passing data that is not able to be synced into this function (i.e. xmlnodes, acls, aclgroups etc.) Server-created elements are able to be synced." - Adapted from: https://wiki.multitheftauto.com/wiki/SetElementData
  9. Attach it to an object and move the object. Update camera position by using the event onClientPreRender.
  10. Use a timer, captcha is a good idea to.
  11. This could be used as an email bomber. You should add a anti-spam feature. Anyways, good job!
  12. The MTA Community would turn very slowly into a dump.
  13. Copy of sjon resource https://community.multitheftauto.com/index.php?p= ... ls&id=3111
  14. Didn''t work, it only gave me a bunch of errors when i tried to edit it.
  15. Ok i found it. One problem. How do i change the colour of it. I only know how to add a picture to it
  16. Yes i used the resource, but the problem is that the nos dissappears after 20 seconds. Not enough time to find it. @Caisjp: Ofcourse i will release it ^^
  17. Okay, i fixed the shader image. But i have one more question. Does someone know the name of the nitro shader?
  18. Hello. Im creating a neon shader for vehicles. Picture: But the problem is that i suck at photoshopping. Could someone give me a neon texture? Thanks in advance! Regards, Jesseunit
  19. https://community.multitheftauto.com/index.php?p= ... ils&id=986 https://community.multitheftauto.com/index.php?p= ... ls&id=1853 https://community.multitheftauto.com/index.php?p= ... ls&id=1547 https://community.multitheftauto.com/index.php?p= ... ls&id=1990 https://community.multitheftauto.com/index.php?p= ... ls&id=1127 https://community.multitheftauto.com/index.php?p= ... ils&id=762 They're mine, could you delete e'm please? Regards, Jesse
×
×
  • Create New...