Stylish login screen. -
CharlieSanchez - 22.05.2014
Hi , this is my third release hope you enjoy it,
I have noticed some people having trouble creating decent login textdraws so i have used this in one of my gamemodes and now i am releasing it they are simple to edit these textdraws.
Stylish Login Screen Textdraws

Intructions :
All you have to do is place the code in your gm or run it as a filterscript, so the best is to place the Function: ShowPlayerTextdraw(playerid)... on Onplayerconect before login dialogs or such.
There is 2 Commands /screen and /screenoff so you can test the textdraws as a filterscript in you gamemode.
Requirements:
ZCMD - For the commands.
Download:
Mediafire.
https://www.mediafire.com/?rrodbiyz70wkwkp
Pastebin.
http://pastebin.com/UWrFse6D
Re: Stylish login screen. -
PaulDinam - 22.05.2014
Don\'t like it, but nice job.
Re: Stylish login screen. -
SickAttack - 22.05.2014
It\'s simple but not stylish. It\'s just simple. You can make this in 1-2 minute(s).
Re: Stylish login screen. -
NoSoap - 22.05.2014
Not bad, simplistic to say the least.
Re: Stylish login screen. -
CharlieSanchez - 23.05.2014
Thank you, well honest opinions are what i like! It took a bit of time to make it well i hope it helps or inspires people, cheers.
Re: Stylish login screen. -
Mckarlis - 23.05.2014
Really simple but not bad.
Re: Stylish login screen. -
Biesmen - 23.05.2014
Based on a resolution of 1024x768?
Re: Stylish login screen. -
Fred1993 - 23.05.2014
Nice work..
Keep it up
Re: Stylish login screen. -
KayJ - 23.05.2014
If I work on this minimum maybe it take 30 seconds :P
But Nice
Re: Stylish login screen. -
CharlieSanchez - 23.05.2014
Quote:
Originally Posted by Biesmen
Based on a resolution of 1024x768?
|
Yes.
Re: Stylish login screen. -
Alex Magaсa - 23.05.2014
Nice & simple !
Re: Stylish login screen. -
Parallex - 23.05.2014
This is nice, but it\'s simple too. I\'d like to see more of your work, though.
Re: Stylish login screen. -
AviPeker - 23.05.2014
Very nice!
Re: Stylish login screen. -
cleanboy - 25.05.2014
i already added loginscreen.pwn on my filterscripts and also in my server.cfg but when i log in in my server, this login screen doesnt show.. why?
Re: Stylish login screen. -
Parallex - 25.05.2014
Cleanboy, add this OnPlayerConnect in Filterscript.
pawn Code:
public OnPlayerConnect(playerid)
{
TextDrawShowForPlayer(playerid,Textdraw0);
TextDrawShowForPlayer(playerid,Textdraw1);
TextDrawShowForPlayer(playerid,Textdraw2);
TextDrawShowForPlayer(playerid,Textdraw3);
TextDrawShowForPlayer(playerid,Textdraw4);
TextDrawShowForPlayer(playerid,Textdraw5);
TextDrawShowForPlayer(playerid,Textdraw6);
TextDrawShowForPlayer(playerid,Textdraw7);
return 1;
}
Compile it, and replace the old .amx with the new one. Re-load the Filterscript, Go In-Game. :c
Re: Stylish login screen. -
THE_KING$5$ - 25.05.2014
Hate that, NIce work mate.
Re: Stylish login screen. - Guest4390857394857 - 25.05.2014
nice +repped.
Re: Stylish login screen. -
VladimirMark - 25.05.2014
I love it, great job
Re: Stylish login screen. -
Iillminetor1 - 25.05.2014
Simple but at least you spend time on making it!
Thanks for releasing it.
Re: Stylish login screen. -
iRaiDeN - 25.05.2014
Nice!