function ServerCmdhostage(%client, %t1)
{
messageall("", "is holding " @ %client.name @ " hostage!!");
}
function ServerCmdkillhostage(%client, %t1)
{
messageall("", "killed his hostage " @ %client.name @ "!!");
}
function ServerCmdfreehostage(%client, %t1)
{
messageall("", "let his hostage " @ %client.name @ " go");
}
function ServerCmdcrimetag(%cl, %name, %crime, %reward)
{
%cl = findClientByName(%name);
messageall("", %cl.name, " is wanted for " @ %crime @ " for a reward of" @ %reward);
}
function ServerCmdsteal(%object)
{
messageall("","is in ur base stealing ur" @ %object );
}
i got the hostage script working... sorta... when i say /hostage barney it goes and says:
"is holding zackin5 hostage!!" <_< i want it to say: "zackin5 is holding barney hostage!!"
/crimetag doest work a darn, same thing with /steal
:/