Jump to content
Sign in to follow this  
M.I.K.E.

Anti TeamKill Script

Recommended Posts

Yo

I have this script

noTeamKill.pbo

a folder/map with:

description.ext

init.sqf

mission.sqm

stringtable.csv

and a folder/map with:

noTeamKill.sqf

How do i use this on my server for all maps?

Any help is welcome

Greetz

Share this post


Link to post
Share on other sites

Wrong section to be asking.... Try the makers thread or if not scripting section or addons and mods discussion.

Share this post


Link to post
Share on other sites

The only thing you can do is to put your script manually into each mission on your server..  crazy_o.gif

Share this post


Link to post
Share on other sites

damn , i put this line in the server.cfg

};

x=["TC","NOBOOM"] execVM "f\common\noTeamKill.sqf";

};     

to the map where its in , server is running but like you said it wont work then.  sad_o.gif

if you join the server we can test tounge2.gif

Share this post


Link to post
Share on other sites

people can order thare ai to kill you but in Evolution it tells you what Ai unders who control killed you evolution v 3.0 under scrpits kiled.sqs

_player = _this select 0;

_killer = _this select 1;

if(Param1 == 4) then

{

lives = lives - 1;

publicVariable "lives";

hint format["%1 Lives remaining",lives];

};

if(not (isPlayer _killer) and side _killer == west) then {hint format["You were killed by AI under the command of %1",name (leader _killer)]};

sleep 1.0;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×