Jump to content

Blaawee

Members
  • Posts

    857
  • Joined

  • Last visited

Everything posted by Blaawee

  1. what if i but the type type="client" /> or type="server" /> ?
  2. is meta should be like this ?
  3. nice idea , with this function i have to make sub way station right
  4. No ^Dev-PoinT^ i don't want the peds , i want the players be more than 2 in the trine
  5. Yup TAPL like this , But I want it without Command
  6. No Not Peds , i want plaeyers More Than 2 can be in the trine
  7. Nice Dev-PoinT is there any way to make ultimate seat ?
  8. from where did you got the code ??
  9. is this right ? -------------- --dancer -------------- function pedLoad() dancer1 = createPed(292, -1495.1926269531, 761.52935791016, 7.1834278106689, 0) dancer2 = createPed(293, -1496.5218505859, 765.72064208984, 7.1875, 0) dancer3 = createPed(298, -1498.4525146484, 761.25640869141, 7.1875, 0) dancer4 = createPed(304, -1499.099609375, 763.75598144531, 7.1875, 0) guard1 = createPed(17, -1513.1009, 764.656738, 7.1875, 0) guard2 = createPed(17, -1513.09411, 761.21850, 7.1875, 0) setPedRotation(dancer1, 35) setPedRotation(dancer2, 100) setPedRotation(dancer3, -20) setPedRotation(dancer4, 150) setPedRotation(guard1, 100) setPedRotation(guard2, 100) setPedAnimation(dancer1, "DANCING", "dnce_M_a") setPedAnimation(dancer2, "DANCING", "DAN_Left_A") setPedAnimation(dancer3, "DANCING", "dance_loop") setPedAnimation(dancer4, "DANCING", "dnce_M_d") end addEventHandler ( "onResourceStart", resourceRoot, pedLoad )
  10. i'v made i playsound3D But I'm the only i can hear it @@ here it's playSound3D("music.mp3", 614.5419921875, -1895.9779052734, 3.4590957164764, true) playSound3D("music.mp3", -404.003784179, 340.27352905273, 1.2498687076, true) playSound3D("music.mp3", -1490.0997314453, 762.89318847656, 8.3803997039795, true) should be like this ? i see the example in the wiki!! function Music() playSound3D("music.mp3", 614.5419921875, -1895.9779052734, 3.4590957164764, true) playSound3D("music.mp3", -404.003784179, 340.27352905273, 1.2498687076, true) playSound3D("music.mp3", -1490.0997314453, 762.89318847656, 8.3803997039795, true) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), Music)
  11. thx TAPL But the Vehicle is trian ^^ so i want random how ?
  12. Thx ^Dev-PoinT^ But i mean make the ped in the vichale !! not out
  13. hi everyone i want to know how to hide the Hex Code in this line dxDrawText ( getPlayerName ( player ), px + 1, py + 1, px, py, ICON_TEXT_SHADOW, scale ) -- text dxDrawText ( getPlayerName ( player ), px, py, px, py, color, scale ) [solved] Thx TAPL
  14. Hi i'm new in scripting and i want to learn it i'm asking about something if can be possible ?? First one : i make a subway Station, can i put a train on the rail? second one : i want make ped for Train driver That's All
×
×
  • Create New...