Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: [RRZ]_Genius on Jul 15, 2016, 11:20 AM

Title: Error
Post by: [RRZ]_Genius on Jul 15, 2016, 11:20 AM
Hello guyz I have a problem while opening script
See this is error and
blue highlited line is    >>>> line = 69
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FMRgUr4X.png&hash=8d01dd85c51799c1fe313e1b6703301f1de901de)
tell me solutions olz
Title: Re: Error
Post by: Finch Real on Jul 15, 2016, 11:23 AM
Quote from: [RRZ]_Genius on Jul 15, 2016, 11:20 AMHello guyz I have a problem while opening script
See this is error and
blue highlited line is    >>>> line = 69
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FMRgUr4X.png&hash=8d01dd85c51799c1fe313e1b6703301f1de901de)
tell me solutions olz
Look at the code u have used
createPickup( 408 . Dot
Change it to ,
Title: Re: Error
Post by: [RRZ]_Genius on Jul 15, 2016, 11:50 AM
Thanks finch
Title: Re: Error
Post by: Thijn on Jul 17, 2016, 10:04 AM
Just to make it for people who encounter the same error easier to find a solution: The error means you are either missing or have too many arguments to a function.