SA-MP Forums Archive
2 Questions. - 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: 2 Questions. (/showthread.php?tid=103305)



2 Questions. - Sal_Kings - 19.10.2009

You don't have to give me a script, or write a script for me.
I just want to know, how do the following stuff work.

1. On Permanent West Side RPG, there is a system that everyday you get 3 of these points for your weapons license. I want to know, how do they make it so everyday you get 3? How does PAWN know what 1 day is?

2. On Permanent West side RPG they have a website, where you can go there and see all your in game stats. This is a PAWN function? I was amazed, it saves all your stats. Like minutes played etc.


Re: 2 Questions. - Think - 19.10.2009

Quote:
Originally Posted by Sal_Kings
You don't have to give me a script, or write a script for me.
I just want to know, how do the following stuff work.

1. On Permanent West Side RPG, there is a system that everyday you get 3 of these points for your weapons license. I want to know, how do they make it so everyday you get 3? How does PAWN know what 1 day is?

2. On Permanent West side RPG they have a website, where you can go there and see all your in game stats. This is a PAWN function? I was amazed, it saves all your stats. Like minutes played etc.
@ 1 you could check it with
pawn Код:
getdate
@ 2 You just need to intergrate mysql into your script, than you can make a php website where you get the data from the mysql database.