Shady1 Posted January 7, 2022 Share Posted January 7, 2022 I added website opening commands with internal command in mta, but when using image I use "httpSetResponseHeader" with this command, when I restart the project, it appears for 2 seconds, then the images disappear automatically,What commands should I add as extra? 1 Link to comment
The_GTA Posted January 7, 2022 Share Posted January 7, 2022 Hello eoL|Shady, I find it hard to understand the error situation that you describe because I am lacking insight into the actual implementation. The httpSetResponseHeader function is used to set meta-data that is transfered before the content of a HTTP request. You can essentially write anything there as long as it follows the specs, which means that as long as the key matches any official property then the value must be formatted according to the RFCs. What you are describing appears to be a HTTP communications problem for website establishment in general. Did you know that browsers could reject the entire page if one component fails to load? But it is hard for me to give you an accurate assessment without having the details. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now