9121
Modification Help / Re: What does this error message actually mean?
« on: September 11, 2011, 06:33:59 PM »
No, %client is not optional
You may get an error with this still, but a different error. setInvincibleMode is not a default function, so if that's not defined somewhere it won't work
Code: [Select]
function serverCmdTestinvc(%client)
{
%client.player.setInvincibleMode(1.0,0.2);
}You may get an error with this still, but a different error. setInvincibleMode is not a default function, so if that's not defined somewhere it won't work
