Thanks.
Quote from: earthnite on August 05, 2010, 06:47:08 pm
how do you fix this error
" wrong number of arguments (0 for 4) "
I don't suppose you could be any more specific?
Earthnite, this error occurs when you don't pass enough 'arguments' to a method. In your case, the method asks for 4 arguments, but you pass 0 to it.
It can also happen due to a change of script order or incompatibility of scripts. The base problem is the same, but the actual cause is a different one in this case.