Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Vexor

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Vexor

  • Rank
    Newbie
  1. cursorTarget animate ["HidePolice", 0]; cursorTarget animate ["HideServices", 1]; cursorTarget animate ["HideBackpacks", 1]; cursorTarget animate ["HideBumper1", 1]; cursorTarget animate ["HideBumper2", 1]; cursorTarget animate ["HideConstruction", 1]; [color="#FF0000"]cursorTarget animate ["BeaconsStart", 1];[/color] Now you only need to broadcast the animation to your clients!
  2. I tried to make a function for saving data on database in a clientside script. I can write to database, but it was not possible to read data. Code I hope someone knows how to fix this. I'm not sure but I think it has to do with owner function or return value of my client function. It would make everything easier with it.
×