Jump to content

[MTA: mA] [MTA 1.1] Questions: RaceEnd and PM, Level


J-Fox.GEMM

Recommended Posts

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

Link to comment
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) { }

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...