Jump to content

Castillo

Retired Staff
  • Posts

    21,935
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Castillo

  1. Yes, exactly. You need two markers, and one of them must be in the destination interior.
  2. You need to create a marker in the interior you are being sent to, else it'll never work.
  3. What is the problem? you aren't explaining it.
  4. Castillo

    [HELP]

    You didn't read this? You didn't fix it.
  5. Castillo

    [HELP]

    Post the spawnLocations table code.
  6. Castillo

    [HELP]

    local spawnLocations = { {2171.90625, 1392.59765625, 10.8203125}, {2265.3674316406, 2398.3068847656, 10.8203125}, {2361.689453125, 2070.2077636719, 10.671875}, {2087.9260253906, 1448.8768310547, 10.8203125}, {2000.55, 1526.25, 14.6171875}, {1607.35, 1816.54, 10.82} You forgot to close the table with a "}".
  7. You can use the DX drawing functions, it won't be a easy thing to make though, depends on what you actually need to use ( windows, buttons, etc ). dxDrawText dxDrawRectangle dxDrawImage
  8. Castillo

    [HELP]

    Post the new code.
  9. Castillo

    Bug

    So, what is the problem? why it doesn't work?
  10. Castillo

    [HELP]

    You put an extra "}" at the line 22, remove it.
  11. Well, if you renamed your "group" column to "groupName" in your table syntax, then you must also change "group" to "groupName" in your SELECT query.
  12. Castillo

    Bug

    You don't want to change his real name? only his nametag text and use that for when the player chats?
  13. Castillo

    [HELP]

    Yeah, remove that part of code I posted.
  14. Castillo

    [HELP]

    function() SelectSkin() FreezeBots() end) There's the problem, it makes no sense, what is it even for?
  15. Well, it's quite easy, all you have to do is: experience = ( experience + expe )
  16. Castillo

    [HELP]

    There may be a client side error, which won't show up in the server console, so you must go ingame and write "/debugscript 3" in the chat and a small window will appear in the bottom center of your screen, after that, try restarting your script and see if anything came up from the client side script.
  17. Castillo

    Bug

    I don't know what you are trying to do, so I don't know if it would work.
  18. No need to use killTimer nor getTickCount, just isTimer and resetTimer.
  19. I know what it's meant to return, but I mean what is returning when you test it, if it's not returning 1, then it has to be returning another value.
  20. Lo que estaba en la wiki era el sintaxis, no como debias ponerlo en el script. De nada.
  21. I believe the problem is here: if ( source ~= getPedOccupiedVehicle ( localPlayer ) ) then Change "~=" to "==" ( without the quotes ) and it'll work ( tested ).
  22. And what is "position" returning? what value?
  23. Yes, try renaming it to something like "groupName".
  24. The error is because showChat in the server side has a player argument, and you didn't specify one.
×
×
  • Create New...