hi
i have add these command like this:
CASE "!wr":
privMsg( "^7 World Record on this track/car");
cmdLfs( "/w wr");
BREAK;
CASE "!pb":
privMsg( "^7 Your Personal Best on this track/car");
cmdLfs( "/w pb");
BREAK;
when someone does !wr it shows only:
privMsg( "^7 World Record on this track/car"); for him/her
and i see the world record
this is the same with !pb
i have add these command like this:
CASE "!wr":
privMsg( "^7 World Record on this track/car");
cmdLfs( "/w wr");
BREAK;
CASE "!pb":
privMsg( "^7 Your Personal Best on this track/car");
cmdLfs( "/w pb");
BREAK;
when someone does !wr it shows only:
privMsg( "^7 World Record on this track/car"); for him/her
and i see the world record
this is the same with !pb