SA-MP Forums Archive
Quick question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Quick question (/showthread.php?tid=251465)



Quick question - Steven82 - 27.04.2011

What do you guys use the HTTP function for? Like i honestly don't know how to really use it and i wanted to learn so if anybody could give me an example of how this function really works i would really appreciate it.


Re: Quick question - elite - 27.04.2011

Recieve/send data.


Re: Quick question - Steven82 - 27.04.2011

^ That above, isn't an example..


Re: Quick question - elite - 27.04.2011

Код:
What do you guys use the HTTP function for?



Re: Quick question - Sascha - 27.04.2011

look elite... your answer is what wiki provides us with, too...
he / we (I don't know about that function well either) need(s) some examples....

One example I can provide you with:
You can use it for example for those signature pictures that show your ingame name, score, money, level, etc...
there is a tutorial somewhere in the tutorial section


Re: Quick question - Steven82 - 27.04.2011

Yeah, i was hoping no one said some stupid remark like "Look at the wiki" that would of been dumb on there part thank god no one said that. But i just don't seem to understand it, well guess i'll have to learn about the function on my own..


Re: Quick question - Sascha - 27.04.2011

when you've experiences the function... teach me! hehe


Re: Quick question - Cameltoe - 27.04.2011

Quote:
Originally Posted by Sascha
Посмотреть сообщение
when you've experiences the function... teach me! hehe
Look here: https://sampforum.blast.hk/showthread.php?tid=188393

It's an simple http script i wrote to send mail's. It's bad written though. But it should give both of you some Idea were to start.

You can use the http function to get rid of mysql.

http://host/users.php?name=Cameltoe&...=httpfunctions

Some basic php knowledge is required though.

then check the outcome


Re: Quick question - Sascha - 27.04.2011

ok thank you


Re: Quick question - Steven82 - 27.04.2011

Thank you so much i appreciate this.