ZitatC:\Program Files (x86)\SAMP\gamemodes\*****(243) : error 035: argument type mismatch (argument 3)
C:\Program Files (x86)\SAMP\gamemodes\*****(265) : error 033: array must be indexed (variable "MD5_Hash")
243:
dini_IntSet(save,"passwort",MD5_Hash(strget(cmdtext,1)));
265:
if(strval(s2)== MD5_Hash(strget(cmdtext,1)))
Ich hab echt keine Ahnung warum das nicht geht '-.- Hoffe mir kann einer Helfen
Mit udb_hash() geht es aber mit MD5_Hash nicht '-.-