edit player file without his connection
#4

Quote:
Originally Posted by exora
Посмотреть сообщение
Let's say your command is /delcar Name_Name and your params are your command params - using dini

pawn Код:
new filename[MAX_PLAYER_NAME+4];
format(filename,sizeof(filename), "%s.ini", params);
dini_IntSet(filename, "carid", -1);
I don't know what exactly you're trying to do but that should get you the idea.
thats work well, but its change the format of the text, if i had somthing like that:
pawn Код:
Ban=1Carkey=15
change it to:
pawn Код:
Ban=1
Carkey=15
and its a problem to read.
how i can change the defult?
Reply


Messages In This Thread
edit player file without his connection - by vection - 25.08.2010, 13:12
Re: edit player file without his connection - by Wrath2k10 - 25.08.2010, 13:16
Re: edit player file without his connection - by woot - 25.08.2010, 13:42
Re: edit player file without his connection - by vection - 25.08.2010, 14:13
Re: edit player file without his connection - by vection - 25.08.2010, 15:31

Forum Jump:


Users browsing this thread: 2 Guest(s)