Jump to content

Eraser-pt

Member
  • Content Count

    36
  • Joined

  • Last visited

    Never
  • Medals

Community Reputation

0 Neutral

About Eraser-pt

  • Rank
    Private First Class
  1. Nop you miss understand me... what i mean is that when i make a mission i put a waypoint to get in the hummvee and after when i get to my objective get out the hummvee go talk with the lieutenant and he order me to get in the same vehicle again. My question is: How can i put two get in waypoints in mission editor on the same vehicle? (another thing when i enter the vehicle, the lieutenant will enter too)
  2. Well i making a mission where in the beggining you enter a hummvee take a ride and meet with a lieutenant and after a bit of chat you join his platoon that will be me (private) and the lieutenant and he tells me to get in in the humvee has a driver fine... THe command will be John AssignAsDriver Hummvee and i will need to associate a get in waypoint LOL easy but the problem is that is already a waypoint get in on hummvee from the begin! So my question is: How can i put two wayspoints "get in" in the same vehicle? (drag a new waypoint dont work lol tried that ;P, need to make a double click on the hummvee)
  3. Ok so here it is when i put a streetlamp with a editor upgrade how i light him at night??? I have a editor upgrade that if i put this inflame true, that it works but the light ilimiunate almost nothing! Can somebody help???
  4. Hell ;p 1- What are the commands when i belong to a group and the group leader (bot) give me the order to enter in specific truck or tank? 2- what is the command that makes the game save automatically?
  5. Will i need ofp resistance for that editor upgrade?? i have only version 1.46
  6. ok so how to do it for the ball iliuminate everything??? with the command switch light?
  7. OK guys i want an answer for one thing if i add a street lamp with the editor upgrade what is the command to turn it "ON" or "AUTO" because i put the game at night and the lamps dont go on why??? what is the true command that really works? swtichlight only works with predefiened street lamps of the map and if i add new ones?? it doesnt work?? So what is the command for the street lamps i add with editor upgrade?? Cya
  8. i found the command lightON for lamps lightIsOn nearestObject [player, "StreetLamp"] != "OFF" thats doesnt work am i doing something wrong?
  9. What is the command to turn on the street lamp? Another thing the unofficial operation flashpoint command reference manual doest have that command it misses some very important commands Where can i get a command reference fully completed? if is there one ;P
  10. I use refuel stations but i cant repair my veicules with repair stations! is there some way to do it? with out using repair trucks?
  11. Eraser-pt

    Radio commands

    One more thing when your script is ready you have to put in the same folder of your mission that are you making. Example: C:\Program Files\Codemasters\OperationFlashpoint\Users\Eraser\missions\TUTORIALlol.Eden Otherwise the trigger will never find the script it will only search in the same folder of your mission.
  12. Eraser-pt

    Radio commands

    LOL heckler well to make the script you have to open the Notepad write the commands: Eraser sidechat "this is alpha one to erased, we kicked ass" ~4 erased sidechat "this is erased copy that over" Exit and save the file with the name "radio.sqs" (Note: the extension of the file must be .sqs) when the trigger goes ON it will execute the radio with the command [] exec "radio.sqs"
  13. If i put in the init field this addweapon "m16" it works put if i put this addweapon ["m16; 5] it doesn´t why??? every tutorial say to do that but in my game it doesnt i have operation flashpoint version 1.46 so dont blaim me about the version... I dont like have to put this addweapon "m16"; this addammo "m16"; this addammo "m16" lol and over and over Cya guys
  14. Eraser-pt

    Radio commands

    Well to do that is very simple... 1ÅŸ Make a trigger triggered radio alpha and on the activation field put wp=1 2ÅŸ make a waypoint to the guy you want move in the condition field put wp==1 3ÅŸ if you want them to chat you have to make a script called "radio.sqs" for example and write the follow commands " Eraser sidechat "this is alpha one to erased, we kicked ass" ~4 erased sidechat "this is erased copy that over" Exit " the ~4 is how mutch time the script waits until it moves to the next command in this case is 4 seconds and the end you put exit to exit the script When the script is done go back to the trigger triggered radio alpha and add this [] exec "radio.sqs", so the activation field will be: wp=1; [] exec "radio.sqs" when the trigger is activated by the radio command it will give the order to the unit follow the waypoint and chat at the same time!
  15. I wanna know what programs i need where to get him and tutorials that teach how to do my own textures... I have g max but dont know how to make the textures appear in the program can somebody help me? bye
×