[FilterScript] [FeK]-Login Box (First Draft by FeK) - 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] [FeK]-Login Box (First Draft by FeK) (
/showthread.php?tid=192847)
[FeK]-Login Box (First Draft by FeK) -
Falcon. - 23.11.2010
Hello
Today I've been posting a filterscript Login Box Seeing that several people had problems with Login-Box even I had. I studied a little more about this and decided to make dini FS. I know that may not be the best but it's my first Log-Box!
--------------------------
Content
• Registration System,
• System Login,
• Saves:
Money - Level - Life - Collect - Skin,
• Great Visual,
• Best way to script made easier editing of the same.
At the moment he is saving only that. But the passage of time will be updating with new features that hopefully emerge ideas to be put ...
Any Bug - Criticism - Praise - Ideas are welcome here ..
--------------------------------
I ask everyone to use the filterscript it remains the credits .. Even I know that asking will not do anything .. even legalizing it will not advance know absolutely nothing .. But this ai ..
He is serving more to estudos.pois was done in a very simple and easy to understand!
---------
This e Goodbye and Thank you ..
==☼== Download ==☼==
Re: [FeK]-Login Box (First Draft by FeK) -
faeldk - 23.11.2010
Crazy Man! '-'
Re: [FeK]-Login Box (First Draft by FeK) -
CJ101 - 23.11.2010
Quote:
Originally Posted by faeldk
Crazy Man! '-'
|
Yes, because only crazy people use dini
Respuesta: [FeK]-Login Box (First Draft by FeK) -
MrDeath537 - 23.11.2010
Oh, it's in portuguese, you shouldn't post it here (almost in portuguese)
Re: [FeK]-Login Box (First Draft by FeK) -
Falcon. - 24.11.2010
yes .. the area was doing to the English and Portuguese .. I forgot it in English to post here!
-----
will update soon
Re: [FeK]-Login Box (First Draft by FeK) -
Slice - 24.11.2010
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/mycommand", cmdtext, true, 10) == 0)
{
// Do something here
return 1;
}
return 0;
}