strlen(inputtext)
#4

You forgot a bracket at the end of the sizeof function, Jamester.

PHP код:
format(PlayerInfo[playerid][pKey], sizeof(PlayerInfo[playerid][pKey]), "%s"temppass); 
Nevertheless, strlen does not return the string. It returns the length of a string as an integer value. The function 'strlen' literally stands for : 'StringLength'.

https://sampwiki.blast.hk/wiki/Strlen
Reply


Messages In This Thread
strlen(inputtext) - by SukMathcuck - 17.06.2015, 18:41
Re: strlen(inputtext) - by J0sh... - 17.06.2015, 18:47
Re: strlen(inputtext) - by Azula - 17.06.2015, 18:50
Re: strlen(inputtext) - by AndySedeyn - 17.06.2015, 18:53
Re: strlen(inputtext) - by Misiur - 17.06.2015, 19:07
Re: strlen(inputtext) - by SukMathcuck - 17.06.2015, 20:16

Forum Jump:


Users browsing this thread: 1 Guest(s)