Jump to content

Kaylin

Members
  • Posts

    8
  • Joined

  • Last visited

Kaylin's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Hey, is there a possibility of changing the handling of an aircraft like hydra or maverick? (plane and helicopter) I've tried some things with setVehicleHandling but hey had no effect on planes or sth. thx
  2. The Chat should be shown, but without standard text input...
  3. Hi, How can I deactivate the standard Chat? I want to make a reallife server, but don't want to use the standard chat... Hope you can help ...
  4. runs perfect now... Thanks for help...
  5. I don't get badArgument anymore, but now I've got another Problem. The Text is shown to all Players and not to those, who are in the range of 50.
  6. if(message) then for playerKey, playerValue in ipairs(getAlivePlayers()) do local x1, y1, z1 = getElementPosition(thePlayer) -- badArgument here... WHY?! local x2, y2, z2 = getElementPosition(playerKey) if(getDistanceBetweenPoints3D(x1, y1, z1, x2, y2, z2) <= 50) then outputChatBox("[uC]"..playerName..": "..message, playerKey, 25, 105, 25, true) -- nothing special, that I will have badargument here, too -.- end end My Problem are these badArguments...and I don't know how I can fix it...
  7. Hi, Does it is possible to encrypt ClientSide scripts ?
  8. Kaylin

    Bot/Ped

    Hi guys, I thought about scripting a bot... But how?! It should be a bot, which drives, but I don't know how to move this bot. Hope you could help me
×
×
  • Create New...