Jump to content

MTA:MA Scripting


Harry

Recommended Posts

  • Replies 357
  • Created
  • Last Reply

Top Posters In This Topic

Could anyone make a Freezing script for me? (MTA: SA)

A script that lets everyone (Not just admins) freeze themselves with a simple command.. Like !f..

Much Appritiated.. :)

on *:SIGNAL:mta.command: {

if ($3 == !f) {

mta.freeze $! $2

}

if ($3 == !u) {

mta.unfreeze $! $2

}

}

Thank you! :) Just changed the ! in $! to 1.

Link to comment

yeah the admin client can calculate the race state with the info sent now, and they will be able to tell when a race fninishes.

im also sending player pings to admin in the next server release, so ping kickers will be possible.

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...