Jump to content

ThePope

Members
  • Posts

    26
  • Joined

  • Last visited

ThePope's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. where is rootElement comming from? function bindTheKeys() unbindKey("mouse1", "down") bindKey("mouse1", "down", projectile) end addEventHandler ( "onClientPlayerSpawn", >>> rootElement <<<, bindTheKeys )
  2. where is rootElement comming from? function bindTheKeys() unbindKey("mouse1", "down") bindKey("mouse1", "down", projectile) end addEventHandler ( "onClientPlayerSpawn", >>> rootElement <<<, bindTheKeys )
  3. thnx 50p, i also took an example from your script to extend the one I already created ^^
  4. thnx 50p, i also took an example from your script to extend the one I already created ^^
  5. thanks, I'm gonna try some things with this info
  6. thanks, I'm gonna try some things with this info
  7. and this can also be done like this? oPlayerVehicle = createVehicle( 12, -2137, 656, 13 ) warpPedIntoVehicle( getLocalPlayer(), oPlayerVehicle )
  8. and this can also be done like this? oPlayerVehicle = createVehicle( 12, -2137, 656, 13 ) warpPedIntoVehicle( getLocalPlayer(), oPlayerVehicle )
  9. Hello all, I feel like I'm spamming a little bit here, or I wan't so many unusual things I am looking for a way to spawn a player into or inside a vehicle that he/she just spawned. Is this possible? 'Cause I can't find anything about this on the wiki nor the forum. thanks in advance!
  10. Hello all, I feel like I'm spamming a little bit here, or I wan't so many unusual things I am looking for a way to spawn a player into or inside a vehicle that he/she just spawned. Is this possible? 'Cause I can't find anything about this on the wiki nor the forum. thanks in advance!
  11. thanks for the fast answer, I'll look into it. It seems to be the function that I need for this.
  12. thanks for the fast answer, I'll look into it. It seems to be the function that I need for this.
  13. Hello all, I was wondering if there is an event for when a player moves. (regardless is it is train, car, on foot whatever is possible). I want to use this to create a "label" at the bottom of the screen to display the current cooridinates. (specific, like: X = -2175.034896412 Y = 656.01654798 Z = 13 or something like that) Can anyone point me in the right direction or are there any pre-existing resources available for this? I have been searching all morning but there doesn't seem to exist anyhing that does this kind of thing. Thanks in advance!
  14. Hello all, I was wondering if there is an event for when a player moves. (regardless is it is train, car, on foot whatever is possible). I want to use this to create a "label" at the bottom of the screen to display the current cooridinates. (specific, like: X = -2175.034896412 Y = 656.01654798 Z = 13 or something like that) Can anyone point me in the right direction or are there any pre-existing resources available for this? I have been searching all morning but there doesn't seem to exist anyhing that does this kind of thing. Thanks in advance!
  15. problem is solved, thank you very much! there appeared to be one "end" to many between an if and else ^^
×
×
  • Create New...