SA-MP Forums Archive
Error 035 and error 033 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Error 035 and error 033 (/showthread.php?tid=438363)



**DELETE** - Pettersen - 19.05.2013

**DELETE


Re: Error 035 and error 033 - Scrillex - 19.05.2013

It needs to be!
Quote:

if(!strlen(inputtext))

At dialog it will not work in your way!

+ creating a password you need to use how long string will be not inputtext! See some tutorials!


**DELETE** - Pettersen - 19.05.2013

**DELETE


Re: Error 035 and error 033 - Scrillex - 19.05.2013

So basically it needs to be like:
Quote:

new hashpass[129];
INI_WriteString(file,"Password",hashpass);




**DELETE** - Pettersen - 19.05.2013

**DELETE


Re: Error 035 and error 033 - Scrillex - 19.05.2013

basically I just showed you how it works LOL

It will not hash pw.. its just a name of it