Jump to content

Gameraap

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Gameraap

  1. Hello, I've a server on mta 1.1 and the server start always [DD] maps and not the [DM] Maps Greetz
  2. Hallo, Ik heb een server op mta 1.1 en hij start altijd DD maps en nooit DM maps. Voor elke map staat er [DD] of [DM] en hij start altijd de [DD] Hoe kan ik dit oplossen?
  3. I want check when you leave your car and the lock is of. than he say: outputChatBox ( "#C6FE0D[unlock] Failed Your car was already unlocked",source, 255, 255, 255, true ) but when the lock was on he say outputChatBox ( "#C6FE0D[unlock] Your car has been unlocked",source, 255, 255, 255, true )
  4. Its not a double post! And the script is not ok
  5. If you are a scripter i'am a dog. Pwnage!
  6. ERROR file.lua:1: attempt to call global 'getLocalPlayer' ( a nil value)
  7. Dont work "WARNING: Bad argument @ bindkey tring-defined-function" I want the ramp not above me
  8. Hello, The gamingbears are searching for a new scripter for the servers Freeroam and Race! Site: www.the-gamingbears.com Are you good in lua? Add me on xfire: Xfire: Stijntje102
  9. Hello, I'm creating a script when i press 1 there comes a ramp But what's wrong? function ramp(command) local x,y,z = getElementPosition(source) local xx,yy,zz = getElementRotation(source) createObject ( 1632, x, y, z + 10, xx, yy, zz +10 ) end addCommandHandler("ramp",ramp) bindKey( "1", "down", ramp)
×
×
  • Create New...