What is This Erorr?

Started by Nothing, Jun 26, 2015, 03:07 PM

Previous topic - Next topic

Nothing

Sorry Friends I Am New So I Need Help At Every Erorr.@Thijn and @Storemus Please Dont Lock This Topic maybe i need more help.
So The Erorr is This. how to fix it.

Mashreq

Mind providing us some codes? and a screenshot which has not been cropped.

.

You's just passing the wrong number of parameters to a function. The error even tells you that. But that's what happens when you know sh!t about scripting:

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

stupid("a", "b"); // Wrong. Expects 3
stupid("a", "b", "c", "d"); // Wrong. Expects 3

stupid("a", "b", "c"); // Correct.
.

Nothing

#3
Quote from: Mashreq on Jun 26, 2015, 03:37 PMMind providing us some codes? and a screenshot which has not been cropped.
LOL SLC I am Noob SO Need Help. Which Code I Can Give Here.i am new so i am noob

Mashreq

The code where you get the error.

Nothing

Quote from: Mashreq on Jun 26, 2015, 03:48 PMThe code where you get the error.
The Erorr Does Not Show Line Of Erorr.

Nothing

#6
Quote from: S.L.C on Jun 26, 2015, 03:40 PMYou's just passing the wrong number of parameters to a function. The error even tells you that. But that's what happens when you know sh!t about scripting:

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

stupid("a", "b"); // Wrong. Expects 3
stupid("a", "b", "c", "d"); // Wrong. Expects 3

stupid("a", "b", "c"); // Correct.
IIIIIII Can And IIIIIIII Will.
SLC have you any other work . Stupid Get Lost I Dont Need Your Help  I Will Fix It Myself.And i will show you that i can become a scripter.i can and i will.
Mental Case

Thijn

Quote from: [vρт]яιzωαη on Jun 26, 2015, 03:52 PMSLC have you any other work . Stupid Get Lost I Dont Need Your Help  I Will Fix It Myself.
Good luck. Locked.