[FilterScript] Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc (
/showthread.php?tid=322020)
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
System64 - 01.03.2012
lol fuck yeah, awesome, you gave me idea for my server, I'll set this background into my /stats
unfortunately I can't give you rep+
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
urbaNRoots - 01.03.2012
omg this is awsome +rep
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
Dripac - 01.03.2012
Perfect!
+rep
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
Dr.Evil_x - 02.03.2012
Looks incredible! +rep
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
Michael@Belgium - 02.03.2012
Quote:
Some of you maybe thinking: Why did I release it?
- For the sake of the Community, love to share my work.
And moreover, I really have no use for this at the moment.
And eh, I didn't want to sell it either.
|
Hah

Good. And are you gonna edit it for MySQL too ?
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
iPLEOMAX - 02.03.2012
Quote:
Originally Posted by Ballu Miaa
Allright i just checked all that work's just fine.
Can you give me example's of Commands to make with the functions listed below!
native Profile_SetVip(playerid, bars, status[])
native Profile_SetAdminLevel(playerid, bars, status[])
native Profile_SetRegisterDate(playerid, date[])
native Profile_SetInfo(playerid, text[])
Else i can do all that. I mean status?? How should i write that? Pretty confusing. Please help bro!
|
Well, you just need to integrate these natives into your normal commands.
For exaple you have a command: /setlevel [ID] [Level]
All you have to do is add this line to that command:
pawn Code:
Profile_SetAdmin(targetid, level, "Server Moderator");
//"status" means the position name of the admin level.
Quote:
Originally Posted by Michael@Belgium
Hah  Good. And are you gonna edit it for MySQL too ?
|
Maybe, yes... Not sure though. x)
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
inferno211 - 04.03.2012
Hi! It's the same script translated into Polish. Please put it on top of this topic. Link treat as a mirror.
DOWNLOAD
Regards
Inferno211
Re: Dynamic Profile-card system | Nice textdraw design | Offline user statistics etc -
BiGThAsE - 04.03.2012
Perfect, very nice