lil' help here
#5

Like TheXIII just said..

pawn Код:
dcmd_savelights(playerid,params[])
{
    #pragma unused params
    new tmp[128],filename[25];
    format(tmp,sizeof(tmp),"DAdmin/Config/lights.txt",filename);
    new File:f = fopen(tmp,io_append);
    format(tmp, sizeof(tmp), "CreateObject(354,%f %f %f,270,0.0, 0.0, 30.0);\r\n",
    Lighter[playerid][X],
    Lighter[playerid][Y],
    Lighter[playerid][Z]);
    fwrite(f, tmp);
    fclose(f);
    return 1;
}
Reply


Messages In This Thread
lil' help here - by dark_clown - 11.11.2010, 18:50
Re: lil' help here - by TheXIII - 11.11.2010, 18:58
Re: lil' help here - by dark_clown - 11.11.2010, 19:10
Re: lil' help here - by TheXIII - 11.11.2010, 19:56
Re: lil' help here - by The_Moddler - 11.11.2010, 20:00

Forum Jump:


Users browsing this thread: 3 Guest(s)