Organize scriptfiles
#9

You can do it like this

pawn Код:
format(filestring,sizeof(filestring),"PlayerName=%s\n", playername); fwrite(file,filestring);
format(filestring,sizeof(filestring),"VehicleOwned=%d\n", PlayerInfo[playerid][vowned]); fwrite(file,filestring);
format(filestring,sizeof(filestring),"VehicleOwner=%d\n", PlayerInfo[playerid][vowner]); fwrite(file,filestring);
and so on
Reply


Messages In This Thread
Organize scriptfiles - by falor - 08.02.2010, 15:37
Re: Organize scriptfiles - by Peep - 08.02.2010, 15:44
Re: Organize scriptfiles - by falor - 08.02.2010, 15:46
Re: Organize scriptfiles - by woot - 08.02.2010, 16:20
Re: Organize scriptfiles - by falor - 08.02.2010, 16:43
Re: Organize scriptfiles - by Joe Staff - 08.02.2010, 16:58
Re: Organize scriptfiles - by falor - 08.02.2010, 17:05
Re: Organize scriptfiles - by falor - 08.02.2010, 18:49
Re: Organize scriptfiles - by MadeMan - 08.02.2010, 19:01
Re: Organize scriptfiles - by falor - 08.02.2010, 19:12

Forum Jump:


Users browsing this thread: 7 Guest(s)