undefined simbol pw
#1

Код:
 
format(pw, sizeof(pw), "%s", dini_Get(path, "password");
help
Reply
#2

PHP код:
strmid(Player[playerid][Password], dini_Get(file"pw"), falsestrlen(dini_Get(file"Password")), MAX_PLAYER_NAME); 
Idk how you have your stuff,i just did this as an example..
Reply
#3

dont work bro now compilation aborted
Reply
#4

Код:
new pw[100];
format(pw, sizeof(pw), "%s", dini_Get(path, "password"));
Reply
#5

Dude, I posted in your other post.

PHP код:
new pw[128];
format(pwsizeof(pw), "%s"dini_Get(path"password")); 
EDIT: You missed a bracket in your other Post. I've fixed that as well.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)