rasy 发表于 2013-4-5 18:47
How to make this work in SP:
You could open the addon up and edit the init.sqf, comment out the lin ...
if ((! IsServer) && (IsMultiplayer))exitwith
{
[] spawn
{
waituntil {Time > 5};
player globalchat "********** Zeu_ServerSkills ERROR **********";
Player globalchat "Non server Client In multiplayer environment, addon has been disabled";
player globalchat "********** END OF MESSAGE **********";
};
};
是这一段么?我觉得不应该删啊,条件是如果不是单人模式而且是多人模式的话才exit退出,为什么要删掉呢?