SA-MP Forums Archive
Player stats displayed on site - 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: Player stats displayed on site (/showthread.php?tid=240369)



Player stats displayed on site - Snowman12 - 15.03.2011

hay is there any way i can show the player stats on website like leys say player money is in the ini file id also want the player to see this but on the website

also can i display player kicks and bans on the website so he has a player history id also like it to show the reasons


Re: Player stats displayed on site - Snowman12 - 15.03.2011

right i seem to be getting no replys could you tell me instead if this is possible? if yes how?


Re: Player stats displayed on site - admantis - 15.03.2011

Nobody does search now. You should.

http://forum.sa-mp.com/showthread.ph...ghlight=render


Re: Player stats displayed on site - GiS - 15.03.2011

If you have all the information about the bans, kicks etc. saved in your .ini file you only need to know how to use php that you are able to get access to the .ini file and save the information in variables. Then you can echo them.


Re: Player stats displayed on site - xir - 15.03.2011

Maybe its not my topic, but i have a question.

Is this as fast as MySQL? Can you load cars/houses in to a website with what admantis provided?


Re: Player stats displayed on site - admantis - 15.03.2011

The link is to RENDER stats in a picture, not to 'load and save' data. And no, it's not faster than MySQL; it's slower (since it's flatfile)


Re: Player stats displayed on site - Snowman12 - 15.03.2011

Thanks for your help guys ive savedd the links and i think imma finish the rp script and then try to do this so i have more experiance then buy a hosted slot


Re: Player stats displayed on site - sciman001 - 19.03.2011

Quote:
Originally Posted by GiS
Посмотреть сообщение
If you have all the information about the bans, kicks etc. saved in your .ini file you only need to know how to use php that you are able to get access to the .ini file and save the information in variables. Then you can echo them.
how i do this?