All plugins are located on same folder, I've checked the name and is correct.
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi59.tinypic.com%2Fwtsx7m.png&hash=bb004ff2ea6211fb786e5e67c9ab50eee60ec765)
The other error was with this:
Quoteif ( !IsNum( text ) ) aMsg( id, "Invalid vehicle id." )
the function "IsNum" was not added on the plugin's inside (squirrel plugin)
Follow these steps:
1. Run the following command in terminal: sudo /sbin/ldconfig -v
2. Go to your config file and change the plugin's name to ini04rel32 (I know your system is x64 but the main point is to name it to a file that does not exist in your plugins folder.)
3. Launch the server, it will give you an error, now close the server.
4. Go back to the config file and change the module's name back to ini04rel64
5. Launch the server, it should work now.
IsNum has been in the Squirrel plugin since the start..
Locked due to age and nonreproduciblity. Reopen if this is still an issue.