28.05.2015, 12:16
It is clearly not loading (at all or not correctly) the password for those vehicles when a server (re)starts.
Moreover you assign the password as integer to the variable but using "%s" specifier which is for strings (writing incorrectly to the file).
PS: I would suggest to you not to use file functions for it but a SQL or INI system instead.
Moreover you assign the password as integer to the variable but using "%s" specifier which is for strings (writing incorrectly to the file).
PS: I would suggest to you not to use file functions for it but a SQL or INI system instead.