Jump to content

X-Flow

Members
  • Posts

    6
  • Joined

  • Last visited

X-Flow's Achievements

Vic

Vic (3/54)

0

Reputation

  1. X-Flow

    help

    thank you so much
  2. X-Flow

    help

    wait till i try just a sec
  3. X-Flow

    help

    I see no difference between these two scripts you posted, but i still cant seem to get a police maverick when i type /test in the chatbox.
  4. X-Flow

    help

    thank you so much, but what is uTimers?
  5. X-Flow

    help

    pls help me i am new to scripting and i made this script. its loaded and running but it doesnt react when i type /test. function Chopper ( command ) local player = getLocalPlayer local Account = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then local Px, Py, Pz = getElementPosition ( player ) local Rx, Ry, Rz = getElementRotation ( player ) local vehicle = getPedOccupiedVehicle ( player ) destroyElement ( vehicle ) local vehicle2 = createVehicle ( 497, Px, Py, Pz, Rx, Ry, Rz ) warpPedIntoVehicle ( player, vehicle2 ) else outputChatBox ( "You can not execute this command!", player ) end addCommandHandler ( "test", Chopper )
×
×
  • Create New...