Jump to content

triplesnake

Members
  • Posts

    95
  • Joined

  • Last visited

triplesnake's Achievements

Punk-@ss B*tch

Punk-@ss B*tch (12/54)

0

Reputation

  1. triplesnake

    IDs

    Can some one give me link to object IDS pls so i can get their TXD File
  2. lol dude there are health pickups already in map editor just use them
  3. triplesnake

    Need help

    Event isn't Function, Event is when something happen like onPlayerSpawn which means that the function which is written before that will happen when the player spawns this is the an example and even'ts can be used normally or with handlers depends on what u are doing
  4. Where is "lplay" defined? earlier in the script defined as localplayer
  5. now it's shooting at me i think bec it's shooting down so i am killing myself
  6. function rocket() theVehicle = getPedOccupiedVehicle(lplay) if (bindTrigger == 1) and (not isPlayerDead(lplay)) and (isElement(theVehicle)) then bindTrigger = 0 local x,y,z = getElementPosition(theVehicle) local rX,rY,rZ = getVehicleRotation(theVehicle) local x = x+4*math.cos(math.rad(rZ+90)) local y = y+4*math.sin(math.rad(rZ+90)) createProjectile(theVehicle, 19, x, y, z, 1.0, nil) setTimer(allowShoots, 3500, 1)
  7. but killer param doesn't exists on a death caused by an explosion
  8. mmm i am facing another little (ok not little ) problem well as i said it's for shooter so it won't get the killer cuz the rocket is a projectile anyway i can fix that?
  9. He is pretty good at scripting almost everything and i think the pricess are pretty fair ;P even though this is wrong section
  10. ok so this get's the killer and stuff function onWasted(killer, weapon, bodypart) if ( killer and getElementType(killer) == "player" and getElementType(source) == "player" ) then givePlayerMoney ( killer, 1000 ) outputChatBox(getPlayerName(killer).." has killed ".. getPlayerName(source) .."!!!") now i want it to fix the killer's vechile how to do that?
  11. triplesnake

    freeze

    so i used setElementFrozen(getPlayerOccupiedVehicle ( thePlayer ) ow how can i setTimer to unfreeze it?
  12. its still pink with black in the middle
×
×
  • Create New...