Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Citizen, i'm suposing it will have a difference, right? because we don't need a DX gui just exactly like the normal GUI.
  2. I'm afraid i don't understand your point, could you explain yourself better?
  3. Nice one (i hope this one will get finished, not as many others), i like the swat skin, that's a mod into MTA, right? Anyway, good luck P.S: If you need some testing help or something else i could help you out
  4. Castillo

    Exp Zumbie

    Well, my exp/level system doesn't include that, you must make that part by yourself
  5. Castillo

    Exp Zumbie

    Hmmm, try this code using the exp_system resource: function rewardOnWasted ( killer ) local exp = getElementData(killer,"exp") if exp then setElementData(killer,"exp",tonumber(getElementData(killer,"exp"))+5) outputChatBox("Experience gained +5! total ".. tonumber(exp)+5,killer,0,255,0) else setElementData(killer,"exp",5) end end addEvent("onZombieWasted",true) addEventHandler ( "onZombieWasted", getRootElement(), rewardOnWasted )
  6. Orange, many servers has GEO IP (including my own )
  7. You are just saying the same thing, post your code here, i will make the meta.xml this time.
  8. Not possible, because the XML files doesn't output errors like the normal scripts (as far as i know).
  9. I don't understand... you scripted it but you can't generate a resource? Read this manual: https://wiki.multitheftauto.com/wiki/Resources
  10. Seriously, diego, it looks like you want to piss the MTA team off, why? MTA is the best GTA:SA mod i ever seen, it may have some bugs, but it's playable (Obiously).
  11. "i want to know how to create an image or a text somehwere in the map like at the ammonation not on the screen no in the world / map" Also, this script is edit-able, so don't be a lazy ass and edit it.
  12. This is also in the world... it is not a text on the screen.
  13. Try this, i think it's what you looking for https://community.multitheftauto.com/index.php?p= ... ls&id=1812
  14. I don't understand, where's the error? in newsfeed.xml or in the script part? Post an screenshot of your server console (when the error pop-ups)
  15. You'd forgot to tell me where's the error, line number.
  16. Arran, i think he means MODELS, not TEXTURES.
  17. CowTurbo, are you drunk? because that's the most useless post i ever seen.
  18. Castillo

    database

    I think account data is the most easier.
  19. Well, i will be waiting, i would like to create different GUI styles than the normal one
  20. We don't accept request, learn how to make it by yourself. https://wiki.multitheftauto.com/wiki/Main_Page
  21. vEnom, will you release this? as it looks pretty nice
  22. Nice one, keep up the good work
×
×
  • Create New...