Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Castillo

    Colored Names

    Go to your admin panel -> resources tab -> click on scoreboard -> click settings -> set setting: "Allow colorcoded names" to true.
  2. Castillo

    car mod help

    You put the vehicle names with the real names? E.g: "infernus.txd, infernus.dff".
  3. Se remplazara la linea, tenes que leer el archivo y crear una nueva linea.
  4. Te olvidaste de cerrar el archivo despues de escribir en el: fileClose ( hFile )
  5. Si, exacto, ahi te lo arregle igual.
  6. Yes, you must set the vehicle dimension after created.
  7. Eso es porque te olvidaste de definir el argumento "visibleTo" en outputChatBox. addCommandHandler ( "reglas", function ( thePlayer ) outputChatBox ( "#ff0000 Reglas:No Cheat, No Hack o cualquier tipo de Hacker", thePlayer, 255, 0, 0, true ) end )
  8. A que te referis con "no pasa nada"? pusiste el script como server side, no?
  9. Eso no tiene sentido, lo unico que hiciste fue copiar el codigo del tema que te di y quitarle/cambiarle un par de cosas.
  10. Claro, pero aca no te vamos a dar todo completito como si fuese un restaurante, mira como hice el script ese de fianza, y intenta aplicarlo en el script de AFK.
  11. No es necesario usar timers, fijate en este tema: viewtopic.php?f=145&t=43278&p=436503
  12. No, you got this: GUIEditor = { label = {}, button = {}, } which is different to yours.
  13. addCommandHandler outputChatBox
  14. http://lua-users.org/wiki/TablesTutorial
  15. Remove the comma here: Main = {},
  16. setPedControlState https://wiki.multitheftauto.com/wiki/FindRotation setPedRotation onClientPreRender
  17. Castillo

    acoount data

    You can change his password.
  18. Castillo

    acoount data

    Use SQLitebrowser: http://sqlitebrowser.sourceforge.net/ But you won't be able to see the password as Anderl said, only the hashed.
  19. function distanceFromPlayerToCheckpoint ( player, i ) local checkpoint = g_Checkpoints [ i ] if ( checkpoint ) then local x, y, z = getElementPosition ( player ) return getDistanceBetweenPoints3D ( x, y, z, unpack ( checkpoint.position ) ) end end
  20. Not by default, there's just a rectangular radar area, you could maybe somehow draw a custom radar area using DX functions ( like on GTA IV hud by Karlis ).
  21. Castillo

    car mod help

    Use this resource: https://community.multitheftauto.com/ind ... ls&id=3016
  22. Skin mod: https://community.multitheftauto.com/ind ... ls&id=6438 DONE
×
×
  • Create New...