Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: Buddy on Jan 22, 2016, 09:58 AM

Title: Having Error.
Post by: Buddy on Jan 22, 2016, 09:58 AM
Whats's this error!! :P my server is working properly but giving this error.


AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK

LOCALS

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK

LOCALS

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK

LOCALS

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK

LOCALS
Title: Re: Having Error.
Post by: Anik on Jan 22, 2016, 10:15 AM
In which line???
When does it give error?
Title: Re: Having Error.
Post by: [VM_U]Spectra.PhantoM^ on Jan 22, 2016, 03:08 PM
More importantly give detail of what u did last to the script.
Title: Re: Having Error.
Post by: . on Jan 22, 2016, 03:22 PM
Look buddy, I know you're stupid. But for f*s sake. You can't even read English?

function test(a, b, c)
{
    print(a + b + c);
}

test(2, 4); // <- this is line #6 WHAT AM I MISSING HERE?

AN ERROR HAS OCCURED [wrong number of parameters]

CALLSTACK
*FUNCTION [main()] ./my_script.nut line [6]

LOCALS
[vargv] ARRAY
[this] TABLE
Title: Re: Having Error.
Post by: Buddy on Jan 23, 2016, 08:48 AM
Quote from: [DS]Anik on Jan 22, 2016, 10:15 AMIn which line???
When does it give error?
i don't know it just comming alone not giving any line.