Jump to content

Scripts setup - last step not working


OpT_fr

Recommended Posts

Hi all,

I'm trying to set up scripts on my Vice city MTAServer. I am using MTA:ma V3.24.

The problem I have is that the commands don't work. But I've loaded all the scripts and I am connected to my local server.

What's the problem ?

Thanks in advance for your help

[attachment=0]scripts.jpg[/attachment]

Link to comment

Hi all,

I'm trying to set up scripts on my Vice city MTAServer. I am using MTA:ma V3.24.

The problem I have is that the commands don't work. But I've loaded all the scripts and I am connected to my local server.

What's the problem ?

Thanks in advance for your help

[attachment=0]scripts.jpg[/attachment]

Link to comment

Now that I've loaded the scripts, I'm trying to get the !ping custom command working on client-side

==============================

Client Input :

!lol

Server side script

on *:SIGNAL:mta.command:{
if ($3 == !lol) mta.text $1 $mta.nick($1,$2) is laughing out loud
}

Server output :

/ if: not connected to server (line 85, scripts.mrc)
Link to comment

Now that I've loaded the scripts, I'm trying to get the !ping custom command working on client-side

==============================

Client Input :

!lol

Server side script

on *:SIGNAL:mta.command:{	if ($3 == !lol) mta.text $1 $mta.nick($1,$2) is laughing out loud}

Server output :

/ if: not connected to server (line 85, scripts.mrc)
Link to comment
  • Recently Browsing   0 members

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