J-Fox.GEMM Posted April 29, 2006 Posted April 29, 2006 1. How can i find out when a player just crossed the finish line? RaceEnd is executed shortly before loading the next race. 2. How to send pm's usign MTA: mA in the 0.4x versions 3. How to add a command like mta.level(Server, PlayerID)... I would like to have an command which can be executed by admins only so when level is > 0 then execute it
Aeron Posted April 29, 2006 Posted April 29, 2006 1. How can i find out when a player just crossed the finish line? RaceEnd is executed shortly before loading the next race.2. How to send pm's usign MTA: mA in the 0.4x versions 3. How to add a command like mta.level(Server, PlayerID)... I would like to have an command which can be executed by admins only so when level is > 0 then execute it 1. on *:SIGNAL:mta.finish: { commands } 2. mta.pm $1 $2 Hello 3. if ($mta.level($1,$2) > 2) { }
J-Fox.GEMM Posted April 30, 2006 Author Posted April 30, 2006 Thx alot - havent been able to find them in the docs
Aeron Posted April 30, 2006 Posted April 30, 2006 Thx alot - havent been able to find them in the docs gasp so lazy... must ... sleep
Recommended Posts