Attach coordinates mess up.
#7

Sorry, I read your code again and I saw your fault here:

Код:
format(var, 32, "Ranecx=%.1f\r\n", PlayerInfo[playerid][pRanecx]);fwrite(hFile, var);
format(var, 32, "Ranecy=%.1f\r\n", PlayerInfo[playerid][pRanecy]);fwrite(hFile, var);
format(var, 32, "Ranecz=%.1f\r\n", PlayerInfo[playerid][pRanecz]);fwrite(hFile, var);
format(var, 32, "Ranecry=%.1f\r\n", PlayerInfo[playerid][pRanecrx]);fwrite(hFile, var);
format(var, 32, "Ranecrx=%.1f\r\n", PlayerInfo[playerid][pRanecry]);fwrite(hFile, var);
format(var, 32, "Ranecrz=%.1f\r\n", PlayerInfo[playerid][pRanecrz]);fwrite(hFile, var);
format(var, 32, "Ranecsy=%.1f\r\n", PlayerInfo[playerid][pRanecsx]);fwrite(hFile, var);
format(var, 32, "Ranecsx=%.1f\r\n", PlayerInfo[playerid][pRanecsy]);fwrite(hFile, var);
format(var, 32, "Ranecsz=%.1f\r\n", PlayerInfo[playerid][pRanecsz]);fwrite(hFile, var);
format(var, 32, "RanecModel=%d\r\n",PlayerInfo[playerid][pRanecModel]);fwrite(hFile, var);
Reply


Messages In This Thread
Attach coordinates mess up. - by Davidmkd123 - 25.04.2018, 16:39
Re: Attach coordinates mess up. - by Davidmkd123 - 26.04.2018, 13:11
Re: Attach coordinates mess up. - by Bruno13 - 26.04.2018, 13:13
Re: Attach coordinates mess up. - by Davidmkd123 - 26.04.2018, 13:18
Re: Attach coordinates mess up. - by Bruno13 - 26.04.2018, 13:38
Re: Attach coordinates mess up. - by Davidmkd123 - 26.04.2018, 13:51
Re: Attach coordinates mess up. - by Bruno13 - 26.04.2018, 15:29
Re: Attach coordinates mess up. - by Davidmkd123 - 26.04.2018, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)