edit player file without his connection
#3

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.
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: 1 Guest(s)