Norbak
-
Content Count
141 -
Joined
-
Last visited
-
Medals
Posts posted by Norbak
-
-
What's RTP? ShowScriptErrors??.I found this and working fine on Xeno's Domination:
I tested on MP and i think it's working like a rPlaysound...Global yes but not a rSAY in spatial.
what's wrong with this? :confused:
-
What's RTP? ShowScriptErrors??.
I found this and working fine on Xeno's Domination:
["d_say", [player,"Talking1"]] call XNetCallEvent; -
Thank you mate but still failling. I don't know why.
---------- Post added at 16:45 ---------- Previous post was at 16:38 ----------
And...
If i use
is not the thing i need but working. It's not the same command.[soldier4, nil, rPlaysound, "Talking1"] call RE; -
I read it but didn't understand as i'd liked.
Maybe
???[soldier4,nil,"per",rSAY,"Talking1"] call RE; -
I'm using in a part of my script this syntax but it doesn't work. Why?
[objNull,Soldier4,rSAY,"Talking1"] call RE;
Why?. Anyone help?.Thanks
-
I can't use a vehicle when respawned using the "Vehicle.sqf" script. i can't understand why
Anyone know where is the vehicle respawn script on a domination 2.60 mission folder?
i think that's where i had my problem. can anyone help me?
-
-
Well. i was trying to make one transmisison by every option : Help transmission, Transport Transmission, Medical Assistance Transmission and Sending Position Transmission (Sending %1 and %2 in message) but they mix in one and makes them unusable.
What am i doing wrong?
-
Great! .You're Great!. Nice job bro!
Hmm. This is great but my idea is to mix the message "Transmission from %1 at grid %2 requesting medical assistant...." using a radio channel / trigger.
-
-
I found and modified this: (TitleText for each player on server)
_gridPos = mapGridPosition getPos player;
TitleText [format["I'm at grid: %1",_gridPos], "PLAIN"];
copyToClipboard format ["Grid Pos: %1",_gridpos];
But i need to show who's sending this message, something like: "Transmission from "player" at grid %1"...
Any idea?
-
Hello. I'm trying to find a precious script but i'm failing at all.
Anyone know anything for this?:
-Where are you?
-I'm at grid...
Is there a script for answer that kind of question for a full coop multiplayer?
-
Could someone upload the DIH_Radio missions again please?.
Setpos position?
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Can anyone tell me how to make something like this...(but working, not this):
_pos = player1;
_pos = player2;
_pos = player3;
object1 = setpos position player1;
object1 = setpos position player2;
object1 = setpos position player3;
only on a file like? :
Object1 = setpos position [player1,player2,player3]; //object at position p1 p2 p3 at same time??
thank you