RP AGE? - 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)
+--- Thread: RP AGE? (
/showthread.php?tid=405943)
RP AGE? -
Glad2BeHere - 08.01.2013
How do u when i person types like
01/01/1990 > the server gives the age like 23....
Re: RP AGE? -
InfiniTy. - 08.01.2013
new y,m,d;
getdate(y,m,d);
y - year he entered.. should work

Or just
2013 - year he entered
Re: RP AGE? -
Glad2BeHere - 08.01.2013
can u show me an equation