Jump to content

Controlled

Members
  • Posts

    167
  • Joined

  • Last visited

Details

  • Gang
    MTA Racing
  • Location
    SK

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Controlled's Achievements

Busta

Busta (15/54)

0

Reputation

  1. Any idea on how to make a shader for this?
  2. Controlled

    Windows

    Is it possible to make a window on a vehicle disappear? Like when you setPedDoingGangDriveby the window they use disappears. Is it possible to remove a window without doing a driveby? Example:
  3. Another bug, https://wiki.multitheftauto.com/wiki/GetElementsByType is a shared function, in your pack it is listed as server side only.
  4. Controlled

    Exports

    Wouldn't work as getAccountName is a server function. You could make the file shared and the export shared.
  5. Controlled

    Exports

    You only exported it server side, and from what I can see in what you use it for, you are using it client side with "localPlayer"
  6. Its not possible to remove the MD5 encryption. So you have to encrypt whatever the player put in the "Password" field of your login panel and compare it to the encrypted MD5 in the SQL.
  7. Controlled

    Just Ask

    https://forum.multitheftauto.com/viewtopic.php?f=108&t=44652 Decent. Sync issues can be expected though.
  8. Having trouble understanding it... Can you give me a example?
  9. That would be the exact same outcome, just 5 seconds later. It wouldn't separate them by a time because your first loop is setting a timer really quick anyways....
  10. Is it possible to slow down how fast a loop runs? Normalling I know it just goes one after the other, is it possible to set some kind of delay there? Right now it causes the whole server to have some lag issues while it runs, I want to slow it down so it lasts longer but doesn't halt the server.
  11. use the argument postGUI or creating just before or after your dxdraw Thing is I need one DXDraw to be infront of other DXDraws lol.
  12. Is it possible to assign a dxdraw to the front or back? Like GUI elements? Or anyway around this?
×
×
  • Create New...