15.03.2012, 13:28
Hello samp forum !,
my name is Dan and i have problem .
So I started a register System for my mode
and i scripting system System With include file
Now I have a problem with taking Password
I did like this:
and :
But I get ERROR :
I start with the file and I do not see the problem?
Plese Help me !
my name is Dan and i have problem .
So I started a register System for my mode
and i scripting system System With include file
Now I have a problem with taking Password
I did like this:
PHP код:
new File:gPass = fopen(file(playerid), io_read);
fread(gPass, "Password");
PHP код:
if(!strcmp(inputtext,fread(gPass, "Password"), true))
PHP код:
C:\Users\Intel\Desktop\MyServer\gamemodes\NewMode.pwn(237) : error 035: argument type mismatch (argument 2)
Plese Help me !