help me with dini
#8

i tried :
if(strcmp(cmd, "/conferma", true) == 0) {
new
name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof name);
if(dini_SeekValue("List.ini", name)) {
SendClientMessage(playerid, COLOR_WHITE, " Found");
} else {
SendClientMessage(playerid, COLOR_WHITE, " Not Found");
}

return 1;
}
but with every nick it says not found !!
Reply


Messages In This Thread
help me with dini - by emuk - 05.07.2011, 16:15
Re: help me with dini - by willsuckformoney - 05.07.2011, 16:27
Re: help me with dini - by emuk - 05.07.2011, 17:06
Re: help me with dini - by willsuckformoney - 05.07.2011, 17:46
AW: help me with dini - by Nero_3D - 05.07.2011, 18:03
Re: AW: help me with dini - by emuk - 05.07.2011, 18:47
AW: Re: AW: help me with dini - by Nero_3D - 05.07.2011, 19:24
Re: help me with dini - by emuk - 05.07.2011, 19:49
AW: help me with dini - by Nero_3D - 05.07.2011, 20:10
Re: help me with dini - by emuk - 05.07.2011, 20:34

Forum Jump:


Users browsing this thread: 1 Guest(s)